AppDeploymentRuntime

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
identity array
name string Application name
links array
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-appdeploymentruntime-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppDeploymentRuntime",
  "title": "AppDeploymentRuntime",
  "type": "object",
  "properties": {
    "identity": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "name": {
      "type": "string",
      "description": "Application name"
    },
    "links": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Link"
      }
    }
  }
}