Adobe Lightroom · Schema

HealthResponse

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
status string Health status of the API
View JSON Schema on GitHub

JSON Schema

lightroom-services-health-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HealthResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "Health status of the API"
    }
  }
}