{
  "kind": "Template",
  "id": "https://example.org/templates/orcid",
  "modelVersion": "2.0.0",
  "metadata": {
    "lifecycle": {
      "createdOn": "2026-01-15T09:30:00Z",
      "createdBy": "https://example.org/users/alice",
      "modifiedOn": "2026-01-15T09:30:00Z",
      "modifiedBy": "https://example.org/users/alice"
    }
  },
  "versioning": {
    "version": "1.0.0",
    "status": "draft"
  },
  "title": [
    {
      "value": "Test",
      "lang": "en"
    }
  ],
  "members": [
    {
      "kind": "EmbeddedOrcidField",
      "key": "field1",
      "artifactRef": "https://example.org/fields/orcid-1",
      "valueRequirement": "required",
      "cardinality": {
        "min": 1,
        "max": 1
      },
      "visibility": "visible",
      "defaultValue": {
        "kind": "OrcidValue",
        "iri": "https://orcid.org/0000-0000-0000-0000"
      },
      "property": {
        "iri": "https://example.org/properties/orcid"
      }
    }
  ]
}
