{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "KeyListResult", "type": "object", "description": "The key list result.", "properties": { "value": { "type": "array", "description": "A list of keys." }, "nextLink": { "type": "string", "description": "The URL to get the next set of keys." } } }