Properties
| Name | Type | Description |
|---|---|---|
| id | string | The OCID of the Autonomous Database |
| compartmentId | string | |
| displayName | string | |
| dbName | string | |
| dbVersion | string | |
| dbWorkload | string | |
| cpuCoreCount | integer | |
| dataStorageSizeInTBs | integer | |
| dataStorageSizeInGBs | integer | |
| isAutoScalingEnabled | boolean | |
| isDedicated | boolean | |
| isFreeTier | boolean | |
| lifecycleState | string | |
| connectionStrings | object | |
| connectionUrls | object | |
| timeCreated | string | |
| licenseModel | string | |
| whitelistedIps | array | |
| freeformTags | object | |
| definedTags | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AutonomousDatabase",
"title": "AutonomousDatabase",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The OCID of the Autonomous Database"
},
"compartmentId": {
"type": "string"
},
"displayName": {
"type": "string"
},
"dbName": {
"type": "string"
},
"dbVersion": {
"type": "string"
},
"dbWorkload": {
"type": "string",
"enum": [
"OLTP",
"DW",
"AJD",
"APEX"
]
},
"cpuCoreCount": {
"type": "integer"
},
"dataStorageSizeInTBs": {
"type": "integer"
},
"dataStorageSizeInGBs": {
"type": "integer"
},
"isAutoScalingEnabled": {
"type": "boolean"
},
"isDedicated": {
"type": "boolean"
},
"isFreeTier": {
"type": "boolean"
},
"lifecycleState": {
"type": "string",
"enum": [
"PROVISIONING",
"AVAILABLE",
"STOPPING",
"STOPPED",
"STARTING",
"TERMINATING",
"TERMINATED",
"UNAVAILABLE",
"RESTORE_IN_PROGRESS",
"BACKUP_IN_PROGRESS",
"SCALE_IN_PROGRESS",
"UPDATING",
"MAINTENANCE_IN_PROGRESS"
]
},
"connectionStrings": {
"type": "object",
"properties": {
"high": {
"type": "string"
},
"medium": {
"type": "string"
},
"low": {
"type": "string"
}
}
},
"connectionUrls": {
"type": "object",
"properties": {
"sqlDevWebUrl": {
"type": "string",
"format": "uri"
},
"apexUrl": {
"type": "string",
"format": "uri"
},
"machineLearningUserManagementUrl": {
"type": "string",
"format": "uri"
},
"graphStudioUrl": {
"type": "string",
"format": "uri"
}
}
},
"timeCreated": {
"type": "string",
"format": "date-time"
},
"licenseModel": {
"type": "string",
"enum": [
"LICENSE_INCLUDED",
"BRING_YOUR_OWN_LICENSE"
]
},
"whitelistedIps": {
"type": "array",
"items": {
"type": "string"
}
},
"freeformTags": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"definedTags": {
"type": "object",
"additionalProperties": {
"type": "object"
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oracle-database-autonomousdatabase"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.