-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
113 changed files
with
32,019 additions
and
3,501 deletions.
There are no files selected for viewing
34 changes: 22 additions & 12 deletions
34
annotated-schemas/geo/common/data_types/bounding_box/schema-oas3.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
{ | ||
"type": "array", | ||
"oneOf": [ | ||
{ | ||
"minItems": 4, | ||
"maxItems": 4 | ||
}, | ||
"$defs": { | ||
"c61b6578a6c01ad076d850997fd310ca751beac5": { | ||
"type": "array", | ||
"oneOf": [ | ||
{ | ||
"minItems": 4, | ||
"maxItems": 4 | ||
}, | ||
{ | ||
"minItems": 6, | ||
"maxItems": 6 | ||
} | ||
], | ||
"items": { | ||
"type": "number" | ||
}, | ||
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/" | ||
} | ||
}, | ||
"allOf": [ | ||
{ | ||
"minItems": 6, | ||
"maxItems": 6 | ||
"$ref": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/schema-oas3.0.json#/$defs/c61b6578a6c01ad076d850997fd310ca751beac5" | ||
} | ||
], | ||
"items": { | ||
"type": "number" | ||
} | ||
] | ||
} |
21 changes: 13 additions & 8 deletions
21
annotated-schemas/geo/common/data_types/bounding_box/schema-oas3.0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
type: array | ||
oneOf: | ||
- minItems: 4 | ||
maxItems: 4 | ||
- minItems: 6 | ||
maxItems: 6 | ||
items: | ||
type: number | ||
$defs: | ||
73a758f8187839858a0fde3dca8f52fd885d10b9: | ||
type: array | ||
oneOf: | ||
- minItems: 4 | ||
maxItems: 4 | ||
- minItems: 6 | ||
maxItems: 6 | ||
items: | ||
type: number | ||
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/ | ||
allOf: | ||
- $ref: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/schema-oas3.0.yaml#/$defs/73a758f8187839858a0fde3dca8f52fd885d10b9 |
Oops, something went wrong.