Created
August 31, 2023 06:55
-
-
Save schmunk42/b064e5f478afb7a73058931b73c413c6 to your computer and use it in GitHub Desktop.
json-editor issue 1383
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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