{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "manualPairingCode": {
      "type": [
        "string",
        "null"
      ]
    },
    "pairingCode": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "title": "RemoteControlPairingStatusParams",
  "type": "object"
}