{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-state-info-structure.json", "name": "StateInfo", "type": "object", "description": "StateInfo schema from Amazon MSK API", "properties": { "Code": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "code" } } ] }, "Message": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "message" } } ] } } }