OpenAPI schema parser
parse(binary()) :: {:error, String.t()} | {:ok, map()}
to_json(String.t()) :: binary() | {:error, String.t()}