-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
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
PropertyValue JSON-LD example fails to validate #966
Comments
The example should read:
|
I updated the example in pull request #966. |
Perfect, thanks. |
danbri
added a commit
that referenced
this issue
Jan 21, 2016
Issue #966: Fixed PropertyValue example in JSON-LD.
Thanks! Merged for next release. |
danbri
added a commit
that referenced
this issue
Feb 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The JSON-LD sample for https://schema.org/PropertyValue has an example of multiple exifData properties for a photo. It fails validation using the Google Structured Data Testing tool due to the lack of commas between these properties. Adding the commas allows it to validate, however the validator only extracts the first exifData property, ignoring the subsequent ones.
What is the correct syntax for providing multiple exifData or additionalProperty properties in JSON-LD? Typically this type of data would use an array, i.e. additionalProperties?
The text was updated successfully, but these errors were encountered: