{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ImageContentSourceType", "title": "ImageContentSourceType", "type": "string", "enum": [ "base64", "url" ], "default": "base64" }