{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SviInterfaceResponse", "type": "object", "properties": { "totalCount": { "type": "string" }, "imdata": { "type": "array" } } }