SAP HANA · JSON Structure

Sap Hana Cloud Rest Service Instance List Structure

Type: object Properties: 3
AnalyticsCloudDatabaseEnterpriseIn-Memory

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

Properties

num_items items token

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceInstanceList",
  "type": "object",
  "properties": {
    "num_items": {
      "type": "integer"
    },
    "items": {
      "type": "array"
    },
    "token": {
      "type": "string"
    }
  }
}