org.climateai.pln.focusArea

satyam2.climateai.org

Documentation

A focus area taxonomy node in the PL Network Directory. Mirrored from the PL Network Directory API; all upstream fields are preserved as-is.

main record

A focus area taxonomy node in the PL Network Directory. Mirrored from the PL Network Directory API; all upstream fields are preserved as-is.

Record Key any Any valid record key

Properties

airtableRecId string Optional

No description available.

children array of unknown Optional

No description available.

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

definition string Optional

No description available.

description string Optional

No description available.

parentUid string Optional

No description available.

title string Required

No description available.

uid string Required

Upstream PLN Directory uid (also used as the record key).

updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "uid",
      "title"
    ],
    "properties": {
      "uid": {
        "type": "string",
        "description": "Upstream PLN Directory uid (also used as the record key)."
      },
      "title": {
        "type": "string"
      },
      "children": {
        "type": "array",
        "items": {
          "type": "unknown"
        }
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "parentUid": {
        "type": "string"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "definition": {
        "type": "string"
      },
      "description": {
        "type": "string"
      },
      "airtableRecId": {
        "type": "string"
      }
    }
  },
  "description": "A focus area taxonomy node in the PL Network Directory. Mirrored from the PL Network Directory API; all upstream fields are preserved as-is."
}

Lexicon Garden

@