Skip to content

Commit

Permalink
iAdd v3.1 2021-05-20 schemas to website
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed May 20, 2021
1 parent b92609b commit c7d8982
Show file tree
Hide file tree
Showing 2 changed files with 1,371 additions and 0 deletions.
24 changes: 24 additions & 0 deletions oas/3.1/schema-base/2021-05-20
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$id": "https://spec.openapis.org/oas/3.1/schema-base/2021-05-20",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$ref": "https://spec.openapis.org/oas/3.1/schema/2021-05-20",
"properties": {
"jsonSchemaDialect": {
"$ref": "#/$defs/dialect"
}
},
"$defs": {
"dialect": {
"const": "https://spec.openapis.org/oas/3.1/dialect/base"
},
"schema": {
"$dynamicAnchor": "meta",
"$ref\"": "https://spec.openapis.org/oas/3.1/dialect/base",
"properties": {
"$schema": {
"$ref": "#/$defs/dialect"
}
}
}
}
}
Loading

0 comments on commit c7d8982

Please sign in to comment.