Skip to content

Commit

Permalink
port data models review
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Dec 12, 2023
1 parent e08590d commit 46f9a6f
Show file tree
Hide file tree
Showing 19 changed files with 760 additions and 274 deletions.
1 change: 1 addition & 0 deletions SMARTCITIES/SMARTPORTS/NEW_PORT/Berth/comments.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.- createdAt y modifiedAt son atributos del sistema (no modificables manualmente y por eso no deben estar en el modelo de datos) aunque se pueden usar
10 changes: 1 addition & 9 deletions SMARTCITIES/SMARTPORTS/NEW_PORT/Berth/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"description": "Property. Model:'https://schema.org/Text'. Last bollard identifier in port facility"
},
"status": {
"type": "enum",
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Current status of the Berthing in its lifetime, from request to authorization and completion. Enum: 'ACCEPTED, AUTHORIZED, CANCELLED, COMPLETED, DENIED, INITIATED, REQUESTED, REJECTED, INVOICING, INVOICED'",
"enum": [
"ACCEPTED",
Expand Down Expand Up @@ -288,14 +288,6 @@
"agentLegalCode": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. Legal identifier code of the PortCall's ship Agent"
},
"createdAt": {
"type": "datetime",
"description": "Property. Model:'https://schema.org/Text' represented by an ISO 8601 UTC format, Date and time of creation thi entity"
},
"modifiedAt": {
"type": "datetime",
"description": "Property. Model:'https://schema.org/Text' represented by an ISO 8601 UTC format, Date and time of modification this entity"
}
}
}
Expand Down
Loading

0 comments on commit 46f9a6f

Please sign in to comment.