Skip to content

Commit

Permalink
Replaced invalid characters in example for Schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Jun 17, 2019
1 parent f0adcbe commit 719a3f9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions data/ext/pending/issue-1457-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,20 @@ Example is JSON-LD only.
JSON:

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Count Example",
"eventSchedule":
{
"@type": "Schedule",
"startDate": "2016-12-24",
"repeatFrequency": "P1D",
"repeatCount": 10,
“startTime": "09:00",
“endTime": "10:00"
"@context": "http://schema.org",
"@type": "Event",
"name": "Count Example",
"eventSchedule":
{
"@type": "Schedule",
"startDate": "2016-12-24",
"repeatFrequency": "P1D",
"repeatCount": 10,
"startTime": "09:00",
"endTime": "10:00"
}
}
}
</script>

TYPES: Event, Schedule, eventSchedule
Expand Down

0 comments on commit 719a3f9

Please sign in to comment.