Skip to content

Instantly share code, notes, and snippets.

View shimizu-izumi's full-sized avatar

Izumi shimizu-izumi

View GitHub Profile
@shimizu-izumi
shimizu-izumi / Hytale_Plugin_Manifest.json
Last active January 15, 2026 12:32
JSON schema file for Hytale plugin manifests
{
"title": "Hytale Plugin Manifest",
"type": "object",
"properties": {
"Group": {
"type": "string",
"description": "Group name, e.g. the author's circle/company"
},
"Name": {
"type": "string"