2025-05-06 16:57:11 +00:00

17 lines
297 B
JSON

{
"$schema": "http://json-schema.org/schema",
"$id": "AddNapi",
"title": "",
"type": "object",
"properties": {
"project": {
"description": "The name of the project",
"$default": {
"$source": "projectName",
"index": 0
}
}
},
"required": []
}