mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
101d3796e1
commit
ea952b32ba
@ -25,11 +25,34 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"AchievementTranslations": {
|
||||||
|
"type": "object",
|
||||||
|
"description": "Translation table for achievements. The key is the unique ID of the achievement",
|
||||||
|
"additionalProperties": {
|
||||||
|
"$ref": "#/definitions/AchievementTranslationInfo"
|
||||||
|
}
|
||||||
|
},
|
||||||
"$schema": {
|
"$schema": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The schema to validate with"
|
"description": "The schema to validate with"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"definitions": {
|
||||||
|
"AchievementTranslationInfo": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"properties": {
|
||||||
|
"Name": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The name of the achievement."
|
||||||
|
},
|
||||||
|
"Description": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The short description for this achievement."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"$docs": {
|
"$docs": {
|
||||||
"title": "Translation Schema",
|
"title": "Translation Schema",
|
||||||
"description": "Schema for a translation file in New Horizons"
|
"description": "Schema for a translation file in New Horizons"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user