Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@autorest/schemas

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autorest/schemas - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5-dev.1

2

.rush/temp/package-deps_build.json

@@ -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": {}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc