Skip to main content

RouteSelectorSection

iduuid
title object
anyOf
string
description object
anyOf
string
componentComponent (string)
Default value: RouteSelector
mandatoryMandatory (boolean)
Default value: false
display_condition object
anyOf
root objectrequired
kind

Possible values: [atom, group]

related_section objectrequired
anyOf
integer
comparatorComparator (string)

Possible values: [eq, in, contains, regex, truthy, falsy]

Default value: eq
value object
anyOf
string
component_data object[]
  • Array [
  • titleTitle (string)required
    keyKey (string)
    Default value:
    etaEta (string)required
    subtitleSubtitle (string)required
    stepsstring[]required
    assetsstring[]required
    favoriteFavorite (boolean)
    Default value: false
    fallbackFallback (boolean)
    Default value: false
  • ]
  • response object
    anyOf
    string
    completedCompleted (boolean)
    Default value: false
    displayDisplay (boolean)
    Default value: true
    RouteSelectorSection
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "title": "string",
    "description": "string",
    "component": "RouteSelector",
    "mandatory": false,
    "display_condition": {
    "root": {
    "kind": "group",
    "operator": "AND",
    "negate": false,
    "children": [
    null,
    {
    "kind": "atom",
    "related_section": 0,
    "comparator": "eq",
    "value": "string"
    }
    ]
    }
    },
    "component_data": [
    {
    "title": "string",
    "key": "string",
    "eta": "string",
    "subtitle": "string",
    "steps": [
    "string"
    ],
    "assets": [
    "string"
    ],
    "favorite": false,
    "fallback": false
    }
    ],
    "response": "string",
    "completed": false,
    "display": true
    }