IBM WebSphere · Schema

AttributeValue

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string
value string
type string
View JSON Schema on GitHub

JSON Schema

websphere-liberty-rest-connector-attribute-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AttributeValue",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}