472
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
jsonschema | |||
---|---|---|---|
Line 5: | Line 5: | ||
"host": "Property:HasHost", | "host": "Property:HasHost", | ||
"hosted_software": "Property:Hosts", | "hosted_software": "Property:Hosts", | ||
"domain": "Property: | "version": "Property:HasVersion", | ||
"url_path": "Property:UrlPath" | "domain": "Property:HasNetworkDomain", | ||
"url_path": "Property:UrlPath", | |||
"url": "Property:HasUrl" | |||
} | } | ||
], | ], | ||
Line 18: | Line 20: | ||
"properties": { | "properties": { | ||
"host": { | "host": { | ||
"title": " | "title": "Hosts", | ||
"type": "array", | "type": "array", | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Host", | ||
"type": "string", | "type": "string", | ||
"format": "autocomplete", | "format": "autocomplete", | ||
Line 52: | Line 54: | ||
}, | }, | ||
"minItems": 1 | "minItems": 1 | ||
}, | |||
"version": { | |||
"title": "Version", | |||
"description": "Version of the hosted software", | |||
"type": "string" | |||
}, | }, | ||
"domain": { | "domain": { | ||
Line 60: | Line 67: | ||
"title": "URL Path", | "title": "URL Path", | ||
"type": "string" | "type": "string" | ||
}, | |||
"url": { | |||
"title": "URL", | |||
"type": "string", | |||
"format": "url" | |||
}, | }, | ||
"type": { | "type": { |
edits