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

This commit is contained in:
2022-02-02 13:51:49 +01:00
parent a931ebe552
commit 5f8aa3414c

View File

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