{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateSqlPoolRestorePointDefinition", "title": "CreateSqlPoolRestorePointDefinition", "type": "object", "required": [ "restorePointLabel" ], "properties": { "restorePointLabel": { "type": "string", "description": "The restore point label." } } }