The body of the request should be the JSON you want to map. It can take any shape as long as it is valid JSON.

Hierarchy

Properties

content?: DocumentType

The body of the request should be the JSON you want to map. It can take any shape as long as it is valid JSON.

id: undefined | string

The ID of the mapping definition. The ID is included in the response when you create a mapping definition, or when you retrieve a list of all your mapping definitions.

validationMode?: string

When not specified, Stedi does not validate the input or the output of the mapping. When set to 'strict', Stedi applies JSON Schema validation to the input JSON and the output JSON using source and target JSON Schema.