All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.v15.authorizeResponse.json Maven / Gradle / Ivy

Go to download

Open Charge Point Protocol (OCPP). Provides a JSON web socket endpoint based on OCPP 1.5.

The newest version!
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "AuthorizeResponse",
    "type": "object",
    "properties": {
        "idTagInfo": {
            "type": "object",
            "properties": {
                "status": {
                    "type": "string",
                    "enum": [
                        "Accepted",
                        "Blocked",
                        "Expired",
                        "Invalid",
                        "ConcurrentTx"
                    ]
                },
                "expiryDate": {
                    "type": "string",
                    "format": "date-time"
                },
                "parentIdTag": {
                    "type": "string",
                    "maxLength": 20
                }
            },
            "required": [
                "status"
            ]
        }
    },
    "required": [
        "idTagInfo"
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy