Initial Commit - Lesson 31 (Commit #1)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "integer"
|
||||
}
|
||||
3
Plugins/GameLiftServerSDK/ThirdParty/rapidjson/bin/jsonschema/remotes/integer.json
vendored
Normal file
3
Plugins/GameLiftServerSDK/ThirdParty/rapidjson/bin/jsonschema/remotes/integer.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "integer"
|
||||
}
|
||||
8
Plugins/GameLiftServerSDK/ThirdParty/rapidjson/bin/jsonschema/remotes/subSchemas.json
vendored
Normal file
8
Plugins/GameLiftServerSDK/ThirdParty/rapidjson/bin/jsonschema/remotes/subSchemas.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"integer": {
|
||||
"type": "integer"
|
||||
},
|
||||
"refToInteger": {
|
||||
"$ref": "#/integer"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user