Data Types

ProcessedFileMetadata

Arbitrary JSON to store against the processed file(s) as metadata.

You can retrieve this later via a GetFileDetails request.

{
"merge": true,
"setForAllArtifacts": true,
"value": {
"myCustomField1": true,
"myCustomField2": {
"hello": "world"
},
"anotherCustomField": 42
}
}

If true then merges value with the original file's existing data, else uses value as-is.

Default: false

Type: Boolean

Required: No

If true then sets the value for all files generated by the transformation, else only sets the value for the root output file.

Default: true

Type: Boolean

Required: No

The value to set or merge into the field.

Default: empty object / empty array

Type: FileMetadata

Required: No

Was this section helpful? Yes No

You are using an outdated browser.

This website requires a modern web browser -- the latest versions of these browsers are supported: