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 5, 2023
1 parent 660a4e7 commit 912a560
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CheckpointFacilityOperatorParty/model.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
CheckpointFacilityOperatorParty:
description: Property. Information that describes the Party responsible for the operation of a Checkpoint in an Airport.
properties:
Name:
description: Unique name of the Operator Party for the Checkpoint Facility.
type: string
x-ngsi:
type: Property
id:
anyOf:
- description: Identifier format of any NGSI entity
maxLength: 256
minLength: 1
pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
type: string
x-ngsi:
type: Property
- description: Identifier format of any NGSI entity
format: uri
type: string
x-ngsi:
type: Property
description: Unique identifier of the entity
x-ngsi:
type: Property
type:
description: It must be equal to CheckpointFacilityOperatorParty.
enum:
- CheckpointFacilityOperatorParty
type: string
x-ngsi:
type: Property
required:
- id
- type
type: object
x-derived-from: https://acris.aero/static/documents/waittimes/ACI-Wait-Times-API-Specification-v1.6.0.1c4ec122da9a.yaml
x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license conditions are met. Copyleft (c) 2022 Contributors to Smart Data Models Program'
x-license-url: https://github.com/smart-data-models/dataModel.ACRIS/blob/master/CheckpointFacilityOperatorParty/LICENSE.md
x-model-schema: https://smart-data-models.github.io/dataModel.ACRIS/CheckpointFacilityOperatorParty/schema.json
x-model-tags: ACRIS
x-version: 0.0.1

0 comments on commit 912a560

Please sign in to comment.