UNPKG
@evpower/ocpp-ts
Version:
latest (0.4.4)
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
OCPP 1.6: Open Charge Point Protocol
github.com/evpower-ai/ocpp-ts
@evpower/ocpp-ts
/
src
/
ocpp-1.6-schemas
/
RemoteStopTransactionResponse.json
19 lines
(18 loc)
•
384 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"
$schema
"
:
"http://json-schema.org/draft-04/schema#"
,
"title"
:
"RemoteStopTransactionResponse"
,
"type"
:
"object"
,
"properties"
: {
"status"
: {
"type"
:
"string"
,
"enum"
: [
"Accepted"
,
"Rejected"
] } },
"additionalProperties"
:
false
,
"required"
: [
"status"
] }