Oracle Database · Schema

Link

CloudDatabaseEnterpriseOracleREST APISQL

Properties

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

JSON Schema

oracle-database-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"
    }
  }
}