changedInput schema / properties / pretextBlocks / items / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "align": {
- "enum": [
- "left",
- "center",
- "right",
- "justify"
- ],
- "type": "string"
- },
- "lineHeight": {
- "maximum": 3,
- "minimum": 1,
- "type": "number"
- },
- "runs": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "animation": {
- "description": "Native durable Pretext word animation.",
- "enum": [
- "wave",
- "pulse",
- "rainbow",
- "bounce",
- "float",
- "shake",
- "swing",
- "spin",
- "typewriter",
- "sparkle",
- "gradient"
- ],
- "type": "string"
- },
- "backgroundColor": {
- "$ref": "#/properties/pretextBlocks/items/anyOf/0/properties/runs/items/properties/textColor",
- "description": "Highlight color as #RRGGBB."
- },
- "bold": {
- "description": "Render this run with native Pretext bold styling.",
- "type": "boolean"
- },
- "fontFamily": {
- "description": "A font available in the NotePom Pretext renderer.",
- "enum": [
- "inherit",
- "literata",
- "atkinson"
- ],
- "type": "string"
- },
- "fontSize": {
- "description": "Font size in CSS pixels.",
- "maximum": 96,
- "minimum": 8,
- "type": "number"
- },
- "href": {
- "description": "Safe HTTP(S) or mailto link for this run.",
- "format": "uri",
- "maxLength": 2000,
- "type": "string"
- },
- "italic": {
- "description": "Render this run with native Pretext italic styling.",
- "type": "boolean"
- },
- "letterSpacing": {
- "description": "Letter spacing in em.",
- "maximum": 0.3,
- "minimum": -0.05,
- "type": "number"
- },
- "text": {
- "description": "Literal text for this visual run. Raw HTML is escaped.",
- "maxLength": 100000,
- "type": "string"
- },
- "textColor": {
- "description": "Text color as #RRGGBB.",
- "pattern": "^#[0-9a-fA-F]{6}$",
- "type": "string"
- }
- },
- "required": [
- "text"
- ],
- "type": "object"
- },
- "maxItems": 200,
- "minItems": 1,
- "type": "array"
- },
- "type": {
- "const": "paragraph",
- "type": "string"
- }
- },
- "required": [
- "type",
- "runs"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "align": {
- "enum": [
- "left",
- "center",
- "right"
- ],
- "type": "string"
- },
- "level": {
- "enum": [
- 1,
- 2,
- 3
- ],
- "type": "number"
- },
- "runs": {
- "$ref": "#/properties/pretextBlocks/items/anyOf/0/properties/runs"
- },
- "type": {
- "const": "heading",
- "type": "string"
- }
- },
- "required": [
- "type",
- "level",
- "runs"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "items": {
- "items": {
- "$ref": "#/properties/pretextBlocks/items/anyOf/0/properties/runs"
- },
- "maxItems": 100,
- "minItems": 1,
- "type": "array"
- },
- "type": {
- "const": "bulletList",
- "type": "string"
- }
- },
- "required": [
- "type",
- "items"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "align": {
+ "enum": [
+ "left",
+ "center",
+ "right",
+ "justify"
+ ],
+ "type": "string"
+ },
+ "lineHeight": {
+ "maximum": 3,
+ "minimum": 1,
+ "type": "number"
+ },
+ "runs": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "animation": {
+ "description": "Native durable Pretext word animation.",
+ "enum": [
+ "wave",
+ "pulse",
+ "rainbow",
+ "bounce",
+ "float",
+ "shake",
+ "swing",
+ "spin",
+ "typewriter",
+ "sparkle",
+ "gradient"
+ ],
+ "type": "string"
+ },
+ "backgroundColor": {
+ "$ref": "#/properties/pretextBlocks/items/anyOf/0/properties/runs/items/properties/textColor",
+ "description": "Highlight color as #RRGGBB."
+ },
+ "bold": {
+ "description": "Render this run with native Pretext bold styling.",
+ "type": "boolean"
+ },
+ "fontFamily": {
+ "description": "A font available in the NotePom Pretext renderer.",
+ "enum": [
+ "inherit",
+ "literata",
+ "atkinson"
+ ],
+ "type": "string"
+ },
+ "fontSize": {
+ "description": "Font size in CSS pixels.",
+ "maximum": 96,
+ "minimum": 8,
+ "type": "number"
+ },
+ "href": {
+ "description": "Safe HTTP(S) or mailto link for this run.",
+ "format": "uri",
+ "maxLength": 2000,
+ "type": "string"
+ },
+ "italic": {
+ "description": "Render this run with native Pretext italic styling.",
+ "type": "boolean"
+ },
+ "letterSpacing": {
+ "description": "Letter spacing in em.",
+ "maximum": 0.3,
+ "minimum": -0.05,
+ "type": "number"
+ },
+ "strikethrough": {
+ "description": "Strike through this run without replacing its other styles.",
+ "type": "boolean"
+ },
+ "text": {
+ "description": "Literal text for this visual run. Raw HTML is escaped.",
+ "maxLength": 100000,
+ "type": "string"
+ },
+ "textColor": {
+ "description": "Text color as #RRGGBB.",
+ "pattern": "^#[0-9a-fA-F]{6}$",
+ "type": "string"
+ },
+ "underline": {
+ "description": "Underline this run without replacing its other styles.",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "text"
+ ],
+ "type": "object"
+ },
+ "maxItems": 200,
+ "minItems": 1,
+ "type": "array"
+ },
+ "type": {
+ "const": "paragraph",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "runs"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "align": {
+ "enum": [
+ "left",
+ "center",
+ "right"
+ ],
+ "type": "string"
+ },
+ "level": {
+ "enum": [
+ 1,
+ 2,
+ 3
+ ],
+ "type": "number"
+ },
+ "runs": {
+ "$ref": "#/properties/pretextBlocks/items/anyOf/0/properties/runs"
+ },
+ "type": {
+ "const": "heading",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "level",
+ "runs"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "items": {
+ "items": {
+ "$ref": "#/properties/pretextBlocks/items/anyOf/0/properties/runs"
+ },
+ "maxItems": 100,
+ "minItems": 1,
+ "type": "array"
+ },
+ "type": {
+ "const": "bulletList",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "items"
+ ],
+ "type": "object"
+ }
+]