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