# Create Data Transformation Schema Create Data Transformation Schema with provided json schema. Endpoint: POST /datatransformationschemas Version: 1 Security: apiKey ## Request fields (application/json): - `jsonSchema` (object) Validation schema in json format. - `name` (string) Name of the json schema validation. Example: "My schema" ## Response 200 fields (application/json): - `jsonSchema` (object) Validation schema in json format. - `name` (string) Name of the json schema validation. Example: "My schema" - `id` (string) ID of the json validation schema. Example: "66432427ba96dd27add2ea34" - `createdBy` (string) Creator of a resource. Example: "76248934691294444" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:47:35Z" - `modifiedBy` (string) User or Client UUID which modified the resource. Example: "76248934691294444" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-29T09:47:35Z"