{
    "type": "object",
    "properties": {
        "idTag": {
            "type": "string",
            "maxLength": 20
        },
        "connectorId": {
            "type": "integer",
            "minimum": 1
        }
    },
    "required": [
        "idTag"
    ],
    "additionalProperties": false
}
