{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ContentStateResponse", "title": "ContentStateResponse", "type": "object", "properties": { "contentState": { "$ref": "#/components/schemas/ContentState", "description": "Null or content state" }, "lastUpdated": { "type": "string", "description": "Timestamp of last publish event where content state changed", "example": "example_value" } } }