SAP Concur · JSON Structure

Sap Concur Expense Comment Structure

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

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

Properties

comment author creationDate isLatest isAuditLog

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Comment",
  "type": "object",
  "properties": {
    "comment": {
      "type": "string"
    },
    "author": {
      "type": "object"
    },
    "creationDate": {
      "type": "string"
    },
    "isLatest": {
      "type": "boolean"
    },
    "isAuditLog": {
      "type": "boolean"
    }
  }
}