{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "anyOf": [
    {
      "$ref": "#/definitions/RemoteControlEnableParams"
    },
    {
      "type": "null"
    }
  ],
  "definitions": {
    "RemoteControlEnableParams": {
      "properties": {
        "ephemeral": {
          "type": "boolean"
        }
      },
      "type": "object"
    }
  },
  "title": "Nullable_RemoteControlEnableParams"
}