Deny invalid members in workspace schema (#6450)

## Summary

This has bitten me a few times.
This commit is contained in:
Charlie Marsh
2024-08-22 16:48:00 -04:00
committed by GitHub
parent 4591d0b4b2
commit 9ee52e4e39
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1423,7 +1423,8 @@
"$ref": "#/definitions/String"
}
}
}
},
"additionalProperties": false
}
}
}