AgStack Foundation · Schema

BulkPointResult

AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Properties

Name Type Description
status string
message string
Geo Id string
Geo JSON object
View JSON Schema on GitHub

JSON Schema

agstack-asset-registry-bulkpointresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://agstack.org/schemas/BulkPointResult.json",
  "title": "BulkPointResult",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "created"
    },
    "message": {
      "type": "string",
      "example": "Point registered successfully."
    },
    "Geo Id": {
      "type": "string"
    },
    "Geo JSON": {
      "type": "object"
    }
  }
}