A module representing a schema for search scope.
@type t() :: %Onvif.Search.Schemas.SearchScope{ included_recordings: term(), included_sources: term(), recording_information_format: term() }
@spec to_json(t()) :: {:error, Jason.EncodeError.t() | Exception.t()} | {:ok, binary()}