Skip to content

Commit

Permalink
[Schema] Document data URI
Browse files Browse the repository at this point in the history
Feature spec #628
  • Loading branch information
paulcam206 committed May 23, 2019
1 parent 57c9855 commit 13d4e0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions schemas/adaptive-card.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"backgroundImage": {
"type": "string",
"description": "An image to use as the background of the card."
"description": "URL specifying the image to use as the background of the card. Supports data URI in version 1.2+"
},
"speak": {
"type": "string",
Expand Down Expand Up @@ -69,7 +69,7 @@
"iconUrl": {
"type": "string",
"format": "uri",
"description": "Optional icon to be shown on the action in conjunction with the title",
"description": "Optional icon to be shown on the action in conjunction with the title. Supports data URI in version 1.2+",
"version": "1.1"
},
"url": {
Expand Down Expand Up @@ -100,7 +100,7 @@
"iconUrl": {
"type": "string",
"format": "uri",
"description": "Optional icon to be shown on the action in conjunction with the title",
"description": "Optional icon URL to be shown on the action in conjunction with the title. Supports data URI in version 1.2+",
"version": "1.1"
},
"card": {
Expand Down Expand Up @@ -128,7 +128,7 @@
"iconUrl": {
"type": "string",
"format": "uri",
"description": "Optional icon to be shown on the action in conjunction with the title",
"description": "Optional icon URL to be shown on the action in conjunction with the title. Supports data URI in version 1.2+",
"version": "1.1"
},
"data": {
Expand Down Expand Up @@ -553,7 +553,7 @@
"poster": {
"type": "string",
"format": "uri",
"description": "URL of an image to display before playing."
"description": "URL of an image to display before playing. Supports data URI in version 1.2+"
},
"altText": {
"type": "string",
Expand Down Expand Up @@ -619,7 +619,7 @@
"url": {
"type": "string",
"format": "uri",
"description": "The URL to the image."
"description": "The URL to the image. Supports data URI in version 1.2+"
},
"width": {
"type": "string",
Expand Down

0 comments on commit 13d4e0c

Please sign in to comment.