Skip to content

Commit

Permalink
Removed "hardware" and "operating_system" section
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 4, 2016
1 parent 4988d36 commit 18ecf28
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions netjsonconfig/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,45 +263,8 @@
}
}
},
"hardware": {
"type": "object",
"title": "Hardware",
"additionalProperties": True,
"properties": {
"manufacturer": {
"type": "string"
},
"model": {
"type": "string"
},
"revision": {
"type": "integer"
},
"cpu": {
"type": "string"
}
}
},
"operating_system": {
"type": "object",
"title": "Operating System",
"additionalProperties": True,
"properties": {
"name": {
"type": "string"
},
"kernel": {
"type": "string"
},
"version": {
"type": "string"
},
"revision": {
"type": "string"
},
"description": {
"type": "string"
}
}
},
"radios": {
Expand Down

0 comments on commit 18ecf28

Please sign in to comment.