Skip to content

Commit

Permalink
[schema] Added possible ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 20, 2016
1 parent bc9f804 commit 258892e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion netjsonconfig/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,12 @@
"type": "array",
"propertyOrder": 4,
"items": {
"type": "string"
"type": "string",
"enum": [
"tkip",
"ccmp",
"aes",
]
}
}
}
Expand Down

0 comments on commit 258892e

Please sign in to comment.