{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-cloud/refs/heads/main/json-schema/database-autonomous-database-summary-schema.json", "title": "AutonomousDatabaseSummary", "description": "Summary of an Autonomous Database.", "type": "object", "properties": { "id": { "type": "string", "example": "ocid1.resource.oc1.iad.abcdefg123456" }, "compartmentId": { "type": "string", "example": "ocid1.resource.oc1.iad.abcdefg123456" }, "displayName": { "type": "string", "example": "my-resource" }, "dbName": { "type": "string", "example": "example-value" }, "cpuCoreCount": { "type": "integer", "example": 1 }, "dataStorageSizeInTBs": { "type": "integer", "example": 1 }, "dbWorkload": { "type": "string", "example": "example-value" }, "lifecycleState": { "type": "string", "example": "example-value" }, "isFreeTier": { "type": "boolean", "example": true }, "timeCreated": { "type": "string", "format": "date-time", "example": "2026-04-18T10:30:00Z" } } }