{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ExtractSummary", "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "status": { "type": "string" }, "trail": { "type": "string" } } }