{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "openverse": "https://api.openverse.org/v1/schema/", "xsd": "http://www.w3.org/2001/XMLSchema#", "cc": "https://creativecommons.org/ns#", "dcterms": "http://purl.org/dc/terms/", "Audio": "schema:AudioObject", "Image": "schema:ImageObject", "Tag": "schema:DefinedTerm", "Source": "schema:Organization", "id": "@id", "type": "@type", "title": "dcterms:title", "description": "dcterms:description", "creator": "dcterms:creator", "creator_url": { "@id": "dcterms:creator", "@type": "@id" }, "license": { "@id": "cc:license", "@type": "@id" }, "license_version": "cc:licenseVersion", "license_url": { "@id": "cc:license", "@type": "@id" }, "attribution": "cc:attributionName", "source": "dcterms:source", "provider": "schema:provider", "url": { "@id": "schema:url", "@type": "@id" }, "foreign_landing_url": { "@id": "schema:sameAs", "@type": "@id" }, "thumbnail": { "@id": "schema:thumbnailUrl", "@type": "@id" }, "detail_url": { "@id": "schema:url", "@type": "@id" }, "related_url": { "@id": "schema:relatedLink", "@type": "@id" }, "tags": "schema:keywords", "category": "schema:category", "filesize": "schema:fileSize", "filetype": "schema:encodingFormat", "duration": "schema:duration", "bit_rate": "schema:bitrate", "sample_rate": "schema:sampleRate", "genres": "schema:genre", "alt_files": "schema:associatedMedia", "audio_set": "schema:album", "height": "schema:height", "width": "schema:width", "aspect_ratio": "schema:width", "indexed_on": { "@id": "dcterms:dateSubmitted", "@type": "xsd:dateTime" }, "mature": "schema:isFamilyFriendly", "attribution": "schema:creditText", "page": "schema:pageNumber", "page_size": "schema:numberOfItems", "result_count": "schema:totalResults" } }