APIProductRequest

API ManagementCloud IntegrationEnterprise IntegrationEvent MeshiPaaSSAPSAP BTP

Properties

Name Type Description
name string Product name
title string Display title
description string Description
apiProxies array
View JSON Schema on GitHub

JSON Schema

sap-integration-suite-apiproductrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/APIProductRequest",
  "title": "APIProductRequest",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Product name"
    },
    "title": {
      "type": "string",
      "description": "Display title"
    },
    "description": {
      "type": "string",
      "description": "Description"
    },
    "apiProxies": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}