swagger: "2.0" definitions: Bindings: type: object discriminator: _class properties: _class : type: string entries: type: array items: $ref: '#/definitions/Entry' minItems: 0 xml: namespace: 'https://www.omg.org/spec/API4KP/20230201/datatypes' required: - _class xml: namespace: 'https://www.omg.org/spec/API4KP/20230201/datatypes' Entry: type: object discriminator: _class properties: _class : type: string key: type: string xml: namespace: 'http://www.w3.org/2001/XMLSchema' value: type: object xml: namespace: 'http://www.w3.org/2001/XMLSchema' required: - _class xml: namespace: 'https://www.omg.org/spec/API4KP/20230201/datatypes' TypedValue: type: object discriminator: _class properties: _class : type: string value: type: string xml: namespace: 'http://www.w3.org/2001/XMLSchema' type: type: string xml: namespace: 'http://www.w3.org/2001/XMLSchema' datatype: type: string xml: namespace: 'http://www.w3.org/2001/XMLSchema' required: - _class xml: namespace: 'https://www.omg.org/spec/API4KP/20230201/datatypes' UUID: type: string xml: namespace: 'https://www.omg.org/spec/API4KP/20230201/datatypes'