Oracle Database · Schema

APEXWorkspace

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
workspace_name string
workspace_id integer
schemas array
View JSON Schema on GitHub

JSON Schema

oracle-database-apexworkspace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/APEXWorkspace",
  "title": "APEXWorkspace",
  "type": "object",
  "properties": {
    "workspace_name": {
      "type": "string"
    },
    "workspace_id": {
      "type": "integer"
    },
    "schemas": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}