{"openapi":"3.2.0","info":{"title":"Demo API","version":"0.0.1"},"servers":[{"url":"http://localhost:5000"}],"paths":{"/resources":{"get":{"tags":["resources"],"summary":"Lists resources.","operationId":"resourcesGetCollection","responses":{"200":{"content":{"application/vnd.api+json":{"schema":{"$ref":"#/components/schemas/Document"}}}}},"security":[{"Bearer":[]}]}}},"components":{"schemas":{"Document":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ExampleResource"}}}},"ExampleResource":{"unevaluatedProperties":false,"type":"object","allOf":[{"$ref":"#/components/schemas/ResourceObjectBase"}],"properties":{"type":{"enum":["resources"],"type":"string"}}},"ResourceObjectBase":{"type":"object","properties":{"id":{"oneOf":[{"type":"null"},{"$ref":"#/components/schemas/Id"}]}}},"Id":{"maxLength":26,"minLength":26,"pattern":"^[0-7][0-9A-HJKMNP-TV-Z]{25}$","type":"string","example":"01KZ13M3HNEVKV7W4R1SDFE748"}},"securitySchemes":{"Bearer":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}},"tags":[{"name":"resources"}]}