Oracle Database · Schema

DatabaseParameter

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
name string
value string
display_value string
isdefault string
ismodified string
type string
description string
View JSON Schema on GitHub

JSON Schema

oracle-database-databaseparameter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DatabaseParameter",
  "title": "DatabaseParameter",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "display_value": {
      "type": "string"
    },
    "isdefault": {
      "type": "string"
    },
    "ismodified": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}