Skip to content

Commit

Permalink
Add building id to part example and make required
Browse files Browse the repository at this point in the history
Was missing the building id in the part example
  • Loading branch information
jwass authored and jenningsanderson committed Oct 17, 2023
1 parent 3357d21 commit 6bcdc41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/buildings/building-part-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ properties:
version: 1
level: 1
updateTime: "2023-06-06T10:30:00-08:00"
building: abc123
height: 21.34
numFloors: 4
minHeight: 15.0
Expand Down
1 change: 1 addition & 0 deletions schema/buildings/part.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ properties:
- "$ref": ./defs.yaml#/shapeContainer
- "$ref": ../defs.yaml#/$defs/propertyContainers/overtureFeaturePropertiesContainer
- "$ref": ../defs.yaml#/$defs/propertyContainers/levelContainer
required: [building]
properties:
building:
description: The building ID to which this part belongs
Expand Down

0 comments on commit 6bcdc41

Please sign in to comment.