Oracle Database · Schema

DatabaseLink

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
owner string
db_link string
username string
host string
created string
View JSON Schema on GitHub

JSON Schema

oracle-database-databaselink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DatabaseLink",
  "title": "DatabaseLink",
  "type": "object",
  "properties": {
    "owner": {
      "type": "string"
    },
    "db_link": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "created": {
      "type": "string",
      "format": "date-time"
    }
  }
}