-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It is not possible (at least from my understanding) to have root-level patternProperties.
For example, the end goal would be something like:
{
"$schema": "https://json-schema.org/draft-07/schema#",
"patternProperties": {
".{1,}": {
"type": "object",
"additionalProperties": false,
"properties": {
"allowedClusterStatuses": {
...to match files like:
foo:
allowedClusterStatuses: ["ready"]
...
bar:
...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request