diff --git a/netjsonconfig/schema.py b/netjsonconfig/schema.py index d7caf8407..56184435f 100644 --- a/netjsonconfig/schema.py +++ b/netjsonconfig/schema.py @@ -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": {