Newer Version Available
Context Definition Input
Input representation of the context definition.
- JSON example
-
1{ 2 "name": "Example Defintion", 3 "description": "Example Description", 4 "developerName": "ExampleDevelopername", 5 "startDate": "2023-06-02T00:00:00.000Z", 6 "endDate": "2025-06-20T00:00:00.000Z" 7} - Properties
-
Name Type Description Required or Optional Available Version contextTtl Integer Time to live (TTL) of context. Optional 59.0 description String Short description of context definition. Optional 59.0 developerName String Developer name. Required 59.0 endDate String End date till context definition is valid. Optional 59.0 isActive Boolean Specifies whether context is active (true) or not (false). Optional 59.0 name String Name of the context definition. Required 59.0 payload String JSON payload containing all the definitions and mappings. Optional 59.0 sourceDefinitionId String Source context definition ID. Optional 59.0 startDate String Start date from when context definition is valid. Required 59.0