Openverse · Schema

NotFound

ImagesAudioCreative CommonsOpen MediaSearchOpen DataCultural HeritageMuseums

Properties

Name Type Description
detail string A description of what went wrong.
View JSON Schema on GitHub

JSON Schema

notfound.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.openverse.org/v1/schema/NotFound",
  "title": "NotFound",
  "type": "object",
  "properties": {
    "detail": {
      "type": "string",
      "description": "A description of what went wrong."
    }
  }
}