{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DataRequest", "type": "object", "properties": { "@type": { "type": "string" }, "identifier": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "universe": { "type": "string" }, "fieldList": { "type": "string" }, "trigger": { "type": "string" }, "formatting": { "type": "object" }, "status": { "type": "string" } } }