1
0
mirror of https://github.com/go-task/task.git synced 2025-07-15 01:35:00 +02:00

remove additionalProperties

This commit is contained in:
Valentin Maerten
2025-05-03 17:21:48 +02:00
parent 18ad8de9b8
commit d8221c95b8
2 changed files with 0 additions and 6 deletions

View File

@ -17,9 +17,6 @@
"GENTLE_FORCE": { "GENTLE_FORCE": {
"type": "number", "type": "number",
"enum": [0, 1] "enum": [0, 1]
},
"additionalProperties": {
"type": "integer"
} }
} }
}, },

View File

@ -17,9 +17,6 @@
"GENTLE_FORCE": { "GENTLE_FORCE": {
"type": "number", "type": "number",
"enum": [0, 1] "enum": [0, 1]
},
"additionalProperties": {
"type": "integer"
} }
} }
}, },