Skip to content

Commit

Permalink
Do not allow for extraneous keys in the ARP
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jun 19, 2024
1 parent 97d198c commit 76b4f05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"use_as_nameid": {
"type": "boolean"
}

}
},
"additionalProperties": false
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"use_as_nameid": {
"type": "boolean"
}
}
},
"additionalProperties": false
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"use_as_nameid": {
"type": "boolean"
}
}
},
"additionalProperties": false
}
}
},
Expand Down

0 comments on commit 76b4f05

Please sign in to comment.