{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RequestCreate", "type": "object", "properties": { "@type": { "type": "string" }, "identifier": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "universe": { "type": "string", "description": "URI reference to the universe resource" }, "fieldList": { "type": "string", "description": "URI reference to the field list resource" }, "trigger": { "type": "string", "description": "URI reference to the trigger resource" }, "formatting": { "type": "object" } } }