fixed schema
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2022-02-02 13:51:49 +01:00
parent a931ebe552
commit 5f8aa3414c
Signed by: apairon
GPG Key ID: A0E05A8199CE3F57

View File

@ -36,8 +36,15 @@
"put": { "type": "boolean" },
"delete": { "type": "boolean" }
}
},
"validProjections": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"required": ["methods"]
}
}
}