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

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

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "RemoteStartTransactionRequest",
    "type": "object",
    "properties": {
        "idTag": {
            "type": "string",
            "maxLength": 20
        },
        "connectorId": {
            "type": "integer"
        }
    },
    "required": [
        "idTag"
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy