Object describing why a content state set failed
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ContentStateFailure", "title": "ContentStateFailure", "required": [ "contentId", "failureReason" ], "type": "object", "properties": { "contentId": { "$ref": "#/components/schemas/ContentId" }, "failureReason": { "type": "string" } }, "description": "Object describing why a content state set failed" }