Openverse · Schema

ValidationError

ImagesAudioCreative CommonsOpen MediaSearchOpen DataCultural HeritageMuseums

Properties

Name Type Description
detail object
View JSON Schema on GitHub

JSON Schema

validationerror.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.openverse.org/v1/schema/ValidationError",
  "title": "ValidationError",
  "type": "object",
  "properties": {
    "detail": {
      "oneOf": [
        {
          "type": "string",
          "description": "A description of what went wrong."
        },
        {
          "type": "object",
          "additionalProperties": true
        }
      ]
    }
  }
}