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