@asyncapi/specs
Advanced tools
Comparing version 5.0.0-next-major-spec.16 to 5.0.0-next-major-spec.17
@@ -262,2 +262,25 @@ { | ||
} | ||
}, | ||
{ | ||
"if": { | ||
"required": [ | ||
"schemaFormat" | ||
], | ||
"properties": { | ||
"schemaFormat": { | ||
"enum": [ | ||
"application/vnd.apache.avro;version=1.9.0", | ||
"application/vnd.apache.avro+json;version=1.9.0", | ||
"application/vnd.apache.avro+yaml;version=1.9.0" | ||
] | ||
} | ||
} | ||
}, | ||
"then": { | ||
"properties": { | ||
"payload": { | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/avroSchema_v1.json" | ||
} | ||
} | ||
} | ||
} | ||
@@ -264,0 +287,0 @@ ], |
{ | ||
"name": "@asyncapi/specs", | ||
"version": "5.0.0-next-major-spec.16", | ||
"version": "5.0.0-next-major-spec.17", | ||
"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
14552753
1016
128171