{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DataSource", "type": "object", "properties": { "name": { "type": "string" }, "jndiName": { "type": "string" }, "databaseType": { "type": "string" }, "jdbcProvider": { "type": "string" }, "connectionPool": { "type": "object" }, "status": { "type": "string" } } }