Oracle Database · Schema

APEXOverview

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
total_workspaces integer
total_applications integer
total_developers integer
View JSON Schema on GitHub

JSON Schema

oracle-database-apexoverview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/APEXOverview",
  "title": "APEXOverview",
  "type": "object",
  "properties": {
    "total_workspaces": {
      "type": "integer"
    },
    "total_applications": {
      "type": "integer"
    },
    "total_developers": {
      "type": "integer"
    }
  }
}