Skip to content

Instantly share code, notes, and snippets.

@ljlabs
Last active August 29, 2022 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljlabs/2e6af39ff3bcb01f94ac2782d9cb46e9 to your computer and use it in GitHub Desktop.
Save ljlabs/2e6af39ff3bcb01f94ac2782d9cb46e9 to your computer and use it in GitHub Desktop.
{
"string_id": "THE ID OF THE STRING NEEDED",
...
}
{
"source": "WHERE TO FIND THE STRING",
"format": "IS THIS NEEDED AS A JSON_OBJECT|STRING",
"template_example": "{'name': '${S3|BUCKET_NAME.PATH|item_path_in_ORACLE_response}'}",
...
}
{
"page_id": "THIS INFORMS THE RULE ON WHICH TEMPLATE NEEDS TO BE SHOWN"
...
}
{
"component_type": "COMPONENT NAME RENDERED ON THE CLIENT APPLICATION",
"title": "THIS WILL BE RENDERED IN THE TITLE SECTION OF THE {component_type}",
"example_text": "There has been ${ORACLE|key_id|item_path_in_ORACLE_response}",
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment