Skip to content

Commit

Permalink
Update analysis report snapshot schema
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKhatri committed Sep 20, 2023
1 parent 4324861 commit 1c0657e
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions apps/commons/schema_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,47 @@ class AnalysisReport:
organizations {
...OrganizationGeneralResponse
}
configuration {
containerStyle {
border {
...BorderStyle
}
padding {
...PaddingStyle
}
background {
color
opacity
}
}
textContentStyle {
content {
...TextStyle
}
}
imageContentStyle {
caption {
...TextStyle
}
}
headingContentStyle {
h1 {
...TextStyle
}
h2 {
...TextStyle
}
h3 {
...TextStyle
}
h4 {
...TextStyle
}
}
bodyStyle {
gap
}
}
containers {
id
clientId
Expand Down

0 comments on commit 1c0657e

Please sign in to comment.