Closed nickevansuk closed 6 years ago
genderRestriction should always use one of the enum values, instead of any variation of male, female or mixed/none
male
female
mixed
none
Validation warning
In order to maximise usefulness of this field for data users, male, female and mixed options should use the enum values provided in the specification.
Enum values as follows:
"http://openactive.io/ns#None"
"http://openactive.io/ns#Female"
"http://openactive.io/ns#Male"
Just noting this is an error rather than a warning. Closing as this is covered by the specificstion
Rule name
genderRestriction should always use one of the enum values, instead of any variation of
male
,female
ormixed
/none
Rule type
Validation warning
Rule hint
In order to maximise usefulness of this field for data users,
male
,female
andmixed
options should use the enum values provided in the specification.Enum values as follows:
"http://openactive.io/ns#None"
"http://openactive.io/ns#Female"
"http://openactive.io/ns#Male"
Associated proposal or model reference
Examples