Oracle Database · Schema

SnapshotMode

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
snapshot_mode string
View JSON Schema on GitHub

JSON Schema

oracle-database-snapshotmode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SnapshotMode",
  "title": "SnapshotMode",
  "type": "object",
  "properties": {
    "snapshot_mode": {
      "type": "string"
    }
  }
}