Skip to content

Commit

Permalink
Fix bug for agents in chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
samleeflang committed Nov 19, 2024
1 parent 9488d02 commit edb672b
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@
"examples": [
"Beta Analytic number: 323913"
]
}
},
"ods:hasAgents": {
"type": "array",
"description": "The agent(s) involved in the determination of the chronometric age, uses `ods:Agent`",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/agent.json"
},
"ods:hasAgents": {
"type": "array",
"description": "The agent(s) involved in the determination of the chronometric age, uses `ods:Agent`",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/agent.json"
}
}
},
"required": [
Expand Down

0 comments on commit edb672b

Please sign in to comment.