When fetching a template via API call, does the response payload also include the JSON schema? #154
Unanswered
DigbijayineeClara07
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Yes. The JSON schema is included in the API response payload, but it is Base64-encoded. The encoded schema could be decoded to retrieve the actual JSON schema in case it is needed.
All reactions