-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Trying to parse the following:
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"opens": "16:00",
"dayOfWeek": [
"https://schema.org/Monday"
],
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"opens": "16:00",
"dayOfWeek": [
"https://schema.org/Tuesday"
],
"closes": "21:00"
}
]
Will throw the following error:
The first argument type does not match any of the declared parameter types (Time, null) for "16:00" at OpeningHoursSpecification.Opens.
This works fine with HH:mm:ss, so just needs to be fixed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working