Skip to content

Commit

Permalink
updated model.yaml - support subproperties
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Oct 27, 2023
1 parent 707e6bf commit 79b938d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ParkingGroup/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ParkingGroup:
type: Property
averageSpotLength:
description: The average length of parking spots. Applications _SHOULD_ inspect the value of this property at parent's level if it is not defined
exclusiveMinimum: true
exclusiveMinimum: 0
minimum: 0
type: number
x-ngsi:
Expand All @@ -103,7 +103,7 @@ ParkingGroup:
units: meters
averageSpotWidth:
description: The average width of parking spots. Applications _SHOULD_ inspect the value of this property at parent's level if it is not defined
exclusiveMinimum: true
exclusiveMinimum: 0
minimum: 0
type: number
x-ngsi:
Expand Down Expand Up @@ -364,7 +364,7 @@ ParkingGroup:
type: GeoProperty
maximumAllowedHeight:
description: Maximum allowed height for vehicles. Applications _SHOULD_ inspect the value of this property at parent's level if it is not defined
exclusiveMinimum: true
exclusiveMinimum: 0
minimum: 0
type: number
x-ngsi:
Expand All @@ -373,7 +373,7 @@ ParkingGroup:
units: meters
maximumAllowedWidth:
description: Maximum allowed width for vehicles. Applications _SHOULD_ inspect the value of this property at parent's level if it is not defined
exclusiveMinimum: true
exclusiveMinimum: 0
minimum: 0
type: number
x-ngsi:
Expand Down

0 comments on commit 79b938d

Please sign in to comment.