mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-13 11:38:21 +00:00
35 lines
No EOL
739 B
JSON
35 lines
No EOL
739 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/object/service.schema.json",
|
|
"title": "Service",
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string"
|
|
},
|
|
"comment": {
|
|
"type": "string"
|
|
},
|
|
"sport_start": {
|
|
"type": "number"
|
|
},
|
|
"sport_end": {
|
|
"type": "number"
|
|
},
|
|
"dport_start": {
|
|
"type": "number"
|
|
},
|
|
"dport_end": {
|
|
"type": "number"
|
|
},
|
|
"icmp_code": {
|
|
"type": "number"
|
|
},
|
|
"children": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"required": ["type"]
|
|
} |