nfsense/internal/validation/schema/object/address.schema.json

29 lines
No EOL
598 B
JSON

{
"$id": "https://nfsense.net/schema/object/address.schema.json",
"title": "Address",
"type": "object",
"properties": {
"type": {
"type": "string"
},
"comment": {
"type": "string"
},
"host": {
"type": "string"
},
"range": {
"type": "string"
},
"network": {
"type": "string"
},
"children": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": ["type"]
}