Link

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
rel string
href string
title string
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Link",
  "title": "Link",
  "type": "object",
  "properties": {
    "rel": {
      "type": "string"
    },
    "href": {
      "type": "string",
      "format": "uri"
    },
    "title": {
      "type": "string"
    }
  }
}