{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ContentStateSettings", "type": "object", "properties": { "contentStatesAllowed": { "type": "boolean" }, "customContentStatesAllowed": { "type": "boolean" }, "spaceContentStatesAllowed": { "type": "boolean" }, "spaceContentStates": { "type": "array" } } }