Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema/site/tooling updates for 1.2 #3043

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
183 commits
Select commit Hold shift + click to select a range
d7cd24b
Create Image.md
andrewleader May 21, 2019
8c2085a
Update Image.md
andrewleader May 21, 2019
a74465a
Update Image.md
andrewleader May 21, 2019
8dcce81
More specs
andrewleader May 22, 2019
aa3e995
Media element
andrewleader May 22, 2019
9603e41
Trying to get auto generate working
andrewleader May 23, 2019
8e0f8aa
Closer!
andrewleader May 23, 2019
13d4e0c
[Schema] Document data URI
paulcam206 May 23, 2019
e41bb8a
[Schema] Introduce inlineAction
paulcam206 May 23, 2019
b8c5362
Specs auto-generated!
andrewleader May 23, 2019
9d47f2b
[Schema] Add ActionSet
paulcam206 May 23, 2019
2c1cf60
Include marked-schema locally
andrewleader May 24, 2019
02b8b19
Improve formatting of markdown table
andrewleader May 24, 2019
7dd9654
[Schema] Update version description
paulcam206 May 24, 2019
cd74505
[Schema] Add fontType to TextBlock
paulcam206 May 24, 2019
2a521d4
[Schema] Add wrap to ChoiceSet and Toggle
paulcam206 May 24, 2019
96d89ff
Move spec generation to separate module
andrewleader May 24, 2019
e8f53ff
Standalone spec generator script
andrewleader May 24, 2019
20e02a1
Auto-update specs on save
andrewleader May 24, 2019
7419dfc
Add some readme's
andrewleader May 24, 2019
b9bdcb4
Spec updating readme
andrewleader May 24, 2019
1f156cf
Point people to the readme
andrewleader May 24, 2019
c0802ad
Merge branch 'paulcam/schema-docs' into andrewleader/specing
andrewleader May 24, 2019
07566f0
1.2 features
andrewleader May 24, 2019
ea55084
Move Adaptive Card rendering into the actual spec file
andrewleader May 24, 2019
09ca679
Started adding action specs
andrewleader May 24, 2019
fda314a
Generate host config
andrewleader May 24, 2019
ae4d4e6
More action info
andrewleader May 27, 2019
b56dab8
More ActionSet details
andrewleader May 27, 2019
a733deb
Mock renderer statuses
andrewleader May 27, 2019
b5e7be5
Finished with actions
andrewleader May 27, 2019
4c964c5
Columns
andrewleader May 27, 2019
cb1c6d5
Start adding backgroundImage
andrewleader May 28, 2019
03ee0c3
Started working on schema-with-types
andrewleader May 28, 2019
dfabd0c
Testing infrastructure
andrewleader May 28, 2019
689f414
Add URI support
andrewleader May 28, 2019
1b8820c
Add required support
andrewleader May 28, 2019
cd082c9
Refactor to class
andrewleader May 28, 2019
71863d0
Add type references
andrewleader May 28, 2019
915eaea
Add extending classes
andrewleader May 28, 2019
77e0a67
Add inehritance with referencing base class
andrewleader May 28, 2019
9058deb
Support multiple types for single property
andrewleader May 28, 2019
fcdbec3
Add arrays
andrewleader May 28, 2019
43e326e
Add tests for arrays of base types
andrewleader May 28, 2019
d6a5b99
Add dictionary support
andrewleader May 28, 2019
56c5ad5
Generate typed schema schema from typed schema itself
andrewleader May 28, 2019
28d31c3
Add typed schema schema
andrewleader May 28, 2019
20b9130
Add booleans
andrewleader May 28, 2019
8c70135
Disallow additional properties
andrewleader May 28, 2019
80a5e9b
Add extends and schema to json schema
andrewleader May 28, 2019
641dcda
Started updating some of the schema
andrewleader May 28, 2019
b05bc81
Support multiple top-level types and other fixes
andrewleader May 30, 2019
68e8c20
Fix not being able to add properties to extended classes
andrewleader May 30, 2019
9bf7742
Add ability to change property name of type property
andrewleader May 30, 2019
5e367fa
Support having a default type that doesn't need type specified
andrewleader May 30, 2019
25a3e22
New classType schema
andrewleader May 31, 2019
53bf7b7
Add ContainerStyle enum
andrewleader May 31, 2019
d07b12a
Add VerticalContentAlignment
andrewleader May 31, 2019
2170247
Support default and required in schema
andrewleader May 31, 2019
2e844bd
Support any object type
andrewleader May 31, 2019
5695fb2
Update schemas
andrewleader May 31, 2019
ecbcba0
Add nullable
andrewleader May 31, 2019
c5318f4
Add any arrays
andrewleader May 31, 2019
b2cd503
Update schemas
andrewleader May 31, 2019
018696e
Add shorthands
andrewleader May 31, 2019
b7452dd
Start writing more schema
andrewleader May 31, 2019
8395fe6
Allow type to not be specified at top level
andrewleader May 31, 2019
8889bfa
Infer type names from file name
andrewleader May 31, 2019
1fb57b2
Add more schema
andrewleader May 31, 2019
ea22687
Add marker interfaces
andrewleader May 31, 2019
135fdf2
More elements
andrewleader May 31, 2019
24c3b9c
Support recursive directories
andrewleader May 31, 2019
f83831c
Rename to typed-schema
andrewleader May 31, 2019
6b5e166
Report more useful errors
andrewleader May 31, 2019
765cd4c
Start generating Adaptive Card schema
andrewleader May 31, 2019
f6e3eb5
Support enums
andrewleader May 31, 2019
a85155f
Schema starting to work!
andrewleader May 31, 2019
8e0718b
Fix incorrect container property
andrewleader May 31, 2019
2c8147b
Fix extended classes not allowing extended properties
andrewleader May 31, 2019
1466b4d
Rename to src folder
andrewleader May 31, 2019
08c5697
Adding columns
andrewleader May 31, 2019
a753a85
Closer to multiple tiers of extending
andrewleader May 31, 2019
802a1ae
Support multiple inheritance
andrewleader May 31, 2019
713407f
Throw errors on unknown types
andrewleader May 31, 2019
7e19eee
Rename to BlockElement
andrewleader May 31, 2019
8f7b9c8
Add FactSet
andrewleader May 31, 2019
f56dfe7
Add ImageSet
andrewleader May 31, 2019
9268e67
Add Input.Text
andrewleader May 31, 2019
eda5a36
Added all inputs
andrewleader May 31, 2019
efb230e
Add typed classes for the parser
andrewleader May 31, 2019
5bc2de8
Create overall Schema type object
andrewleader May 31, 2019
a46d83f
Support loading schema from folder
andrewleader May 31, 2019
e322d83
Almost got spec generation working with new format!
andrewleader Jun 1, 2019
ac98455
Add ActionSet
andrewleader Jun 3, 2019
f42c774
Markdown generation is getting there!
andrewleader Jun 3, 2019
68ff0f0
Markdown generation almost done
andrewleader Jun 3, 2019
957517b
Generate enum specs
andrewleader Jun 3, 2019
c75f6ab
Add enum value description support
andrewleader Jun 3, 2019
876de06
Add shorthand property to classes
andrewleader Jun 3, 2019
6f39aed
Update schema to support shorthand
andrewleader Jun 3, 2019
aec7779
Update schema file
andrewleader Jun 3, 2019
0d6a977
Include lib
andrewleader Jun 3, 2019
f2285f5
Updated schema
andrewleader Jun 3, 2019
0616ce7
Add RichTextBlock
andrewleader Jun 3, 2019
5e5f327
Re-organize
andrewleader Jun 3, 2019
7c72084
Change image uris to strings for relative urls
andrewleader Jun 3, 2019
ed7bd08
Add Style property to Card
andrewleader Jun 3, 2019
498755d
Add Action.ToggleVisibility
andrewleader Jun 3, 2019
11d098c
Add style to actions
andrewleader Jun 3, 2019
bd5120f
Remove duplicative BlockElement properties
andrewleader Jun 3, 2019
3c943dd
Add fallback
andrewleader Jun 4, 2019
d413b70
Update wrap property on inputs
andrewleader Jun 4, 2019
fb6e601
Generated
andrewleader Jun 4, 2019
b6e8bf8
Update Input.Text selectAction
andrewleader Jun 4, 2019
93b2acb
Generate
andrewleader Jun 4, 2019
44e171c
Add some versions
andrewleader Jun 4, 2019
757930a
Fix blank allOf
andrewleader Jun 4, 2019
8a58c45
Added a test that tests our samples
andrewleader Jun 4, 2019
c216fae
Add horizontalAlignment to richtextblock
andrewleader Jun 4, 2019
ab24b00
Add minHeight
andrewleader Jun 4, 2019
1d54ec1
Add minHeight to AdaptiveCard
andrewleader Jun 4, 2019
3cc4f93
Add isVisible
andrewleader Jun 4, 2019
768dbeb
Merge branch 'master' into andrewleader/specing-with-types
andrewleader Jun 4, 2019
fda146a
Update package-lock.json
andrewleader Jun 4, 2019
1c0b834
Add verticalContentAlignment to Adaptive Card
andrewleader Jun 4, 2019
a512015
Add height to container and columnset
andrewleader Jun 4, 2019
cb47a91
Add height to Column
andrewleader Jun 4, 2019
b995a5d
Add height to all elements
andrewleader Jun 4, 2019
cf018a3
Support overriding properties
andrewleader Jun 4, 2019
f69ea03
Fix image height property
andrewleader Jun 4, 2019
624b92c
Fix overriding of inherited properties
andrewleader Jun 4, 2019
87a79fd
Update adaptive-card-new.json
andrewleader Jun 4, 2019
a6365b9
Make Column.items not required
andrewleader Jun 4, 2019
baed307
All samples valid
andrewleader Jun 4, 2019
62f493c
Use uri-reference
andrewleader Jun 4, 2019
b62f32c
Support allowAdditionalProperties
andrewleader Jun 4, 2019
ffe476e
Allow custom enums
andrewleader Jun 4, 2019
888fd9f
card.style version = 1.2
andrewleader Jun 4, 2019
6badaf5
Include build-model
andrewleader Jun 5, 2019
7af2d93
Correctly display version number in markdown
andrewleader Jun 5, 2019
ed7c728
Support shorthands in markdown and fix background image version
andrewleader Jun 5, 2019
56e9b3a
Remove generate-specs from website
andrewleader Jun 5, 2019
7cf34aa
Generating site from new schema partially working
andrewleader Jun 5, 2019
194da65
Site generating properties
andrewleader Jun 5, 2019
15fef88
Fix schema literals in website properties
andrewleader Jun 5, 2019
fc28a72
Make inherited detailed properties appear, and fix examples for prope…
andrewleader Jun 5, 2019
a67753d
Make type appear correctly on markdown tables
andrewleader Jun 5, 2019
9089c1c
Update toc
andrewleader Jun 5, 2019
f41c6e8
Add new elements
andrewleader Jun 6, 2019
4c43757
Re-order version property
andrewleader Jun 6, 2019
48f8852
Show type type in type
andrewleader Jun 6, 2019
dbf0f07
Support displaying enum value versions
andrewleader Jun 6, 2019
d606c93
Style the default value correctly
andrewleader Jun 6, 2019
bf94bc7
Indicate that type on inlines is required
andrewleader Jun 6, 2019
51a8d5d
Support inline shorthand
andrewleader Jun 6, 2019
36c61af
Improve image size documentation
andrewleader Jun 6, 2019
e89a91f
Fix inlineAction description
andrewleader Jun 6, 2019
b8d259f
Surface required properties at top of table
andrewleader Jun 6, 2019
78ac5bb
Remove local marked-schema
andrewleader Jun 6, 2019
8162d7c
Rename BlockElement to Element
andrewleader Jun 6, 2019
56dbbb1
Dispaly uri-reference as uri
andrewleader Jun 6, 2019
8b0c89c
Rename fonttype sample
andrewleader Jun 6, 2019
31eb3ea
Add expense report example
andrewleader Jun 6, 2019
056bc41
Update schema file in sample
andrewleader Jun 6, 2019
3e2e79a
Update ExpenseReport to use Submit
andrewleader Jun 6, 2019
3c3e059
Support case insensitive enums
andrewleader Jun 6, 2019
72fd011
Remove generated adaptive card schema
andrewleader Jun 6, 2019
2bada18
Make release build schema
andrewleader Jun 6, 2019
07e7946
Remove compiled typed-script schema
andrewleader Jun 7, 2019
2eb6b73
Add instruction for generating Adaptive schema
andrewleader Jun 7, 2019
b119bf7
Remove spec-generator
andrewleader Jun 7, 2019
c13f192
Update samples schema test to use correct payload
andrewleader Jun 7, 2019
246d0f8
Remove specs
andrewleader Jun 7, 2019
1feedf5
Support multiple schema versions
andrewleader Jun 7, 2019
a857144
UWP test updates for renamed FontType test
andrewleader Jun 7, 2019
ca7b7e2
Typo in UWP test app
andrewleader Jun 7, 2019
c86adcc
Update UWP tests after sample payloads changed
andrewleader Jun 7, 2019
a167943
Add FontType expected tests
andrewleader Jun 7, 2019
0b738f1
Add readme for schema
andrewleader Jun 7, 2019
f423793
Merge branch 'master' into andrewleader/specing-with-types
andrewleader Jun 7, 2019
a7cc45f
Update Visualizer to reference new schema file and all samples
andrewleader Jun 7, 2019
71467d2
Merge branch 'master' into andrewleader/specing-with-types
andrewleader Jun 7, 2019
790a0fb
Fix iOS referencing old FontTypes payload
andrewleader Jun 7, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"editor.insertSpaces": false,
"editor.formatOnSave": false, // only if you want auto fomattting on saving the file
"editor.detectIndentation": false,
"C_Cpp.default.cppStandard": "c++17"
"C_Cpp.default.cppStandard": "c++17",
"emeraldwalk.runonsave": {
"commands": [
{
"match": ".*schemas\\\\adaptive-card.json",
"cmd": "cd /D ${fileDirname}\\..\\source\\nodejs\\spec-generator-script\\precompiled & node .\\spec-generator-script.js"
}
]
}
}
1 change: 0 additions & 1 deletion samples/Tests/AdaptiveCard.MinVersion.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "99.0",
"minVersion": "99.0",
"fallbackText": "This card requires Adaptive Cards version 99.0, which probably doesn't exist",
"body": [
{
Expand Down
76 changes: 38 additions & 38 deletions samples/Tests/Bleed.Comprehensive.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,20 @@
"items": [
{
"type": "Image",
"style": "Person",
"style": "person",
"url": "https://pbs.twimg.com/profile_images/3647943215/d7f12830b3c17a5a9e4afcc370e3a37e_400x400.jpeg",
"size": "Small"
"size": "small"
}
],
"width": "stretch"
},
{
"type": "Column",
"verticalContentAlignment": "Center",
"verticalContentAlignment": "center",
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "Middle column",
"wrap": true
}
Expand All @@ -125,11 +125,11 @@
},
{
"type": "Column",
"verticalContentAlignment": "Center",
"verticalContentAlignment": "center",
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Right",
"horizontalAlignment": "right",
"text": "Right column",
"wrap": true
}
Expand All @@ -153,9 +153,9 @@
"items": [
{
"type": "Image",
"style": "Person",
"style": "person",
"url": "https://pbs.twimg.com/profile_images/3647943215/d7f12830b3c17a5a9e4afcc370e3a37e_400x400.jpeg",
"size": "Small"
"size": "small"
}
],
"bleed": true,
Expand All @@ -164,22 +164,22 @@
{
"type": "Column",
"style": "default",
"verticalContentAlignment": "Center",
"verticalContentAlignment": "center",
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "Middle column",
"wrap": true
},
{
"type": "Container",
"spacing": "None",
"spacing": "none",
"style": "emphasis",
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "Bleeding sub-container in center column",
"wrap": true
},
Expand All @@ -204,11 +204,11 @@
{
"type": "Column",
"style": "default",
"verticalContentAlignment": "Center",
"verticalContentAlignment": "center",
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Right",
"horizontalAlignment": "right",
"text": "Right column",
"wrap": true
}
Expand Down Expand Up @@ -267,20 +267,20 @@
"items": [
{
"type": "Image",
"style": "Person",
"style": "person",
"url": "https://pbs.twimg.com/profile_images/3647943215/d7f12830b3c17a5a9e4afcc370e3a37e_400x400.jpeg",
"size": "Small"
"size": "small"
}
],
"width": "stretch"
},
{
"type": "Column",
"verticalContentAlignment": "Center",
"verticalContentAlignment": "center",
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "Middle column",
"wrap": true
}
Expand All @@ -289,11 +289,11 @@
},
{
"type": "Column",
"verticalContentAlignment": "Center",
"verticalContentAlignment": "center",
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Right",
"horizontalAlignment": "right",
"text": "Right column",
"wrap": true
}
Expand Down Expand Up @@ -353,20 +353,20 @@
"items": [
{
"type": "Image",
"style": "Person",
"style": "person",
"url": "https://pbs.twimg.com/profile_images/3647943215/d7f12830b3c17a5a9e4afcc370e3a37e_400x400.jpeg",
"size": "Small"
"size": "small"
}
],
"width": "stretch"
},
{
"type": "Column",
"verticalContentAlignment": "Center",
"verticalContentAlignment": "center",
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "Middle column",
"wrap": true
}
Expand All @@ -375,11 +375,11 @@
},
{
"type": "Column",
"verticalContentAlignment": "Center",
"verticalContentAlignment": "center",
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Right",
"horizontalAlignment": "right",
"text": "Right column",
"wrap": true
}
Expand Down Expand Up @@ -425,7 +425,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "Y"
}
],
Expand All @@ -443,7 +443,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "N",
"wrap": true
}
Expand All @@ -462,7 +462,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "N"
}
]
Expand Down Expand Up @@ -490,7 +490,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "N"
}
],
Expand All @@ -508,7 +508,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "N"
}
],
Expand All @@ -526,7 +526,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "Y"
}
],
Expand Down Expand Up @@ -561,7 +561,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "Y",
"wrap": true
}
Expand All @@ -575,7 +575,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "N",
"wrap": true
}
Expand All @@ -589,7 +589,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "Y"
}
],
Expand Down Expand Up @@ -617,7 +617,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "Y",
"wrap": true
}
Expand All @@ -636,7 +636,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "N",
"wrap": true
}
Expand All @@ -655,7 +655,7 @@
"items": [
{
"type": "TextBlock",
"horizontalAlignment": "Center",
"horizontalAlignment": "center",
"text": "N",
"wrap": true
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"height": "stretch",
"version": "1.0",
"body": [
{
Expand Down Expand Up @@ -216,7 +215,6 @@
"columns": [
{
"type": "Column",
"height": "stretch",
"isVisible": false,
"items": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"height": "stretch",
"version": "1.0",
"body": [
{
Expand Down Expand Up @@ -211,7 +210,6 @@
{
"type": "Column",
"id": "id13",
"height": "stretch",
"items": [
{
"type": "TextBlock",
Expand Down
1 change: 0 additions & 1 deletion samples/Tests/ColumnSet.FactSet.VerticalStretch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"height": "stretch",
"version": "1.0",
"body": [
{
Expand Down
1 change: 0 additions & 1 deletion samples/Tests/ColumnSet.Image.VerticalStretch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"height": "stretch",
"version": "1.0",
"body": [
{
Expand Down
1 change: 0 additions & 1 deletion samples/Tests/ColumnSet.ImageSet.VerticalStretch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"height": "stretch",
"version": "1.0",
"body": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"height": "stretch",
"version": "1.0",
"body": [
{
Expand Down
1 change: 0 additions & 1 deletion samples/Tests/ColumnSet.Input.Date.VerticalStretch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"height": "stretch",
"version": "1.0",
"body": [
{
Expand Down
1 change: 0 additions & 1 deletion samples/Tests/ColumnSet.Input.Number.VerticalStretch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"height": "stretch",
"version": "1.0",
"body": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"height": "stretch",
"version": "1.0",
"body": [
{
Expand Down
1 change: 0 additions & 1 deletion samples/Tests/ColumnSet.Input.Text.VerticalStretch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"height": "stretch",
"version": "1.0",
"body": [
{
Expand Down
Loading