@asyncapi/specs
Advanced tools
Comparing version 5.0.0-next-major-spec.19 to 5.0.0-next-major-spec.20
@@ -83,2 +83,32 @@ { | ||
}, | ||
"replies": { | ||
"type": "object", | ||
"patternProperties": { | ||
"^[\\w\\d\\.\\-_]+$": { | ||
"oneOf": [ | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" | ||
}, | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/operationReply.json" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"replyAddresses": { | ||
"type": "object", | ||
"patternProperties": { | ||
"^[\\w\\d\\.\\-_]+$": { | ||
"oneOf": [ | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" | ||
}, | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/operationReplyAddress.json" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"serverBindings": { | ||
@@ -110,11 +140,13 @@ "type": "object", | ||
"type": "object", | ||
"additionalProperties": { | ||
"oneOf": [ | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" | ||
}, | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json" | ||
} | ||
] | ||
"patternProperties": { | ||
"^[\\w\\d\\.\\-_]+$": { | ||
"oneOf": [ | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" | ||
}, | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/tag.json" | ||
} | ||
] | ||
} | ||
} | ||
@@ -124,11 +156,13 @@ }, | ||
"type": "object", | ||
"additionalProperties": { | ||
"oneOf": [ | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" | ||
}, | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json" | ||
} | ||
] | ||
"patternProperties": { | ||
"^[\\w\\d\\.\\-_]+$": { | ||
"oneOf": [ | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" | ||
}, | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json" | ||
} | ||
] | ||
} | ||
} | ||
@@ -135,0 +169,0 @@ } |
@@ -22,2 +22,18 @@ { | ||
}, | ||
"messages": { | ||
"type": "array", | ||
"items": { | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" | ||
} | ||
}, | ||
"reply": { | ||
"oneOf": [ | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" | ||
}, | ||
{ | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/operationReply.json" | ||
} | ||
] | ||
}, | ||
"traits": { | ||
@@ -24,0 +40,0 @@ "type": "array", |
{ | ||
"name": "@asyncapi/specs", | ||
"version": "5.0.0-next-major-spec.19", | ||
"version": "5.0.0-next-major-spec.20", | ||
"description": "AsyncAPI schema versions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14574539
1016
128647