JMSConnectionFactoryCreateRequest

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
name string
subDeploymentName string
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-jmsconnectionfactorycreaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JMSConnectionFactoryCreateRequest",
  "title": "JMSConnectionFactoryCreateRequest",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "subDeploymentName": {
      "type": "string"
    }
  }
}