15 lines
389 B
JSON
15 lines
389 B
JSON
{
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"anyOf": [
|
|
{
|
|
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/operationTrait.json"
|
|
},
|
|
{
|
|
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/messageTrait.json"
|
|
}
|
|
]
|
|
},
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "http://asyncapi.com/definitions/2.0.0-rc1/traits.json"
|
|
} |