Skip to content

Commit

Permalink
Add title to OpenAPI v3 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1394 committed Apr 2, 2021
1 parent a2b0e54 commit 0cd724b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema/openapi-3.0-2019-04-02.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"id": "https://spec.openapis.org/oas/3.0/schema/2019-04-02",
"$schema": "https://json-schema.org/draft-04/schema#",
"description": "Validation schema for OpenAPI Specification 3.0.X.",
"title": "Validation schema for OpenAPI Specification 3.0.X.",
"type": "object",
"required": [
"openapi",
Expand Down Expand Up @@ -1651,4 +1652,4 @@
"additionalProperties": false
}
}
}
}

0 comments on commit 0cd724b

Please sign in to comment.