{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreateExtractRequest", "type": "object", "properties": { "type": { "type": "string" }, "description": { "type": "string" }, "begin": { "type": "string" }, "trail": { "type": "string" }, "trailSize": { "type": "integer" }, "config": { "type": "array" }, "registration": { "type": "string" }, "credentials": { "type": "object" } } }