Specification Extension | Vendor | Conversion Performed |
---|---|---|
x-ms-paths | Microsoft | Treated as an analogue of the openapi.paths object |
x-ms-skip-url-encoding | Microsoft | For query parameters, converted to allowReserved:true |
x-ms-odata | Microsoft | References to #/definitions/ are updated to #/components/schemas |
x-ms-parameterized-host | Microsoft | Converted into server entry |
x-amazon-apigateway-any-method | Amazon | Treated as an analogue of the operation Object |
x-servers | swaggerplusplus | At root, path and operation, converted to servers |
x-anyOf | swaggerplusplus | Within schemas, converted to anyOf |
x-oneOf | swaggerplusplus | Within schemas, converted to oneOf |
x-not | swaggerplusplus | Within schemas, converted to not |
x-required | swaggerplusplus | Within schemas, concatenated with required |
x-deprecated | swaggerplusplus | Within parameters, converted to deprecated |
x-links | swaggerplusplus | At root and within responses, converted to links /components/links |
x-callbacks | swaggerplusplus | At root and within operations, converted to callbacks /components/callbacks |
x-example | apiary | Within parameters, converted to example |
See also APIMatic extensions