Skip to content

Commit e12f7a8

Browse files
Update type for paymentModel
1 parent bb7f125 commit e12f7a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schemas/miscellaneous/accessibility.schema.tpl.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
]
3434
},
3535
"paymentModel": {
36+
"type": "array",
37+
"minItems": 1,
38+
"uniqueItems": true,
3639
"_instruction": "Add all relevant payment model types indicating how access costs are determined. If no payment is requires, select zero-cost payment model.",
3740
"_linkedTypes": [
3841
"controlledTerms:PaymentModelType"

0 commit comments

Comments
 (0)