Oracle Database · Schema

DocumentMetadata

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
id string
etag string
lastModified string
created string
View JSON Schema on GitHub

JSON Schema

oracle-database-documentmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentMetadata",
  "title": "DocumentMetadata",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "lastModified": {
      "type": "string",
      "format": "date-time"
    },
    "created": {
      "type": "string",
      "format": "date-time"
    }
  }
}