531
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"subclass_of": [ | |||
"Category:OSWf0fe562f422d49c6877490b3dfee2f3f" | |||
], | |||
"uuid": "02590972-aeba-46d7-864e-d492c0c11384", | |||
"name": "Host", | |||
"label": [ | |||
{ | |||
"text": "Host", | |||
"lang": "en" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "The physical device that acts as a host for, e.g., a virtual machine", | |||
"lang": "en" | |||
} | |||
], | |||
"type": [ | |||
"Category:Category" | |||
] | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
{ | |||
"ip4_address": "Property:HasIp4Address", | |||
"network_domain": "Property:HasNetworkDomain" | |||
} | |||
], | |||
"title": "Host", | |||
"type": "object", | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSWf0fe562f422d49c6877490b3dfee2f3f?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"properties": { | |||
"ip4_address": { | |||
"items": { | |||
"title": "IP4 Address", | |||
"type": "string" | |||
}, | |||
"title": "IP4 Addresses", | |||
"type": "array" | |||
}, | |||
"network_domain": { | |||
"items": { | |||
"title": "Domain", | |||
"type": "string" | |||
}, | |||
"title": "Domains", | |||
"type": "array" | |||
}, | |||
"type": { | |||
"default": [ | |||
"Category:OSW02590972aeba46d7864ed492c0c11384" | |||
] | |||
} | |||
}, | |||
"required": [ | |||
"type" | |||
] | |||
} | } | ||
edits