Oracle Database · Schema

UpdatePluggableDatabaseDetails

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
freeformTags object
definedTags object
View JSON Schema on GitHub

JSON Schema

oracle-database-updatepluggabledatabasedetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdatePluggableDatabaseDetails",
  "title": "UpdatePluggableDatabaseDetails",
  "type": "object",
  "properties": {
    "freeformTags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "definedTags": {
      "type": "object",
      "additionalProperties": {
        "type": "object"
      }
    }
  }
}