GetJsonataFunctionResp

  • body
    Type: string
    required

    The JSONata function body

  • createdAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • createdByUid
    Type: string
    required
  • id
    Type: string
    required
  • key
    Type: string
    required
  • returnType
    Type: object
    required
    • schemaDefinition
      Type: object

      JSON Schema definition if type is 'object'

    • type
      Type: stringenum
      values
      • string
      • number
      • boolean
      • object
  • status
    Type: stringenum
    required
    values
    • Draft
    • Active
    • Deprecated
  • updatedAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • version
    Type: string
    required
  • functionDependencies
    Type: array object[]

    Other functions that this function depends on

    • functionKey
      Type: string
    • functionVersion
      Type: string
  • name
    Type: string
  • params
    Type: array object[]
    • paramName
      Type: string
    • paramType
      Type: stringenum
      values
      • string
      • number
      • boolean
      • object
    • schemaDefinition
      Type: object

      JSON Schema definition if paramType is 'object'