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

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

{
    "$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"
        }
    },
    "required": [
        "connectorId",
        "expiryDate",
        "idTag",
        "reservationId"
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy