Adobe Lightroom · Schema

ErrorResponse

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
code integer
description string
View JSON Schema on GitHub

JSON Schema

lightroom-catalog-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer"
    },
    "description": {
      "type": "string"
    }
  }
}