Oracle Database · Schema

APEXApplicationRequest

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
application_name string
workspace string
View JSON Schema on GitHub

JSON Schema

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