{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UserResourceList", "type": "object", "properties": { "schemas": { "type": "array" }, "totalResults": { "type": "integer" }, "Resources": { "type": "array" } } }