smoosic
Version:
<sub>[Github site](https://github.com/Smoosic/smoosic) | [source documentation](https://smoosic.github.io/Smoosic/release/docs/modules.html) | [change notes](https://aarondavidnewman.github.io/Smoosic/changes.html) | [application](https://smoosic.github.i
21 lines • 410 B
JSON
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"renumberMap": {
"$ref": "#/definitions/renumberMapType"
}
},
"required": [
"renumberMap"
],
"definitions": {
"renumberMapType": {
"type": "object",
"additionalProperties": {
"type": "string",
"pattern": "^\\d+"
}
}
}
}