chore: bootstrap nana-story M0
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "DemoPackSummary",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"id",
|
||||
"displayName",
|
||||
"revision",
|
||||
"characters",
|
||||
"worldBooks",
|
||||
"personas",
|
||||
"plotModules",
|
||||
"itemSpecs"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"revision": {
|
||||
"type": "string"
|
||||
},
|
||||
"characters": {
|
||||
"type": "integer"
|
||||
},
|
||||
"worldBooks": {
|
||||
"type": "integer"
|
||||
},
|
||||
"personas": {
|
||||
"type": "integer"
|
||||
},
|
||||
"plotModules": {
|
||||
"type": "integer"
|
||||
},
|
||||
"itemSpecs": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
Reference in New Issue
Block a user