update
This commit is contained in:
parent
74b07a0ea3
commit
92e2da9cae
5 changed files with 300 additions and 143 deletions
|
@ -16,8 +16,15 @@
|
|||
"type": "object",
|
||||
"title": "Item Variant",
|
||||
"description": "A Variant of an Item",
|
||||
"properties": {}
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"title": "Variant Name",
|
||||
"description": "The name of the Variant"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["name", "variants"]
|
||||
}
|
|
@ -29,5 +29,6 @@
|
|||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["name"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue