Corrections to examples identified as errors by Travis CI scripts#2189
Merged
RichardWallis merged 105 commits intomasterfrom Apr 1, 2019
Merged
Corrections to examples identified as errors by Travis CI scripts#2189RichardWallis merged 105 commits intomasterfrom
RichardWallis merged 105 commits intomasterfrom
Conversation
tourism-4 RDFA & MICRODATA tourism-7 RDFA tourism-8 RDFA
ItemList/Product Corrected JSON-LD syntax ItemList/Creativework Corrected RDFA typo in typename ItemList Corrected invalid JSON-LD property value "@url"
…tsTeam/Organization
…Role-CollegeOrUniversity-EducationalOrganization
…sity, EducationalOrganization
…for TaxiReservation.
…with valid terms (Audience,areaServed,serviceOperator) in example: GovernmentService-GovernmentOrganization-AdministrativeArea-CivicAudience-ContactPoint-Language-Hospital
…vernmentOrganization,GovernmentService,AdministrativeArea
…adioEpisode,OnDemandEvent,BroadcastEvent,BroadcastService
…de,OnDemandEvent,BroadcastEvent,BroadcastService
…d invalid property name 'objectLocation' from JSON example: InsertAction.
…not include a 'recipient' property.
…Amount object in example: LendAction
… object and set the correct @type in example: TipAction
Improved example
… in MICRODATA example: '#offer-4
…: interaction-counter-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Results of a concentrated effort to reduce the number of errors reported by Travis CI tests when checking examples files.
Many individual changes/fixes to example syntax, both HTML & Schema.org, reduced number of errors reported down from 150 to a total of 47.
Note: Many errors still reported are because of some false negatives being reported around assigning relative url values, durations, dates, times & datetimes.
Note: Currently only examples in the data directory are checked. Process should be expanded to also check data/ext/ to gain full coverage.