mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-13 11:38:21 +00:00
20 lines
No EOL
574 B
JSON
20 lines
No EOL
574 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/object/object.schema.json",
|
|
"title": "Object",
|
|
"type": "object",
|
|
"properties": {
|
|
"addresses": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"$ref": "https://nfsense.net/schema/object/address.schema.json"
|
|
}
|
|
},
|
|
"services": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"$ref": "https://nfsense.net/schema/object/service.schema.json"
|
|
}
|
|
}
|
|
},
|
|
"required": ["addresses", "services"]
|
|
} |