Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
DEVDOCS-4853: [update] Email Templates, fix operating hours schema (#…
Browse files Browse the repository at this point in the history
…1265)

Catalog conflict resolved by @slsriehl
  • Loading branch information
bc-traciporter authored and bc-tgomez committed Apr 13, 2023
1 parent c9a405d commit 195f2dc
Showing 1 changed file with 120 additions and 107 deletions.
227 changes: 120 additions & 107 deletions models/email_templates/_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1319,74 +1319,81 @@ properties:
properties:
sunday:
type: object
is_open:
type: boolean
opening_time:
formatted:
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
closing_time:
formatted:
type: string
monday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
tuesday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
wednesday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
thursday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
friday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
saturday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
payment:
type: object
properties:
Expand Down Expand Up @@ -1733,75 +1740,81 @@ properties:
properties:
sunday:
type: object
is_open:
type: boolean
opening_time:
formatted:
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
closing_time:
formatted:
type: string
monday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
tuesday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
wednesday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
thursday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string

properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
friday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
saturday:
type: object
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
properties:
is_open:
type: boolean
opening_time:
formatted:
type: string
closing_time:
formatted:
type: string
store:
type: object
properties:
Expand Down

0 comments on commit 195f2dc

Please sign in to comment.