Adobe Lightroom · JSON Structure

Lightroom Services Error Response Structure

Type: object Properties: 3
Cloud StorageImage EditingMetadataPhoto ManagementPhotography

ErrorResponse is a JSON Structure definition published by Adobe Lightroom, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code description errors

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ErrorResponse",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer"
    },
    "description": {
      "type": "string"
    },
    "errors": {
      "type": "array"
    }
  }
}