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 cf71f9e commit 2c716e2
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions Evidence/schema.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
{
"$schema": "http://json-schema.org/schema",
"$schemaVersion": "0.0.1",
"$id": "https://smart-data-models.github.io/dataModel.CPSV-AP/Evidence/schema.json",
"title": "Smart Data models - Evidence schema",
"modelTags": "CEFAT4CITIES",
"description": "The Evidence class is defined in the Core Criterion and Core Evidence vocabulary (CCCEV) as any resource that can document or support a criterion response. It contains information that proves that a criterion requirement exists or is true, in particular evidences are used to prove that a specific criterion is met. Although the wording of the definition is different, the semantics are an exact match for CPSV's Input class which it replaces. Evidence can be any resource - document, artefact \u2013 anything needed for executing the Public Service. In the context of Public Services, Evidence is usually administrative documents or completed application forms. A specific Public Service may require the presence of certain Evidence or combinations of Evidence in order to be delivered. In some cases, the Output of one service will be Evidence for another service. Such relationships should be described in the associated Rule(s).",
"derivedFrom": "",
"license": "",
"type": "object",
"required": [
"id",
"type",
"identifier",
"name"
],
"allOf": [
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons"
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$schemaVersion": "0.0.1",
"$id": "https://smart-data-models.github.io/dataModel.CPSV-AP/Evidence/schema.json",
"title": "Smart Data models - Evidence schema",
"modelTags": "CEFAT4CITIES",
"description": "The Evidence class is defined in the Core Criterion and Core Evidence vocabulary (CCCEV) as any resource that can document or support a criterion response. It contains information that proves that a criterion requirement exists or is true, in particular evidences are used to prove that a specific criterion is met. Although the wording of the definition is different, the semantics are an exact match for CPSV's Input class which it replaces. Evidence can be any resource - document, artefact \u2013 anything needed for executing the Public Service. In the context of Public Services, Evidence is usually administrative documents or completed application forms. A specific Public Service may require the presence of certain Evidence or combinations of Evidence in order to be delivered. In some cases, the Output of one service will be Evidence for another service. Such relationships should be described in the associated Rule(s).",
"derivedFrom": "",
"license": "",
"type": "object",
"required": [
"id",
"type",
"identifier",
"name"
],
"allOf": [
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons"
},
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
},
{
"properties": {
"type": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. It has to be Evidence",
"enum": [
"Evidence"
]
},
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
"identifier": {
"type": "string",
"description": "Property. Model:'dct:identifier'. This property represents an Identifier for the piece of Evidence"
},
{
"properties": {
"type": {
"type": "string",
"description": "Property. Model:'https://schema.org/Text'. It has to be Evidence",
"enum": [
"Evidence"
]
},
"identifier": {
"type": "string",
"description": "Property. Model:'dct:identifier'. This property represents an Identifier for the piece of Evidence"
},
"evidenceType": {
"type": "string",
"description": "Property. Model:'dct:type'. This property represents the type of Evidence as described in a controlled vocabulary"
},
"relatedDocumentation": {
"type": "array",
"description": "Property. Model: 'foaf:page'. This property represents documentation that contains information related to the Evidence, for instance a particular template for an administrative document, an application or a guide on formatting the Input",
"items": {
"type": "string",
"format": "uri"
}
},
"language": {
"type": "array",
"description": "Property. Model:'dct:language'. This property represents the language(s) in which the Evidence is available. This could be one or multiple languages, for instance in countries with more than one official language. The possible values for this property are described in a controlled vocabulary. European Publications Office's Languages Named Authority List (NAL), http://publications.europa.eu/mdr/authority/language/index.html",
"items": {
"type": "string",
"description": "Model: 'dct:LinguisticSystem"
}
}
}
"evidenceType": {
"type": "string",
"description": "Property. Model:'dct:type'. This property represents the type of Evidence as described in a controlled vocabulary"
},
"relatedDocumentation": {
"type": "array",
"description": "Property. Model: 'foaf:page'. This property represents documentation that contains information related to the Evidence, for instance a particular template for an administrative document, an application or a guide on formatting the Input",
"items": {
"type": "string",
"format": "uri"
}
},
"language": {
"type": "array",
"description": "Property. Model:'dct:language'. This property represents the language(s) in which the Evidence is available. This could be one or multiple languages, for instance in countries with more than one official language. The possible values for this property are described in a controlled vocabulary. European Publications Office's Languages Named Authority List (NAL), http://publications.europa.eu/mdr/authority/language/index.html",
"items": {
"type": "string",
"description": "Model: 'dct:LinguisticSystem"
}
}
]
}
}
]
}

0 comments on commit 2c716e2

Please sign in to comment.