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