Absentify · JSON Structure

Absentify Workspace Structure

Workspace settings and configuration.

Type: record Properties: 0
Absence ManagementHRLeave ManagementMicrosoft TeamsHuman Resources

Absentify Workspace Structure is a JSON Structure definition published by Absentify. 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://raw.githubusercontent.com/api-evangelist/absentify/main/json-structure/absentify-workspace-structure.json",
  "title": "Workspace",
  "description": "Workspace settings and configuration.",
  "type": "record",
  "fields": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the workspace."
    },
    "name": {
      "type": "string",
      "description": "Name of the workspace."
    },
    "createdAt": {
      "type": "string",
      "description": "Timestamp when the workspace was created.",
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "description": "Timestamp when the workspace was last updated.",
      "format": "date-time"
    }
  },
  "x-provider": "absentify"
}