SAP Concur · JSON Structure

Sap Concur Expense Link Structure

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

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

Properties

rel href hreflang

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Link",
  "type": "object",
  "properties": {
    "rel": {
      "type": "string"
    },
    "href": {
      "type": "string"
    },
    "hreflang": {
      "type": "string"
    }
  }
}