{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RequestCreate", "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" } } }