@autorest/schemas
Advanced tools
Comparing version 1.1.0 to 1.1.1-dev.1
@@ -7,3 +7,3 @@ { | ||
"packages/libs/autorest-schemas/example-schema.json": "5ddc0d26919c5176c98ad987b1de489e92a4d224", | ||
"packages/libs/autorest-schemas/openapi3-schema.json": "1c289f6cd203250cc1599b2a5a2fec738c4ac9b9", | ||
"packages/libs/autorest-schemas/openapi3-schema.json": "426912f7bf49b797bf1a5a834d9b868f9901dd73", | ||
"packages/libs/autorest-schemas/package.json": "71e77570f1a2c14b8edc5c135cdc006771155df0", | ||
@@ -10,0 +10,0 @@ "packages/libs/autorest-schemas/swagger-extensions.json": "1b61183a0dca2aabf922c5833c809ca9ee3ec195", |
@@ -386,3 +386,3 @@ { | ||
{ | ||
"if": { "required": ["$ref"] }, | ||
"if": { "type": "object", "required": ["$ref"] }, | ||
"then": { "$ref": "#/definitions/Reference" } | ||
@@ -392,7 +392,7 @@ }, | ||
"if": { "type": "object" }, | ||
"then": { "$ref": "#/definitions/Schema" } | ||
}, | ||
{ | ||
"if": { "type": "boolean" }, | ||
"then": { "type": "boolean" } | ||
"then": { "$ref": "#/definitions/Schema" }, | ||
"else": { | ||
"type": "boolean", | ||
"errorMessage": "should be a Reference Object, Schema Object, or boolean value" | ||
} | ||
} | ||
@@ -399,0 +399,0 @@ ], |
{ | ||
"name": "@autorest/schemas", | ||
"version": "1.1.0", | ||
"version": "1.1.1-dev.1", | ||
"description": "Internal package storing schemas", | ||
@@ -13,3 +13,4 @@ "scripts": { | ||
"author": "", | ||
"license": "ISC" | ||
} | ||
"license": "ISC", | ||
"dependencies": {} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
147589
3