SAP Concur · JSON Structure

Sap Concur Expense Form Field Structure

Type: object Properties: 8
Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

FormField is a JSON Structure definition published by SAP Concur, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id label controlType dataType isRequired isCustom maxLength sequence

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FormField",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "controlType": {
      "type": "string"
    },
    "dataType": {
      "type": "string"
    },
    "isRequired": {
      "type": "boolean"
    },
    "isCustom": {
      "type": "boolean"
    },
    "maxLength": {
      "type": "integer"
    },
    "sequence": {
      "type": "integer"
    }
  }
}