Skip to content

Commit

Permalink
update schema docs (#2207)
Browse files Browse the repository at this point in the history
Updates some content in the JSON schema
  • Loading branch information
kostmo authored Nov 14, 2024
1 parent ca229ee commit 7b50426
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions data/schema/placement.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"type": "string",
"description": "Name of structure definition"
},
"truncate": {
"type": "boolean",
"description": "Overlay should be truncated if it exceeds bounds of target structure"
},
"offset": {
"$ref": "planar-loc.json"
},
Expand Down
2 changes: 1 addition & 1 deletion data/schema/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"placements": {
"description": "Structure placements. Earlier members may occlude later members of the list.",
"description": "Structure placements. Later members may occlude earlier members of the list.",
"type": "array",
"items": {
"$ref": "placement.json"
Expand Down
2 changes: 1 addition & 1 deletion data/schema/world.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"placements": {
"description": "Structure placements. Earlier members may occlude later members of the list.",
"description": "Structure placements. Later members may occlude earlier members of the list.",
"type": "array",
"items": {
"$ref": "placement.json"
Expand Down

0 comments on commit 7b50426

Please sign in to comment.