Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 107 additions & 58 deletions index.md

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions schemas/axes.schema
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,9 @@
"type": "array",
"uniqueItems": true,
"minItems": 1,
"maxItems": 5,
"items": {
"$ref": "#/$defs/axis"
},
"$comment": "Ensure that there exist at most three space axes",
"contains": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string",
"enum": [
"space"
]
},
"unit": {
"type": "string"
}
}
},
"minContains": 2,
"maxContains": 3,
"$defs": {
"axis": {
"type": "object",
Expand Down
Loading