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": "space-overview",
  "name": "Space Overview",
  "description": "",
  "metadata": {
    "created": "2022-03-01T01:01:01.000+0000",
    "updated": "2022-03-01T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software",
      "name": "evolu software GmbH"
    },
    "updater": {
      "id": "evolu.software",
      "name": "evolu software GmbH"
    },
    "version": 1
  },
  "section": [
    {
      "id": "info",
      "name": "Info",
      "description": "",
      "field": [
        {
          "id": "description",
          "name": "Management Summary",
          "description": "",
          "required": false
        },
        {
          "id": "contacts",
          "name": "Primary contacts",
          "description": "These individuals, can be consulted for questions regarding this space.",
          "required": false
        }
      ]
    }
  ],
  "data": {
    "description": {
      "type": "markdown",
      "value": ""
    },
    "contacts": {
      "type": "user-multi",
      "value": []
    }
  }
}

  • No labels