Airbus OneAtlas · Schema

update-response

ImagerySatellites

Properties

Name Type Description
updated integer Number of items updated
View JSON Schema on GitHub

JSON Schema

oneatlas-update-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbus-oneatlas/refs/heads/main/json-schema/oneatlas-update-response-schema.json",
  "title": "update-response",
  "type": "object",
  "properties": {
    "updated": {
      "type": "integer",
      "example": 5,
      "description": "Number of items updated"
    }
  }
}