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

[Authoring] Missing Icon Card element from JSONSchema #9060

Open
babs opened this issue Nov 20, 2024 · 0 comments
Open

[Authoring] Missing Icon Card element from JSONSchema #9060

babs opened this issue Nov 20, 2024 · 0 comments

Comments

@babs
Copy link

babs commented Nov 20, 2024

Target Application

Teams

Application Operating System

Other

Schema Version

1.5

Problem Description

Adaptive cards editor in Teams dev portal propose Icon element but is nowhere to be found in jsonschema.
Therefore I can't use schema validation for cards using Icon element

Expected Outcome

Being able to validate cards with Icon element against adaptive card schema 1.5

Actual Outcome

Validation fails with https://adaptivecards.io/schemas/1.5.0/adaptive-card.json but renders perfectly on teams

Card JSON

{
    "type": "AdaptiveCard",
    "$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.5",
    "body": [
        {
            "type": "Icon",
            "name": "AddCircle"
        }
    ]
}

Repro Steps

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant