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

pp-1-6-json.1.3.4.source-code.ReserveNowRequest.json Maven / Gradle / Ivy

There is a newer version: 20221110-1
Show newest version
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "ReserveNowRequest",
    "type": "object",
    "properties": {
        "connectorId": {
            "type": "integer"
        },
        "expiryDate": {
            "type": "string",
            "format": "date-time"
        },
        "idTag": {
            "type": "string",
            "maxLength": 20
        },
        "parentIdTag": {
            "type": "string",
            "maxLength": 20
        },
        "reservationId": {
            "type": "integer"
        }
    },
    "additionalProperties": false,
    "required": [
        "connectorId",
        "expiryDate",
        "idTag",
        "reservationId"
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy