Skip to content

Commit

Permalink
chore: build schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vehmloewff committed Oct 27, 2024
1 parent b5ab34c commit 220656b
Show file tree
Hide file tree
Showing 2 changed files with 1,266 additions and 1,321 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/example/objectionapp/View.kt
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ sealed class CardContainer {
val title: String? = null,
) : CardContainer()

@Serializable
@SerialName("CustomCardContainer")
data class CustomCardContainer(
val objectId: String? = null,
val title: String? = null,
Expand Down
Loading

0 comments on commit 220656b

Please sign in to comment.