We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Schema for workflow { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Generated schema for Root", "type": "object", "properties": { "tenantId": { "type": "string", "default": "pg" }, "businessService": { "type": "string" }, "business": { "type": "string" }, "businessServiceSla": { "type": "number" }, "states": { "type": "array", "items": { "type": "object", "properties": { "sla": { "type": "number" }, "state": { "type": "string" }, "applicationStatus": { "type": "string" }, "docUploadRequired": { "type": "boolean" }, "isStartState": { "type": "boolean" }, "isTerminateState": { "type": "boolean" }, "isStateUpdatable": { "type": "boolean" }, "actions": { "type": "array", "items": { "type": "object", "properties": { "action": { "type": "string" }, "nextState": { "type": "string" }, "roles": { "type": "array", "items": { "type": "string" } } }, "required": [ "action", "nextState", "roles" ] } } }, "required": [ "docUploadRequired", "isStartState", "isTerminateState", "isStateUpdatable", "actions" ] } } }, "required": [ "tenantId", "businessService", "business", "businessServiceSla", "states" ], "x-unique": [ "tenantId", "businessService" ], "x-ref-schema": [ { "fieldPath": "states.*.actions.*.roles", "schemaCode": "ACCESSCONTROL-ROLES.roles" } ], "x-ui-schema": { "ui:order": [ "businessService", "business", "businessServiceSla", "tenantId", "*" ] } }
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Generated schema for Root", "type": "object", "properties": { "tenantId": { "type": "string", "default": "pg" }, "businessService": { "type": "string" }, "business": { "type": "string" }, "businessServiceSla": { "type": "number" }, "states": { "type": "array", "items": { "type": "object", "properties": { "sla": { "type": "number" }, "state": { "type": "string" }, "applicationStatus": { "type": "string" }, "docUploadRequired": { "type": "boolean" }, "isStartState": { "type": "boolean" }, "isTerminateState": { "type": "boolean" }, "isStateUpdatable": { "type": "boolean" }, "actions": { "type": "array", "items": { "type": "object", "properties": { "action": { "type": "string" }, "nextState": { "type": "string" }, "roles": { "type": "array", "items": { "type": "string" } } }, "required": [ "action", "nextState", "roles" ] } } }, "required": [ "docUploadRequired", "isStartState", "isTerminateState", "isStateUpdatable", "actions" ] } } }, "required": [ "tenantId", "businessService", "business", "businessServiceSla", "states" ], "x-unique": [ "tenantId", "businessService" ], "x-ref-schema": [ { "fieldPath": "states.*.actions.*.roles", "schemaCode": "ACCESSCONTROL-ROLES.roles" } ], "x-ui-schema": { "ui:order": [ "businessService", "business", "businessServiceSla", "tenantId", "*" ] } }
Sorry, something went wrong.
jagankumar-egov
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: