Oracle Database · Schema

SQLText

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
sql_id string
sql_fulltext string
View JSON Schema on GitHub

JSON Schema

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