Arlula · JSON Structure

Arlula Test Response Structure

Response from the API connection test endpoint.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

TestResponse is a JSON Structure definition published by Arlula. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://arlula.com/json-structure/test-response.json",
  "name": "TestResponse",
  "description": "Response from the API connection test endpoint.",
  "type": "object",
  "members": {
    "success": {
      "type": "boolean",
      "description": "Whether the authentication was successful."
    },
    "message": {
      "type": "string",
      "description": "Status message."
    }
  }
}