This commit is contained in:
JMARyA 2024-08-28 09:14:33 +02:00
parent 74b07a0ea3
commit 92e2da9cae
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 300 additions and 143 deletions

View file

@ -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"]
}

View file

@ -29,5 +29,6 @@
"type": "string"
}
}
}
},
"required": ["name"]
}