Product Templates
Clients can define templates with JSON Schema:Note:The following schema does not conform to JSON Schema, it's just for illustration{
_name: 'Cikolata',
_tags: ['cikolata', 'gofret'],
sku: {
name: 'gr',
type: number,
default: null,
props: ['notNull']
},
color: {
name: 'renk',
type: string,
default: 'black',
props: []
}
}