chore: bootstrap nana-story M0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "TurnResult",
|
||||
"type": "object",
|
||||
"required": ["committedNodeId", "playerView"],
|
||||
"properties": {
|
||||
"committedNodeId": {
|
||||
"type": "string"
|
||||
},
|
||||
"playerView": {
|
||||
"$ref": "player-view.schema.json"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
Reference in New Issue
Block a user