Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This is what the template looks like as a data form.

{
  "id": "hr-employee-short-details",
  "name": "Short Details",
  "description": "",
  "metadata" : {
    "version": 1,
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "2021-01-01T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software",
      "name": "evolu software GmbH"
    }
  },
  "section": [
    {
      "id": "details",
      "name": "",
      "description": "",
      "field": [
        {
          "id": "company-job-title",
          "description": "",
          "name": "Jobtitle"
        },
        {
          "id": "location",
          "description": "",
          "name": "Location"
        },
        {
          "id": "manager",
          "description": "",
          "name": "Supervisor"
        }
      ]
    }
  ],
  "data": {
    "company-job-title": {
      "type": "text",
      "value": ""
    },
    "location": {
      "type": "text",
      "value": ""
    },
    "manager": {
      "type": "user-single",
      "value": {}
      }
    }
}

  • No labels