Mixins
Schemas
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Mixin schema for delivery options.",
"properties": {
"packaging": {
"type": ["string", "null"],
"description": "Delivery packaging."
},
"hint": {
"type": ["string", "null"],
"description": "Additional information from the customer."
},
"substituteProduct": {
"type": ["boolean"],
"default": false,
"description": "Flag indicating whether products that are out of stock can be substituted."
}
}
}Usage example
How to add mixins to an object
Last updated
Was this helpful?

