{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContentStateSettings", "type": "object", "properties": { "contentStatesAllowed": { "type": "boolean", "description": "Whether users can place any content states on content" }, "customContentStatesAllowed": { "type": "boolean", "description": "Whether users can place their custom states on content" }, "spaceContentStatesAllowed": { "type": "boolean", "description": "Whether users can place space suggested states on content" }, "spaceContentStates": { "type": "array", "description": "space suggested content states that users can choose from" } } }