remove uint parse and random

This commit is contained in:
Joel Wetzell
2026-03-03 21:42:08 -06:00
parent c25a36f09c
commit 7ac0ec7582
5 changed files with 0 additions and 514 deletions

View File

@@ -838,45 +838,6 @@
},
"required": ["type", "params"],
"additionalProperties": false
},
{
"type": "object",
"title": "Parse Unsigned Int",
"properties": {
"type": {
"type": "string",
"const": "uint.parse"
}
},
"required": ["type"],
"additionalProperties": false
},
{
"type": "object",
"title": "Random Unsigned Int",
"properties": {
"type": {
"type": "string",
"const": "uint.random"
},
"params": {
"type": "object",
"properties": {
"min": {
"type": "integer",
"minimum": 0
},
"max": {
"type": "integer",
"minimum": 0
}
},
"required": ["min", "max"],
"additionalProperties": false
}
},
"required": ["type", "params"],
"additionalProperties": false
}
]
}