Skip to content

Commit

Permalink
Adding new metadata fields
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBracq committed Jul 20, 2023
1 parent a04df4d commit 9e9c553
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .schemas/queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,21 @@
},
"cluster": {
"type": "string"
},
"clusters": {
"type": "array",
"items": {
"type": "string"
}
},
"cluster_groups": {
"type": "array",
"items": {
"type": "string"
}
},
"database": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 9e9c553

Please sign in to comment.