Delivery

From Wikisphere
Revision as of 00:00, 15 January 2001 by 127.0.0.1 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
type"object"
properties
has_delivery
title"Delivery Required?"
type"boolean"
defaultfalse
delivery_method
title"Delivery Method"
type"string"
allOf
if
properties
has_delivery
consttrue
required
"has_delivery"
then
properties
delivery_method
enum
"standard"
"express"
"overnight"
default"standard"
else
properties
delivery_method
enum
"pickup"
"digital"
default"pickup"