{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/lists_name", "title": "lists_name", "description": "An informative name for the list. Use this name in filter and rule expressions.", "example": "list1", "maxLength": 50, "pattern": "^[a-zA-Z0-9_]+$", "type": "string" }