app.gainforest.organization.defaultSite

gainforest.earth

Documentation

A declaration of the default site for an organization

main record

A declaration of the default site for an organization

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

The date and time of the creation of the record

site string at-uri Required

The reference to the default site record in the PDS

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "site",
      "createdAt"
    ],
    "properties": {
      "site": {
        "type": "string",
        "format": "at-uri",
        "description": "The reference to the default site record in the PDS"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "The date and time of the creation of the record"
      }
    }
  },
  "description": "A declaration of the default site for an organization"
}

Lexicon Garden

@