Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Nov 2, 2023
1 parent 58fe664 commit 69f3f73
Show file tree
Hide file tree
Showing 170 changed files with 9,390 additions and 945 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "array",
"oneOf": [
{
"minItems": 4,
"maxItems": 4
},
{
"minItems": 6,
"maxItems": 6
}
],
"items": {
"type": "number"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
type: array
oneOf:
- minItems: 4
maxItems: 4
- minItems: 6
maxItems: 6
items:
type: number
Loading

0 comments on commit 69f3f73

Please sign in to comment.