{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RadInterface", "type": "object", "description": "A RAD interface entry describing an available management object", "properties": { "href": { "type": "string", "description": "Relative URI to the interface" }, "type": { "type": "string", "description": "Interface type name" } } }