Skip to content

Instantly share code, notes, and snippets.

View pot-code's full-sized avatar
💻
Idle

Potpot pot-code

💻
Idle
View GitHub Profile
@pot-code
pot-code / xmod.json
Last active August 1, 2024 07:19
xmod json schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "xmod json schema",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "mod id. must be unique across all mods",
"default": ""
},