json-schema
json-schema copied to clipboard
[Question]: Is using with swagger-php possible
Hi, I would like to use JsonSchema in my PHP project, but also I am interested if it can (an how) be used with swagger-php to document API.
Thank you kindly
OpenAPI and JSON Schema are similar but different. In OpenAPI v3.1.0 the schema
keyword is now powered by a OpenAPI-flavoured vocabulary of JSON Schema which is compatible, but in older versions they are different.
https://apisyouwonthate.com/blog/openapi-v3-1-and-json-schema
So you probably don't want anything with "Swagger" in the name, as thats usually OpenAPI v2.0.
Pick any modern tooling from https://openapi.tools.