app.gainforest.organization.layer

gainforest.earth

Documentation

A declaration of a layer for an organization

main record

A declaration of a layer for an organization

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

The date and time of the creation of the record

description string Optional

The description of the layer

name string Required

The name of the site

type string Required

The type of the layer

Allowed: geojson_points, geojson_points_trees, geojson_line, choropleth, choropleth_shannon, raster_tif, tms_tile
uri string uri Required

The URI of the layer

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "type",
      "uri",
      "createdAt"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "uri",
        "description": "The URI of the layer"
      },
      "name": {
        "type": "string",
        "description": "The name of the site"
      },
      "type": {
        "enum": [
          "geojson_points",
          "geojson_points_trees",
          "geojson_line",
          "choropleth",
          "choropleth_shannon",
          "raster_tif",
          "tms_tile"
        ],
        "type": "string",
        "description": "The type of the layer"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "The date and time of the creation of the record"
      },
      "description": {
        "type": "string",
        "description": "The description of the layer"
      }
    }
  },
  "description": "A declaration of a layer for an organization"
}

Lexicon Garden

@