Added Base Project
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AppSettings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ScreenResolution": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"x": { "type": "integer" },
|
||||
"y": { "type": "integer" }
|
||||
},
|
||||
"required": [ "x", "y" ]
|
||||
},
|
||||
"Fullscreen": { "type": "boolean" },
|
||||
"Log" : {"type": "boolean"}
|
||||
},
|
||||
"Required": [ "ScreenResolution", "Fullscreen", "Log" ]
|
||||
}
|
||||
},
|
||||
"Required" : ["AppSettings"]
|
||||
}
|
||||
Reference in New Issue
Block a user