-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
1668ca4
commit 3f9b706
Showing
2 changed files
with
73 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"$id": "urn:VDV463:1:0:0:MessageStructure", | ||
"comment": "VDV463 1.0.0 FINAL", | ||
"title": "MessageStructure", | ||
"type": "array", | ||
"additionalProperties": false, | ||
"description": "This type represents a generic message structure associated with the VDV463.", | ||
"items": [ | ||
{ | ||
"type": "integer", | ||
"additionalProperties": false, | ||
"description": "This type represents the message type.", | ||
"enum": [ | ||
1, | ||
2, | ||
3 | ||
] | ||
}, | ||
{ | ||
"type": "string", | ||
"additionalProperties": false, | ||
"description": "This type represents the source of the data of the message." | ||
}, | ||
{ | ||
"description": "This type represents an unique identifier for the presystemId.", | ||
"type": "string", | ||
"additionalProperties": false | ||
}, | ||
{ | ||
"type": "string", | ||
"additionalProperties": false, | ||
"description": "This type represents the current timestamp of the message.", | ||
"format": "date-time" | ||
}, | ||
{ | ||
"type": "string", | ||
"additionalProperties": false, | ||
"description": "This type represents the unique identifier of the message.", | ||
"format": "uuid" | ||
}, | ||
{ | ||
"type": "string", | ||
"additionalProperties": false, | ||
"description": "This type represents the action of the message.", | ||
"enum": [ | ||
"BootNotification", | ||
"ProvideChargingRequests", | ||
"ProvideChargingInformation" | ||
] | ||
}, | ||
{ | ||
"type": "object", | ||
"description": "This type represents the payload of the message which is specified in separate JSON schemas." | ||
} | ||
], | ||
"minItems": 7, | ||
"maxItems": 7 | ||
} | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"$id": "urn:VDV463:1:0:0:MessageStructure", | ||
"comment": "VDV463 1.0.0 FINAL", | ||
"title": "MessageStructure", | ||
"type": "array", | ||
"additionalProperties": false, | ||
"description": "This type represents a generic message structure associated with the VDV463.", | ||
"items": [ | ||
{ | ||
"type": "integer", | ||
"additionalProperties": false, | ||
"description": "This type represents the message type.", | ||
"enum": [ | ||
1, | ||
2, | ||
3 | ||
] | ||
}, | ||
{ | ||
"type": "string", | ||
"additionalProperties": false, | ||
"description": "This type represents the source of the data of the message." | ||
}, | ||
{ | ||
"description": "This type represents an unique identifier for the presystemId.", | ||
"type": "string", | ||
"additionalProperties": false | ||
}, | ||
{ | ||
"type": "string", | ||
"additionalProperties": false, | ||
"description": "This type represents the current timestamp of the message.", | ||
"format": "date-time" | ||
}, | ||
{ | ||
"type": "string", | ||
"additionalProperties": false, | ||
"description": "This type represents the unique identifier of the message.", | ||
"format": "uuid" | ||
}, | ||
{ | ||
"type": "string", | ||
"additionalProperties": false, | ||
"description": "This type represents the action of the message.", | ||
"enum": [ | ||
"BootNotification", | ||
"ProvideChargingRequests", | ||
"ProvideChargingInformation" | ||
] | ||
}, | ||
{ | ||
"type": "object", | ||
"description": "This type represents the payload of the message which is specified in separate JSON schemas." | ||
} | ||
], | ||
"minItems": 7, | ||
"maxItems": 7 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters