Module describing the FindRecordings schema.
@type t() :: %Onvif.Search.Schemas.FindRecordings{ keep_alive_time: term(), max_matches: term(), scope: term() }
@spec to_json(t()) :: {:error, Jason.EncodeError.t() | Exception.t()} | {:ok, binary()}