Skip to content

Commit

Permalink
don't need unitvector anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Jan 10, 2025
1 parent f6b8a1e commit 5902ee4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions shared-data/deck/schemas/6.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@
}
}
},
"unitVector": {
"type": "array",
"description": "Array of 3 unit directions, [x, y, z]",
"items": {
"type": "number",
"enum": [1, -1]
},
"minItems": 3,
"maxItems": 3
},
"boundingBox": {
"type": "object",
"required": ["xDimension", "yDimension", "zDimension"],
Expand Down

0 comments on commit 5902ee4

Please sign in to comment.