{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AvailabilityHoursResponse", "properties": { "mondayToFriday": { "type": "string" }, "saturday": { "type": "string" }, "sunday": { "type": "string" } } }