Identity

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
identity array
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-identity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Identity",
  "title": "Identity",
  "type": "object",
  "properties": {
    "identity": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}