Skip to content

Commit

Permalink
Fix Monit properties
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Jun 15, 2018
1 parent 6358e46 commit 34fa43f
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions Data/opnsense.json
Original file line number Diff line number Diff line change
Expand Up @@ -3756,8 +3756,10 @@
"application/json": {
"schema": {
"properties": {
"System.Object[]": {
"$ref": "#/components/schemas/OPNsense.monit.alert"
"monit": {
"alert": {
"$ref": "#/components/schemas/OPNsense.monit.alert"
}
}
}
}
Expand All @@ -3779,8 +3781,10 @@
"application/json": {
"schema": {
"properties": {
"alert": {
"$ref": "#/components/schemas/OPNsense.monit.alert"
"monit": {
"alert": {
"$ref": "#/components/schemas/OPNsense.monit.alert"
}
}
}
}
Expand Down Expand Up @@ -3941,8 +3945,10 @@
"application/json": {
"schema": {
"properties": {
"System.Object[]": {
"$ref": "#/components/schemas/OPNsense.monit.service"
"monit": {
"service": {
"$ref": "#/components/schemas/OPNsense.monit.service"
}
}
}
}
Expand All @@ -3964,8 +3970,10 @@
"application/json": {
"schema": {
"properties": {
"service": {
"$ref": "#/components/schemas/OPNsense.monit.service"
"monit": {
"service": {
"$ref": "#/components/schemas/OPNsense.monit.service"
}
}
}
}
Expand Down Expand Up @@ -4126,8 +4134,10 @@
"application/json": {
"schema": {
"properties": {
"System.Object[]": {
"$ref": "#/components/schemas/OPNsense.monit.test"
"monit": {
"test": {
"$ref": "#/components/schemas/OPNsense.monit.test"
}
}
}
}
Expand All @@ -4149,8 +4159,10 @@
"application/json": {
"schema": {
"properties": {
"test": {
"$ref": "#/components/schemas/OPNsense.monit.test"
"monit": {
"test": {
"$ref": "#/components/schemas/OPNsense.monit.test"
}
}
}
}
Expand Down

0 comments on commit 34fa43f

Please sign in to comment.