JSON-schema Verifieringsmetodlista
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://schemas.infopack.io/100gruppen/rexs.verification-method-list.1.schema.json",
"title": "Verification Method List",
"description": "A list of verification methods.",
"type": "object",
"required": ["verificationMethodRows", "verificationMethod", "complianceRule"],
"properties": {
"verificationMethodRows": {
"description": "A schema representing a list of objects, each representing a row in the verification method list.",
"type": "array",
"items": {
"type": "object",
"properties": {
"verificationMethod": {
"description": "A reference to the identifier of the verification method.",
"$ref": "http://schemas.infopack.io/100gruppen/rexs.reference-designation.1.schema.json#/properties/identifier"
},
"complianceRule": {
"description": "The compliance rule for the verification method.",
"type": "string",
"enum": [
"see instruction",
"mandatory",
"optional"
]
}
}
}
}
},
"additionalProperties": false
}
Relaterad information
Detaljer om Verifieringsmetodlista