{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DataPumpJob", "title": "DataPumpJob", "type": "object", "properties": { "owner_name": { "type": "string" }, "job_name": { "type": "string" }, "operation": { "type": "string" }, "job_mode": { "type": "string" }, "state": { "type": "string" }, "degree": { "type": "integer" }, "attached_sessions": { "type": "integer" } } }