Skip to content

Commit

Permalink
beta version of DTDL digital twin
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Oct 5, 2023
1 parent e571af0 commit 2e75b3f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions AirportFacility/schemaDTDL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"@id": "dtmi:com:ngsi-ld:AirportFacility;0",
"@type": "Interface",
"@context": "dtmi:dtdl:context;2",
"comment": "Smart Data Models - Mapping of ACRIS data model AirportFacility adapted to DTDL from smartdatamodels.org. Source: https://raw.githubusercontent.com/smart-data-models/dataModel.ACRIS/master/AirportFacility/schema.json",
"description": "Property. Information about an Airport as buildings or infrastructure used to provide services.",
"displayName": "AirportFacility",
"contents": [
{
"name": "IataCode",
"writable": true,
"displayName": "IataCode",
"@type": "Property",
"schema": "string",
"comment": "Three character IATA code for the Airport."
},
{
"name": "IcaoCode",
"writable": true,
"displayName": "IcaoCode",
"@type": "Property",
"schema": "string",
"comment": "Four character ICAO code for the Airport."
},
{
"name": "Name",
"writable": true,
"displayName": "Name",
"@type": "Property",
"schema": "string",
"comment": "Common name of the Airport."
}
]
}

0 comments on commit 2e75b3f

Please sign in to comment.