{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SnippetName", "title": "SnippetName", "description": "The unique name of a snippet in a portal.", "type": "string", "example": "my-snippet", "maxLength": 512 }