{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-schema/amazon-mainframe-modernization-ps-detail-attributes-schema.json", "title": "PsDetailAttributes", "description": "The supported properties for a PS 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" ] }