@autorest/schemas
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"files": { | ||
"packages/libs/autorest-schemas/CHANGELOG.json": "07e060bece13778e7c65c56f057ce149dbdb6c24", | ||
"packages/libs/autorest-schemas/CHANGELOG.md": "9a1df33272364584f7f269ad77c3a2d3ea2c84e7", | ||
"packages/libs/autorest-schemas/composite-swagger.json": "92e70dcf14fdec841d57b5f7913381106ec6fdab", | ||
"packages/libs/autorest-schemas/example-schema.json": "089193b3e70e74a79ab6b19a9fc43763e825a6de", | ||
"packages/libs/autorest-schemas/openapi3-schema.json": "d9409b5b0bb0aeef9315368d14033b25ad90d1da", | ||
"packages/libs/autorest-schemas/package.json": "4e6dc4e2b76cfc40a75fd20f2295e9687e86b8ec", | ||
"packages/libs/autorest-schemas/swagger-extensions.json": "11078b94e91a9b095e4d1d502700dadf2f1fb832", | ||
"packages/libs/autorest-schemas/package.json": "02be8009908e0d69a8cea5cf4d3bcd4797d2d6e8", | ||
"packages/libs/autorest-schemas/swagger-extensions.json": "289f3e08e6a00f81cae7bf3a708e60c1585e42ff", | ||
"packages/libs/autorest-schemas/swagger.json": "95fa8af62242419709363a70dfe0ebc30ec0c247", | ||
@@ -9,0 +11,0 @@ "packages/libs/autorest-schemas/.rush/temp/shrinkwrap-deps.json": "0967ef424bce6791893e9a57bb952f80fd536e93" |
{ | ||
"name": "@autorest/schemas", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Internal package storing schemas", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -6,7 +6,3 @@ { | ||
"type": "object", | ||
"required": [ | ||
"swagger", | ||
"info", | ||
"paths" | ||
], | ||
"required": ["swagger", "info", "paths"], | ||
"additionalProperties": false, | ||
@@ -24,5 +20,3 @@ "patternProperties": { | ||
"type": "string", | ||
"enum": [ | ||
"2.0" | ||
], | ||
"enum": ["2.0"], | ||
"description": "The Swagger version of this document." | ||
@@ -96,6 +90,3 @@ }, | ||
"description": "General information about the API.", | ||
"required": [ | ||
"version", | ||
"title" | ||
], | ||
"required": ["version", "title"], | ||
"additionalProperties": false, | ||
@@ -171,5 +162,3 @@ "patternProperties": { | ||
"type": "object", | ||
"required": [ | ||
"name" | ||
], | ||
"required": ["name"], | ||
"additionalProperties": false, | ||
@@ -237,5 +226,3 @@ "properties": { | ||
"description": "information about external documentation", | ||
"required": [ | ||
"url" | ||
], | ||
"required": ["url"], | ||
"properties": { | ||
@@ -269,5 +256,3 @@ "description": { | ||
"type": "object", | ||
"required": [ | ||
"responses" | ||
], | ||
"required": ["responses"], | ||
"additionalProperties": false, | ||
@@ -435,5 +420,3 @@ "patternProperties": { | ||
"type": "object", | ||
"required": [ | ||
"description" | ||
], | ||
"required": ["description"], | ||
"properties": { | ||
@@ -485,15 +468,7 @@ "description": { | ||
"additionalProperties": false, | ||
"required": [ | ||
"type" | ||
], | ||
"required": ["type"], | ||
"properties": { | ||
"type": { | ||
"type": "string", | ||
"enum": [ | ||
"string", | ||
"number", | ||
"integer", | ||
"boolean", | ||
"array" | ||
] | ||
"enum": ["string", "number", "integer", "boolean", "array"] | ||
}, | ||
@@ -585,7 +560,3 @@ "format": { | ||
"type": "object", | ||
"required": [ | ||
"name", | ||
"in", | ||
"schema" | ||
], | ||
"required": ["name", "in", "schema"], | ||
"patternProperties": { | ||
@@ -611,5 +582,3 @@ "^x-(?!ms-).*$": { | ||
"description": "Determines the location of the parameter.", | ||
"enum": [ | ||
"body" | ||
] | ||
"enum": ["body"] | ||
}, | ||
@@ -669,5 +638,3 @@ "required": { | ||
"description": "Determines the location of the parameter.", | ||
"enum": [ | ||
"header" | ||
] | ||
"enum": ["header"] | ||
}, | ||
@@ -684,9 +651,3 @@ "description": { | ||
"type": "string", | ||
"enum": [ | ||
"string", | ||
"number", | ||
"boolean", | ||
"integer", | ||
"array" | ||
] | ||
"enum": ["string", "number", "boolean", "integer", "array"] | ||
}, | ||
@@ -794,5 +755,3 @@ "format": { | ||
"description": "Determines the location of the parameter.", | ||
"enum": [ | ||
"query" | ||
] | ||
"enum": ["query"] | ||
}, | ||
@@ -814,9 +773,3 @@ "description": { | ||
"type": "string", | ||
"enum": [ | ||
"string", | ||
"number", | ||
"boolean", | ||
"integer", | ||
"array" | ||
] | ||
"enum": ["string", "number", "boolean", "integer", "array"] | ||
}, | ||
@@ -920,5 +873,3 @@ "format": { | ||
"description": "Determines the location of the parameter.", | ||
"enum": [ | ||
"formData" | ||
] | ||
"enum": ["formData"] | ||
}, | ||
@@ -940,10 +891,3 @@ "description": { | ||
"type": "string", | ||
"enum": [ | ||
"string", | ||
"number", | ||
"boolean", | ||
"integer", | ||
"array", | ||
"file" | ||
] | ||
"enum": ["string", "number", "boolean", "integer", "array", "file"] | ||
}, | ||
@@ -1035,11 +979,7 @@ "format": { | ||
}, | ||
"required": [ | ||
"required" | ||
], | ||
"required": ["required"], | ||
"properties": { | ||
"required": { | ||
"type": "boolean", | ||
"enum": [ | ||
true | ||
], | ||
"enum": [true], | ||
"description": "Determines whether or not this parameter is required or optional." | ||
@@ -1050,5 +990,3 @@ }, | ||
"description": "Determines the location of the parameter.", | ||
"enum": [ | ||
"path" | ||
] | ||
"enum": ["path"] | ||
}, | ||
@@ -1065,9 +1003,3 @@ "description": { | ||
"type": "string", | ||
"enum": [ | ||
"string", | ||
"number", | ||
"boolean", | ||
"integer", | ||
"array" | ||
] | ||
"enum": ["string", "number", "boolean", "integer", "array"] | ||
}, | ||
@@ -1154,7 +1086,3 @@ "format": { | ||
"type": "object", | ||
"required": [ | ||
"name", | ||
"in", | ||
"type" | ||
], | ||
"required": ["name", "in", "type"], | ||
"oneOf": [ | ||
@@ -1363,5 +1291,3 @@ { | ||
}, | ||
"required": [ | ||
"type" | ||
], | ||
"required": ["type"], | ||
"properties": { | ||
@@ -1385,5 +1311,3 @@ "format": { | ||
"type": "string", | ||
"enum": [ | ||
"file" | ||
] | ||
"enum": ["file"] | ||
}, | ||
@@ -1484,9 +1408,3 @@ "readOnly": { | ||
"type": "string", | ||
"enum": [ | ||
"string", | ||
"number", | ||
"integer", | ||
"boolean", | ||
"array" | ||
] | ||
"enum": ["string", "number", "integer", "boolean", "array"] | ||
} | ||
@@ -1504,10 +1422,3 @@ } | ||
"type": "string", | ||
"enum": [ | ||
"string", | ||
"number", | ||
"integer", | ||
"boolean", | ||
"array", | ||
"file" | ||
] | ||
"enum": ["string", "number", "integer", "boolean", "array", "file"] | ||
} | ||
@@ -1547,5 +1458,3 @@ } | ||
"additionalProperties": false, | ||
"required": [ | ||
"name" | ||
], | ||
"required": ["name"], | ||
"properties": { | ||
@@ -1599,8 +1508,3 @@ "name": { | ||
"type": "string", | ||
"enum": [ | ||
"http", | ||
"https", | ||
"ws", | ||
"wss" | ||
] | ||
"enum": ["http", "https", "ws", "wss"] | ||
}, | ||
@@ -1611,8 +1515,3 @@ "uniqueItems": true | ||
"type": "string", | ||
"enum": [ | ||
"csv", | ||
"ssv", | ||
"tsv", | ||
"pipes" | ||
], | ||
"enum": ["csv", "ssv", "tsv", "pipes"], | ||
"default": "csv" | ||
@@ -1622,9 +1521,3 @@ }, | ||
"type": "string", | ||
"enum": [ | ||
"csv", | ||
"ssv", | ||
"tsv", | ||
"pipes", | ||
"multi" | ||
], | ||
"enum": ["csv", "ssv", "tsv", "pipes", "multi"], | ||
"default": "csv" | ||
@@ -1679,5 +1572,3 @@ }, | ||
"type": "object", | ||
"required": [ | ||
"$ref" | ||
], | ||
"required": ["$ref"], | ||
"additionalProperties": false, | ||
@@ -1703,5 +1594,3 @@ "properties": { | ||
"type": "object", | ||
"required": [ | ||
"name" | ||
], | ||
"required": ["name"], | ||
"properties": { | ||
@@ -1727,5 +1616,3 @@ "name": { | ||
"type": "object", | ||
"required": [ | ||
"value" | ||
], | ||
"required": ["value"], | ||
"properties": { | ||
@@ -1754,11 +1641,6 @@ "value": {}, | ||
"type": "object", | ||
"required": [ | ||
"name" | ||
], | ||
"required": ["name"], | ||
"properties": { | ||
"name": { | ||
"type": [ | ||
"string", | ||
"null" | ||
] | ||
"type": ["string", "null"] | ||
} | ||
@@ -1772,6 +1654,3 @@ }, | ||
"postfix": { | ||
"type": [ | ||
"string", | ||
"null" | ||
] | ||
"type": ["string", "null"] | ||
} | ||
@@ -1804,18 +1683,9 @@ }, | ||
"nextLinkName": { | ||
"type": [ | ||
"string", | ||
"null" | ||
] | ||
"type": ["string", "null"] | ||
}, | ||
"itemName": { | ||
"type": [ | ||
"string", | ||
"null" | ||
] | ||
"type": ["string", "null"] | ||
}, | ||
"operationName": { | ||
"type": [ | ||
"string", | ||
"null" | ||
] | ||
"type": ["string", "null"] | ||
} | ||
@@ -1836,12 +1706,6 @@ }, | ||
"type": "string", | ||
"enum": [ | ||
"azure-async-operation", | ||
"location", | ||
"original-uri" | ||
] | ||
"enum": ["azure-async-operation", "location", "original-uri"] | ||
} | ||
}, | ||
"required": [ | ||
"final-state-via" | ||
] | ||
"required": ["final-state-via"] | ||
}, | ||
@@ -1911,6 +1775,3 @@ "xmsAzureResource": { | ||
"type": "string", | ||
"enum": [ | ||
"client", | ||
"method" | ||
] | ||
"enum": ["client", "method"] | ||
}, | ||
@@ -1921,8 +1782,13 @@ "xmsApiVersion": { | ||
"xmsClientDefault": { | ||
"type": [ | ||
"string", | ||
"boolean", | ||
"number" | ||
"oneOf": [ | ||
{ "$ref": "#/definitions/xmsClientDefaultPrimitiveTypes" }, | ||
{ | ||
"type": "array", | ||
"items": { "$ref": "#/definitions/xmsClientDefaultPrimitiveTypes" } | ||
} | ||
] | ||
}, | ||
"xmsClientDefaultPrimitiveTypes": { | ||
"type": ["string", "boolean", "number"] | ||
}, | ||
"xmsMutability": { | ||
@@ -1932,7 +1798,3 @@ "type": "array", | ||
"type": "string", | ||
"enum": [ | ||
"create", | ||
"read", | ||
"update" | ||
] | ||
"enum": ["create", "read", "update"] | ||
}, | ||
@@ -1939,0 +1801,0 @@ "uniqueItems": true |
11
149132
5922