Skip to content

Commit

Permalink
Merge pull request #1551 from afumagalli98/rename-exadata-val
Browse files Browse the repository at this point in the history
Renamed exdata validation prop
  • Loading branch information
afumagalli98 committed May 8, 2023
2 parents ab134a4 + 518a9c8 commit 7306cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/exadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"type": "object",
"required": [
"hostname",
"racID"
"rackID"
],
"properties": {
"hostname": {
"type": "string",
"minLength": 1
},
"racID": {
"rackID": {
"type": "string",
"minLength": 1,
"uniqueItems": true
Expand Down

0 comments on commit 7306cae

Please sign in to comment.