UNPKG

@spartacus/checkout

Version:

Checkout feature library for Spartacus

27 lines (26 loc) 561 B
{ "$schema": "http://json-schema.org/schema", "$id": "CheckoutSchematics", "title": "Checkout Schematics", "type": "object", "properties": { "project": { "type": "string", "description": "The name of the project.", "$default": { "$source": "projectName" } }, "lazy": { "type": "boolean", "description": "Lazy load the Checkout feature.", "default": true }, "features": { "type": "array", "uniqueItems": true, "default": ["Checkout"] } }, "required": [] }