{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-structure/amazon-mainframe-modernization-po-detail-attributes-structure.json", "name": "PoDetailAttributes", "description": "The supported properties for a PO type data set.", "type": "object", "properties": { "encoding": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The character set encoding of the data set." } ] }, "format": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The format of the data set records." } ] } }, "required": [ "encoding", "format" ] }