@asyncapi/specs
Advanced tools
Comparing version 6.0.0-next-major-spec.3 to 6.0.0-next-major-spec.4
@@ -13,5 +13,20 @@ { | ||
}, | ||
"schema": { | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json" | ||
"enum": { | ||
"description": "A list of allowed values for the parameter.", | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
} | ||
}, | ||
"default": { | ||
"description": "The default value to use for the parameter.", | ||
"type": "string" | ||
}, | ||
"examples": { | ||
"description": "List of example values to use for the parameter.", | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
} | ||
}, | ||
"location": { | ||
@@ -21,5 +36,2 @@ "type": "string", | ||
"pattern": "^\\$message\\.(header|payload)#(\\/(([^\\/~])|(~[01]))*)*" | ||
}, | ||
"$ref": { | ||
"$ref": "http://asyncapi.com/definitions/3.0.0/ReferenceObject.json" | ||
} | ||
@@ -26,0 +38,0 @@ }, |
{ | ||
"name": "@asyncapi/specs", | ||
"version": "6.0.0-next-major-spec.3", | ||
"version": "6.0.0-next-major-spec.4", | ||
"description": "AsyncAPI schema versions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
16070297
170398