| { | |
| "enumDefs": [], | |
| "structDefs": [], | |
| "classificationDefs": [], | |
| "entityDefs": [ | |
| { | |
| "name": "kafka_topic", | |
| "superTypes": [ | |
| "DataSet" | |
| ], | |
| "typeVersion": "1.0", | |
| "attributeDefs": [ | |
| { | |
| "name": "topic", | |
| "typeName": "string", | |
| "cardinality": "SINGLE", | |
| "isIndexable": true, | |
| "isOptional": false, | |
| "isUnique": true | |
| }, | |
| { | |
| "name": "uri", | |
| "typeName": "string", | |
| "cardinality": "SINGLE", | |
| "isIndexable": false, | |
| "isOptional": false, | |
| "isUnique": false | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "jms_topic", | |
| "superTypes": [ | |
| "DataSet" | |
| ], | |
| "typeVersion": "1.0", | |
| "attributeDefs": [ | |
| { | |
| "name": "topic", | |
| "typeName": "string", | |
| "cardinality": "SINGLE", | |
| "isIndexable": true, | |
| "isOptional": false, | |
| "isUnique": true | |
| }, | |
| { | |
| "name": "uri", | |
| "typeName": "string", | |
| "cardinality": "SINGLE", | |
| "isIndexable": false, | |
| "isOptional": false, | |
| "isUnique": false | |
| } | |
| ] | |
| } | |
| ] | |
| } |