{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdatePluggableDatabaseDetails", "title": "UpdatePluggableDatabaseDetails", "type": "object", "properties": { "freeformTags": { "type": "object", "additionalProperties": { "type": "string" } }, "definedTags": { "type": "object", "additionalProperties": { "type": "object" } } } }