@autorest/schemas
Advanced tools
Comparing version 1.1.4 to 1.1.5-dev.1
@@ -7,3 +7,3 @@ { | ||
"packages/libs/autorest-schemas/example-schema.json": "5ddc0d26919c5176c98ad987b1de489e92a4d224", | ||
"packages/libs/autorest-schemas/openapi3-schema.json": "f09da36241b87e3d87f1de44a36951c390c82e1c", | ||
"packages/libs/autorest-schemas/openapi3-schema.json": "35689648c86a8efb536bde330d1fe17731f44765", | ||
"packages/libs/autorest-schemas/package.json": "dbf4275e72254d4db862c213fbdcfd2d49251961", | ||
@@ -10,0 +10,0 @@ "packages/libs/autorest-schemas/swagger-extensions.json": "23e06ba18cbb5bd8f55b8745178319e1873c8780", |
@@ -1800,40 +1800,11 @@ { | ||
"Link": { | ||
"oneOf": [ | ||
{ | ||
"$ref": "#/definitions/LinkWithOperationRef" | ||
}, | ||
{ | ||
"$ref": "#/definitions/LinkWithOperationId" | ||
} | ||
] | ||
}, | ||
"LinkWithOperationRef": { | ||
"type": "object", | ||
"properties": { | ||
"operationRef": { | ||
"operationId": { | ||
"type": "string" | ||
}, | ||
"parameters": { | ||
"type": "object", | ||
"additionalProperties": {} | ||
"operationRef": { | ||
"type": "string", | ||
"format": "uri-reference" | ||
}, | ||
"requestBody": {}, | ||
"description": { | ||
"type": "string" | ||
}, | ||
"server": { | ||
"$ref": "#/definitions/Server" | ||
} | ||
}, | ||
"patternProperties": { | ||
"^x-": {} | ||
}, | ||
"additionalProperties": false | ||
}, | ||
"LinkWithOperationId": { | ||
"type": "object", | ||
"properties": { | ||
"operationId": { | ||
"type": "string" | ||
}, | ||
"parameters": { | ||
@@ -1854,3 +1825,7 @@ "type": "object", | ||
}, | ||
"additionalProperties": false | ||
"additionalProperties": false, | ||
"not": { | ||
"description": "Operation Id and Operation Ref are mutually exclusive", | ||
"required": ["operationId", "operationRef"] | ||
} | ||
}, | ||
@@ -1857,0 +1832,0 @@ "Callback": { |
{ | ||
"name": "@autorest/schemas", | ||
"version": "1.1.4", | ||
"version": "1.1.5-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
147276
5480
3