@readme/oas-examples
Advanced tools
Comparing version
@@ -1154,3 +1154,3 @@ { | ||
"/anything/form-data/pipeDelimited": { | ||
"get": { | ||
"post": { | ||
"operationId": "form_data_pipeDelimited_nonExploded", | ||
@@ -1207,3 +1207,3 @@ "summary": "pipeDelimited (non-exploded)", | ||
"/anything/form-data/deepObject": { | ||
"get": { | ||
"post": { | ||
"operationId": "form_data_deepObject_exploded", | ||
@@ -1210,0 +1210,0 @@ "summary": "deepObject (exploded)", |
@@ -5,3 +5,3 @@ { | ||
"title": "Support for different schema types", | ||
"description": "Additionally some support for features that schema types may individually support.\n\nhttps://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#schemaObject", | ||
"description": "Additionally some support for features that schema types may individually support.\n\nhttps://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#schemaObject", | ||
"version": "1.0.0" | ||
@@ -922,23 +922,2 @@ }, | ||
} | ||
}, | ||
"put": { | ||
"operationId": "quirks_unknownType", | ||
"summary": "Unknown schema type", | ||
"description": "Handling cases for when `type` is unrecognized.\n\nš OpenAPI specification references:\n\n* [3.0.3 Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#schemaObject)\n\n* [3.1.0 Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#schemaObject)", | ||
"tags": ["Quirks"], | ||
"requestBody": { | ||
"content": { | ||
"application/json": { | ||
"schema": { | ||
"type": "object", | ||
"properties": { | ||
"param": { | ||
"type": "str", | ||
"description": "This property has a `type` of `str` but since `str` is not a valid JSON Schema type we should fallback to rendering it out as a standard `string` input." | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
@@ -945,0 +924,0 @@ }, |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"repository": { | ||
@@ -28,10 +28,10 @@ "type": "git", | ||
"devDependencies": { | ||
"@readme/eslint-config": "^8.5.1", | ||
"@readme/openapi-parser": "^2.0.4", | ||
"eslint": "^8.11.0", | ||
"@readme/eslint-config": "^8.6.0", | ||
"@readme/openapi-parser": "^2.1.1", | ||
"eslint": "^8.13.0", | ||
"fast-glob": "^3.2.11", | ||
"jest": "^27.5.1", | ||
"prettier": "^2.6.0" | ||
"prettier": "^2.6.2" | ||
}, | ||
"prettier": "@readme/eslint-config/prettier" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1149571
18.94%121
9.01%21564
15.28%