@autorest/schemas
Advanced tools
Comparing version 1.2.0-dev.2 to 1.2.0-dev.3
@@ -9,3 +9,3 @@ { | ||
"packages/libs/autorest-schemas/package.json": "dbf4275e72254d4db862c213fbdcfd2d49251961", | ||
"packages/libs/autorest-schemas/swagger-extensions.json": "f491573811ed0285db5891dc16f78a4656c80a64", | ||
"packages/libs/autorest-schemas/swagger-extensions.json": "78317122472879de90a79cf52250e8e1a58cdfb0", | ||
"packages/libs/autorest-schemas/swagger.json": "7bb174a4c22f9e858f5b6228bdbf358d737a638f", | ||
@@ -12,0 +12,0 @@ "packages/libs/autorest-schemas/.rush/temp/shrinkwrap-deps.json": "0967ef424bce6791893e9a57bb952f80fd536e93" |
{ | ||
"name": "@autorest/schemas", | ||
"version": "1.2.0-dev.2", | ||
"version": "1.2.0-dev.3", | ||
"description": "Internal package storing schemas", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -9,7 +9,4 @@ { | ||
"patternProperties": { | ||
"^x-(?!ms-).*$": { | ||
"^x-.*$": { | ||
"$ref": "http://json.schemastore.org/swagger-2.0#/definitions/vendorExtension" | ||
}, | ||
"^x-ms-sf-.*$": { | ||
"$ref": "http://json.schemastore.org/swagger-2.0#/definitions/vendorExtension" | ||
} | ||
@@ -83,2 +80,5 @@ }, | ||
"type": "boolean" | ||
}, | ||
"x-ms-permissions": { | ||
"$ref": "#/definitions/xmsPermissions" | ||
} | ||
@@ -374,7 +374,4 @@ }, | ||
"patternProperties": { | ||
"^x-(?!ms-).*$": { | ||
"$ref": "#/definitions/vendorExtension" | ||
}, | ||
"^x-ms-sf-.*$": { | ||
"$ref": "#/definitions/vendorExtension" | ||
"^x-.*$": { | ||
"$ref": "http://json.schemastore.org/swagger-2.0#/definitions/vendorExtension" | ||
} | ||
@@ -1731,2 +1728,20 @@ } | ||
}, | ||
"xmsPermissions": { | ||
"type": "object", | ||
"properties": { | ||
"actions": { | ||
"type": "string" | ||
}, | ||
"dataActions": { | ||
"type": "string" | ||
}, | ||
"rolesWithThesePermissions": { | ||
"type": "string" | ||
}, | ||
"moreInfoLink": { | ||
"type": "string" | ||
} | ||
}, | ||
"additionalProperties": false | ||
}, | ||
"xmsLongRunningOperation": { | ||
@@ -1733,0 +1748,0 @@ "description": "Indicates whether the operation is long running (asynchronous). `true` value indicates that it is a long running operation.", |
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
139323
5172