JDBCSystemResource

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
identity array
name string JDBC system resource name
targets array Deployment targets
descriptorFileName string
links array
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-jdbcsystemresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JDBCSystemResource",
  "title": "JDBCSystemResource",
  "type": "object",
  "properties": {
    "identity": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "name": {
      "type": "string",
      "description": "JDBC system resource name"
    },
    "targets": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Identity"
      },
      "description": "Deployment targets"
    },
    "descriptorFileName": {
      "type": "string"
    },
    "links": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Link"
      }
    }
  }
}