PackPatch
id < /th > < td > packs/packPatch.json < /td > < /tr > < tr > < th>schema
|
http://json-schema.org/draft-07/schema#
|
Properties
Example
{
"id": "jpp2_es",
"name": "Traducción al Español Latino",
"small_description": "Pack 100% traducido.\nEarwax: Sonidos Raros cuenta con doblaje latino.",
"patch_path": "https://github.com/AkiraArtuhaxis/The-Jackbox-Party-Pack-2-Spanish/releases/latest/download/JPP2-ES.zip",
"configuration": {
"version_origin": "repo_file",
"version_file": "https://raw.githubusercontent.com/AkiraArtuhaxis/The-Jackbox-Party-Pack-2-Spanish/main/Main/config.jet",
"version_property": "buildVersion"
},
"components": []
}
id
Description
|
Unique ID of the patch
|
Type
|
String
|
Required
|
Yes
|
Examples
|
jpp2_es
|
name
Description
|
Name of the patch
|
Type
|
String
|
Required
|
Yes
|
Examples
|
Traducción al Español Latino
|
small_description
Description
|
Small description of the patch
|
Type
|
String
|
Required
|
Yes
|
Examples
|
Pack 100% traducido. Earwax: Sonidos Raros cuenta con doblaje latino.
|
patch_path
Description
|
URL of the patch
|
Type
|
String
|
Required
|
Yes
|
Examples
|
https://github.com/AkiraArtuhaxis/The-Jackbox-Party-Pack-2-Spanish/releases/latest/download/JPP2-ES.zip
|
configuration
Defined in packPatchConfiguration.html
$id
|
packs/packPatchConfiguration.json
|
Title
|
PackPatchConfiguration
|
Type
|
Object (of type PackPatchConfiguration)
|
Required
|
Yes
|
Properties
components
Defined in packPatchComponent.html
Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "packs/packPatch.json",
"title": "PackPatch",
"type": "object",
"examples": [
{
"id": "jpp2_es",
"name": "Traducción al Español Latino",
"small_description": "Pack 100% traducido.\nEarwax: Sonidos Raros cuenta con doblaje latino.",
"patch_path": "https://github.com/AkiraArtuhaxis/The-Jackbox-Party-Pack-2-Spanish/releases/latest/download/JPP2-ES.zip",
"configuration": {
"version_origin": "repo_file",
"version_file": "https://raw.githubusercontent.com/AkiraArtuhaxis/The-Jackbox-Party-Pack-2-Spanish/main/Main/config.jet",
"version_property": "buildVersion"
},
"components": []
}
],
"properties": {
"id": {
"examples": [
"jpp2_es"
],
"description": "Unique ID of the patch",
"type": "string"
},
"name": {
"examples": [
"Traducción al Español Latino"
],
"description": "Name of the patch",
"type": "string"
},
"supported_platforms": {
"type": "array",
"items": {
"type": "string",
"examples": [
[
"windows",
"mac",
"linux"
]
]
}
},
"small_description": {
"examples": [
"Pack 100% traducido.\nEarwax: Sonidos Raros cuenta con doblaje latino."
],
"description": "Small description of the patch",
"type": "string"
},
"patch_path": {
"examples": [
"https://github.com/AkiraArtuhaxis/The-Jackbox-Party-Pack-2-Spanish/releases/latest/download/JPP2-ES.zip"
],
"description": "URL of the patch",
"type": "string"
},
"configuration": {
"$ref": "packPatchConfiguration.json"
},
"components": {
"type": "array",
"items": {
"$ref": "packPatchComponent.json"
}
}
},
"required": [
"id",
"name",
"small_description",
"patch_path",
"configuration",
"components"
]
}