Delivery

From Wikisphere
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"