Skip to content

Commit

Permalink
updated $schema last version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Sep 18, 2024
1 parent 44beeb0 commit 13a2cc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Indicator/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$schemaVersion": "0.0.1",
"$id": "https://smart-data-models.github.io/dataModel.SDG/Indicator/schema.json",
"title": "Smart Data Models - Indicator for sustainable development goals",
Expand All @@ -24,7 +24,7 @@
],
"description": "Property. It must be equal to Action"
},
"refProject":{
"refProject": {
"$ref": "https://raw.githubusercontent.com/smart-data-models/data-models/master/common-schema.json#/definitions/EntityIdentifierType",
"description": "Relationship. Id of the related project"
},
Expand All @@ -37,11 +37,11 @@
"description": "Property. Expected value of the indicator"
},
"value": {
"type": "string",
"type": "string",
"description": "Property. Value of the indicator"
},
"calculationForm": {
"type": "string",
"type": "string",
"description": "Property. Formula for the calculation of the indicator"
},
"modifications": {
Expand All @@ -55,4 +55,4 @@
"id",
"type"
]
}
}

0 comments on commit 13a2cc9

Please sign in to comment.