SAP HANA · Schema

InstanceMappingList

A list of instance mappings for an SAP HANA Cloud service instance.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
items array The list of instance mappings.
View JSON Schema on GitHub

JSON Schema

sap-hana-instancemappinglist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstanceMappingList",
  "title": "InstanceMappingList",
  "type": "object",
  "description": "A list of instance mappings for an SAP HANA Cloud service instance.",
  "properties": {
    "items": {
      "type": "array",
      "description": "The list of instance mappings.",
      "items": {
        "$ref": "#/components/schemas/InstanceMapping"
      },
      "example": []
    }
  }
}