{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AccessPointListResponse", "type": "object", "properties": { "total": { "type": "integer" }, "count": { "type": "integer" }, "aps": { "type": "array" } } }