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