21 lines
650 B
JSON
21 lines
650 B
JSON
{
|
|
"$schema": "../../manifests/game-plugin.manifest.schema.json",
|
|
"id": "game.invalid-form",
|
|
"name": "Invalid Form Fixture",
|
|
"description": "Fixture with a create form schema violation.",
|
|
"version": "0.1.0",
|
|
"kind": "game-plugin",
|
|
"server": {
|
|
"type": "invalid-form",
|
|
"displayName": "Invalid Form Fixture",
|
|
"createFormSchema": "create-form.invalid.json"
|
|
},
|
|
"capabilities": ["process.start", "process.stop", "logs.read"],
|
|
"permissions": ["server.read", "server.lifecycle", "server.logs.read"],
|
|
"actions": {
|
|
"install": "actions/install.json",
|
|
"start": "actions/start.json",
|
|
"stop": "actions/stop.json"
|
|
}
|
|
}
|