Oracle Database · Schema

FunctionMetadata

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
object_id integer
owner string
object_name string
object_type string
status string
View JSON Schema on GitHub

JSON Schema

oracle-database-functionmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FunctionMetadata",
  "title": "FunctionMetadata",
  "type": "object",
  "properties": {
    "object_id": {
      "type": "integer"
    },
    "owner": {
      "type": "string"
    },
    "object_name": {
      "type": "string"
    },
    "object_type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}