{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogGroupName", "title": "LogGroupName", "type": "string", "pattern": "[\\.\\-_/#A-Za-z0-9]*", "minLength": 0, "maxLength": 512 }