{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Pipeline", "type": "object", "properties": { "id": { "type": "string" }, "displayName": { "type": "string" }, "description": { "type": "string" }, "compartmentId": { "type": "string" }, "sourceConnectionDetailId": { "type": "string" }, "targetConnectionDetailId": { "type": "string" }, "lifecycleState": { "type": "string" }, "timeCreated": { "type": "string" }, "timeUpdated": { "type": "string" } } }