Constraint
fields object[]
limit_disclosurestring
Possible values: [required
, preferred
]
Example:
preferred
Constraint
{
"fields": [
{
"path": [
"$.example"
],
"id": "example-field",
"purpose": "Example purpose",
"name": "Example Name",
"filter": {
"type": "string",
"pattern": "^[A-Za-z]+$"
},
"optional": false
}
],
"limit_disclosure": "preferred"
}