Structured data format type.
@type t() :: :json_ld | :microdata | :rd_fa
@spec json_ld() :: t()
@spec microdata() :: t()
@spec rd_fa() :: t()