changedOutput schema / properties / history / items / properties / artifact / anyOf
Previous value: -[
- {
- "additionalProperties": true,
- "properties": {
- "caption": {
- "type": "string"
- },
- "format": {
- "enum": [
- "text",
- "image",
- "gallery",
- "svg",
- "html",
- "video"
- ],
- "type": "string"
- },
- "id": {
- "format": "uuid",
- "type": "string"
- },
- "media": {
- "items": {
- "additionalProperties": true,
- "properties": {
- "alt": {
- "type": "string"
- },
- "byte_size": {
- "type": "integer"
- },
- "content_type": {
- "type": "string"
- },
- "filename": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "metadata_url": {
- "format": "uri",
- "type": "string"
- },
- "preview_url": {
- "format": "uri",
- "type": "string"
- },
- "source_sha256": {
- "pattern": "^[a-f0-9]{64}$",
- "type": "string"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- },
- "required": [
- "id",
- "kind",
- "content_type",
- "url"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "preview_url": {
- "format": "uri",
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- },
- "required": [
- "id",
- "url",
- "format",
- "title",
- "caption",
- "media"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": true,
+ "properties": {
+ "breach_url": {
+ "format": "uri",
+ "type": "string"
+ },
+ "caption": {
+ "type": "string"
+ },
+ "format": {
+ "enum": [
+ "text",
+ "image",
+ "gallery",
+ "svg",
+ "html",
+ "video"
+ ],
+ "type": "string"
+ },
+ "id": {
+ "format": "uuid",
+ "type": "string"
+ },
+ "media": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "alt": {
+ "type": "string"
+ },
+ "byte_size": {
+ "type": "integer"
+ },
+ "content_type": {
+ "type": "string"
+ },
+ "filename": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "metadata_url": {
+ "format": "uri",
+ "type": "string"
+ },
+ "preview_url": {
+ "format": "uri",
+ "type": "string"
+ },
+ "source_sha256": {
+ "pattern": "^[a-f0-9]{64}$",
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "kind",
+ "content_type",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "preview_url": {
+ "format": "uri",
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "url",
+ "format",
+ "title",
+ "caption",
+ "media"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]