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