Skip to content

Instantly share code, notes, and snippets.

@schmunk42
Created August 31, 2023 06:55
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 schmunk42/b064e5f478afb7a73058931b73c413c6 to your computer and use it in GitHub Desktop.
Save schmunk42/b064e5f478afb7a73058931b73c413c6 to your computer and use it in GitHub Desktop.
json-editor issue 1383
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"activity-timeout": {
"description": "How long a CMFActivity-initiated transaction may last, in seconds",
"default": null,
"type": [
"number",
"null"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment