Currently acp (adaptive_cards_python) supports everything but when a new version of the JSON Schema is inevitable released, we will have to generate the models again and adapt changes.
Create guide for porting new versions of adaptive cards
Create a runbook and do it manually first time around to learn what to do. Runbook should include:
Create script for automating this process
The library should self maintain this process as much as possible. For that:
Currently
acp(adaptive_cards_python) supports everything but when a new version of the JSON Schema is inevitable released, we will have to generate the models again and adapt changes.Create guide for porting new versions of adaptive cards
Create a runbook and do it manually first time around to learn what to do. Runbook should include:
Create script for automating this process
The library should self maintain this process as much as possible. For that:
astandimportliband the ast/source of the generated code, and making the code changes.