Specification (Vendor) Extensions

June 29, 2018 ยท View on GitHub

Specification ExtensionVendorConversion Performed
x-ms-pathsMicrosoftTreated as an analogue of the openapi.paths object
x-ms-skip-url-encodingMicrosoftFor query parameters, converted to allowReserved:true
x-ms-odataMicrosoftReferences to #/definitions/ are updated to #/components/schemas
x-ms-parameterized-hostMicrosoftConverted into server entry
x-amazon-apigateway-any-methodAmazonTreated as an analogue of the operation Object
x-serversswaggerplusplusAt root, path and operation, converted to servers
x-anyOfswaggerplusplusWithin schemas, converted to anyOf
x-oneOfswaggerplusplusWithin schemas, converted to oneOf
x-notswaggerplusplusWithin schemas, converted to not
x-requiredswaggerplusplusWithin schemas, concatenated with required
x-deprecatedswaggerplusplusWithin parameters, converted to deprecated
x-linksswaggerplusplusAt root and within responses, converted to links/components/links
x-callbacksswaggerplusplusAt root and within operations, converted to callbacks/components/callbacks
x-exampleapiaryWithin parameters, converted to example

See also APIMatic extensions