id.sifa.profile.skill

sifa.id

Documentation

Record representing a single professional skill.

main record

Record representing a single professional skill.

Record Key tid Timestamp-based ID

Properties

category string Optional

Broad skill category for grouping.

Known values: id.sifa.defs#technical, id.sifa.defs#business, id.sifa.defs#creative, id.sifa.defs#interpersonal, id.sifa.defs#language, id.sifa.defs#industry
createdAt string datetime Required

Client-declared timestamp when this record was originally created.

name string Required

Skill name (e.g., 'JavaScript', 'Project Management').

maxLength: 640 bytesminLength: 1 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 640,
        "minLength": 1,
        "description": "Skill name (e.g., 'JavaScript', 'Project Management').",
        "maxGraphemes": 64
      },
      "category": {
        "type": "string",
        "description": "Broad skill category for grouping.",
        "knownValues": [
          "id.sifa.defs#technical",
          "id.sifa.defs#business",
          "id.sifa.defs#creative",
          "id.sifa.defs#interpersonal",
          "id.sifa.defs#language",
          "id.sifa.defs#industry"
        ]
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this record was originally created."
      }
    }
  },
  "description": "Record representing a single professional skill."
}

Lexicon Garden

@