{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "QuantCalculationMeta", "type": "object", "properties": { "allowArrayData": { "type": "boolean" }, "contentorganization": { "type": "string" }, "stachContentOrganization": { "type": "string" }, "contenttype": { "type": "string" }, "format": { "type": "string" } } }