IBM WebSphere · Schema

ResourceType

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string
description string
href string
View JSON Schema on GitHub

JSON Schema

websphere-admin-rest-resource-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceType",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "href": {
      "type": "string"
    }
  }
}