{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SnippetContent", "title": "SnippetContent", "description": "The renderable markdown content of a page in a portal.", "type": "string", "example": "# Welcome to My Snippet", "maxLength": 1000000 }