AgStack Foundation · JSON Structure

Agstack Asset Registry Registerfieldwktrequest Structure

Type: object Properties: 0
AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Agstack Asset Registry Registerfieldwktrequest Structure is a JSON Structure definition published by AgStack Foundation. 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://agstack.org/structures/RegisterFieldWKTRequest.json",
  "title": "RegisterFieldWKTRequest",
  "type": "object",
  "fields": [
    {
      "name": "wkt",
      "type": "string"
    },
    {
      "name": "threshold",
      "type": "int32",
      "description": "Percentage overlap threshold"
    },
    {
      "name": "return_s2_indices",
      "type": "boolean"
    },
    {
      "name": "s2_index",
      "type": "string",
      "description": "Comma-separated list of resolution levels"
    }
  ]
}