Media
The VerifyEssenceMetadataInput input type specifies the params required to verify an essence's metadata.
input Media {
media_type: String!
media_url: String!
alt_tag: String
preview_image_url: String
}
Fields
media_type (String)
media_typethe MIME type for the media
media_url (String)
media_url the URL link for the media
alt_tag (String)
alt_tag alternative text when media can't be rendered
preview_image_url (String)
preview_image_url the preview image for the media