Skip to content

Commit

Permalink
Update schemas after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista committed Aug 10, 2023
1 parent 4d0b14a commit 302064d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19128,13 +19128,13 @@
"title": "Source"
}
},
"required": [
"name"
],
"additionalProperties": false,
"patternProperties": {
"^_.+$": {}
}
},
"required": [
"name"
]
},
"title": "Profiles"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8366,6 +8366,24 @@
"maximum": 10,
"title": "Reauthorization Request Limit"
},
"unauthorized": {
"type": "object",
"properties": {
"access_vlan_membership_egress": {
"type": "boolean",
"title": "Access VLAN Membership Egress"
},
"native_vlan_membership_egress": {
"type": "boolean",
"title": "Native VLAN Membership Egress"
}
},
"additionalProperties": false,
"patternProperties": {
"^_.+$": {}
},
"title": "Unauthorized"
},
"eapol": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -13690,6 +13708,24 @@
"maximum": 10,
"title": "Reauthorization Request Limit"
},
"unauthorized": {
"type": "object",
"properties": {
"access_vlan_membership_egress": {
"type": "boolean",
"title": "Access VLAN Membership Egress"
},
"native_vlan_membership_egress": {
"type": "boolean",
"title": "Native VLAN Membership Egress"
}
},
"additionalProperties": false,
"patternProperties": {
"^_.+$": {}
},
"title": "Unauthorized"
},
"eapol": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 302064d

Please sign in to comment.