Skip to content

Commit

Permalink
updated $schema last version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Sep 18, 2024
1 parent e10fbd8 commit 0ea229c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Booking/schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$schemaVersion": "0.0.1",
"$id": "https://github.com/smart-data-models/dataModel.MarineTransport/master/Booking/schema.json",
"title": "DataPorts - Booking schema",
"description": "Provide the bookings electronic messaging description",
"modelTags":"",
"modelTags": "",
"type": "object",
"allOf": [
{
Expand Down Expand Up @@ -97,4 +97,4 @@
"id",
"type"
]
}
}

0 comments on commit 0ea229c

Please sign in to comment.