{ "$id": "nativeRules", "title": "Native config and NED", "description": "Object containing native rules and NED type", "type": "object", "properties": { "ned": { "type": "string", "examples": [ "cisco-ios", "cisco-iosxr", "junos", "arista-dcs" ] }, "text": { "type": "string", "examples": [ "hostname example.com", "interface GigabitEthernet 0\n description Hello", "interface Loopback 0" ] } }, "required": [ "ned", "text" ] }