Skip to content

Commit

Permalink
Merge branch 'v1.1-dev' into Fix-issues-VDVde#2-VDVde#3
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminKowatschVector authored Oct 24, 2023
2 parents 4157033 + dab039c commit 6d15dbe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 2 additions & 3 deletions v1.1/MessageStructure.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
"description": "This type represents the source of the data of the message."
},
{
"description": "This type represents an unique identifier for the presystemId according to RFC3986.",
"description": "This type represents an unique identifier for the presystemId.",
"type": "string",
"additionalProperties": false,
"format": "uri"
"additionalProperties": false
},
{
"type": "string",
Expand Down
3 changes: 1 addition & 2 deletions v1.1/ProvideChargingInformationRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
"additionalProperties": false
},
"UniqueIdentifier": {
"description": "This type represents an unique identifier according to RFC3986.",
"description": "This type represents an unique identifier.",
"type": "string",
"format": "uri",
"additionalProperties": false
},
"ChargingStationFaultInfo": {
Expand Down
10 changes: 7 additions & 3 deletions v1.1/ProvideChargingRequestsRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
"additionalProperties": false
},
"UniqueIdentifier": {
"description": "This type represents an unique identifier according to RFC3986.",
"description": "This type represents an unique identifier.",
"type": "string",
"format": "uri",
"additionalProperties": false
},
"ChargingInstruction": {
Expand Down Expand Up @@ -97,6 +96,11 @@
"type": "number",
"additionalProperties": false
},
"requestedStartTime": {
"type": "string",
"format": "date-time",
"additionalProperties": false
},
"requestedFinishTime": {
"type": "string",
"format": "date-time",
Expand Down Expand Up @@ -178,4 +182,4 @@
"additionalProperties": false
}
}
}
}

0 comments on commit 6d15dbe

Please sign in to comment.