Skip to content

Commit 5d4a985

Browse files
authored
Update bathymetry.yaml
1 parent f479b42 commit 5d4a985

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

schema/base/bathymetry.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ properties:
1717
- "$ref": ../defs.yaml#/$defs/propertyContainers/overtureFeaturePropertiesContainer
1818
- "$ref": ../defs.yaml#/$defs/propertyContainers/levelContainer
1919
- "$ref": ../defs.yaml#/$defs/propertyContainers/cartographyContainer
20-
required:
21-
- depth
20+
required: [depth]
2221
properties:
23-
depth:
24-
description: Depth below sea level (in meters) of the feature.
25-
type: integer
26-
depth: { "$ref": ./defs.yaml#/$defs/propertyDefinitions/depth }
22+
depth: { "$ref": "./defs.yaml#/$defs/propertyDefinitions/depth" }

0 commit comments

Comments
 (0)