Openverse · Schema

APIException

ImagesAudioCreative CommonsOpen MediaSearchOpen DataCultural HeritageMuseums

Properties

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

JSON Schema

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