Skip to content

Commit c4e4bd3

Browse files
authored
Merge pull request #608 from Raphael-Gazzotti/Accessibility-description-field
Add a description property to Accessibility.
2 parents d62e092 + e4f0886 commit c4e4bd3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

schemas/miscellaneous/accessibility.schema.tpl.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"controlledTerms:AccessChannel"
1515
]
1616
},
17+
"application": {
18+
"type": "string",
19+
"_instruction": "Enter guidance on when this access type should be selected. Describe the applicable access conditions, eligibility criteria, or usage scenario that distinguishes it from the other access types."
20+
},
1721
"eligibility": {
1822
"_instruction": "Add the relevant access eligibility type indicating who is allowed to access (open, controlled, or restricted).",
1923
"_linkedTypes": [
@@ -36,7 +40,7 @@
3640
"type": "array",
3741
"minItems": 1,
3842
"uniqueItems": true,
39-
"_instruction": "Add all relevant payment model types indicating how access costs are determined. If no payment is requires, select zero-cost payment model.",
43+
"_instruction": "Add all relevant payment model types indicating how access costs are determined. If no payment is required, select zero-cost payment model.",
4044
"_linkedTypes": [
4145
"controlledTerms:PaymentModelType"
4246
]

0 commit comments

Comments
 (0)