We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should check if the data element has language attribute. I should have the following values:
allOf
anyOf
oneOf
An example:
data:
{ "id":"Portrait", "description":{ "de":["Portr\u00e4t"], "zh":["\u8096\u50cf"] } }
schema:
format: JSON fields: - name: description path: $.['description'] asLanguageTagged: true rules: - hasLanguageTag: allOf
The text was updated successfully, but these errors were encountered:
hasLanguageTag checker #194
b07203d
67e7196
3256aa6
5daaa64
pkiraly
No branches or pull requests
It should check if the data element has language attribute. I should have the following values:
allOf
: all instances should have language attributeanyOf
: at least one instance should have language attributeoneOf
: only instance should have language attributeAn example:
data:
schema:
The text was updated successfully, but these errors were encountered: