{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "environmentId": {
      "type": "string"
    },
    "expiresAt": {
      "format": "int64",
      "type": "integer"
    },
    "manualPairingCode": {
      "type": [
        "string",
        "null"
      ]
    },
    "pairingCode": {
      "type": "string"
    }
  },
  "required": [
    "environmentId",
    "expiresAt",
    "pairingCode"
  ],
  "title": "RemoteControlPairingStartResponse",
  "type": "object"
}