naftiko: 1.0.0-alpha2 info: label: Oracle GoldenGate Veridata REST API — Validation description: 'Oracle GoldenGate Veridata REST API — Validation. 4 operations. Lead operation: Oracle Goldengate Validate a Compare Pair. Self-contained Naftiko capability covering one Oracle Goldengate business surface.' tags: - Oracle Goldengate - Validation created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ORACLE_GOLDENGATE_API_KEY: ORACLE_GOLDENGATE_API_KEY capability: consumes: - type: http namespace: veridata-rest-validation baseUri: https://{veridata-host}:{port}/veridata/v1 description: Oracle GoldenGate Veridata REST API — Validation business capability. Self-contained, no shared references. resources: - name: services-configuration-cps-validate-Id path: /services/configuration/cps/validate/{Id} operations: - name: validatecomparepair method: POST description: Oracle Goldengate Validate a Compare Pair outputRawFormat: json outputParameters: - name: result type: object value: $. - name: services-configuration-groups-validate-Id path: /services/configuration/groups/validate/{Id} operations: - name: validategroup method: POST description: Oracle Goldengate Validate a Compare Group outputRawFormat: json outputParameters: - name: result type: object value: $. - name: services-validate-connection path: /services/validate/connection operations: - name: validateagentconnection method: POST description: Oracle Goldengate Validate Agent Connection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: services-validate-connection-db path: /services/validate/connection/db operations: - name: validatedatabaseconnection method: POST description: Oracle Goldengate Validate Database Connection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: basic username: '{{env.ORACLE_GOLDENGATE_USER}}' password: '{{env.ORACLE_GOLDENGATE_PASS}}' exposes: - type: rest namespace: veridata-rest-validation-rest port: 8080 description: REST adapter for Oracle GoldenGate Veridata REST API — Validation. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/services/configuration/cps/validate/{id} name: services-configuration-cps-validate-id description: REST surface for services-configuration-cps-validate-Id. operations: - method: POST name: validatecomparepair description: Oracle Goldengate Validate a Compare Pair call: veridata-rest-validation.validatecomparepair outputParameters: - type: object mapping: $. - path: /v1/services/configuration/groups/validate/{id} name: services-configuration-groups-validate-id description: REST surface for services-configuration-groups-validate-Id. operations: - method: POST name: validategroup description: Oracle Goldengate Validate a Compare Group call: veridata-rest-validation.validategroup outputParameters: - type: object mapping: $. - path: /v1/services/validate/connection name: services-validate-connection description: REST surface for services-validate-connection. operations: - method: POST name: validateagentconnection description: Oracle Goldengate Validate Agent Connection call: veridata-rest-validation.validateagentconnection with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/services/validate/connection/db name: services-validate-connection-db description: REST surface for services-validate-connection-db. operations: - method: POST name: validatedatabaseconnection description: Oracle Goldengate Validate Database Connection call: veridata-rest-validation.validatedatabaseconnection with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: veridata-rest-validation-mcp port: 9090 transport: http description: MCP adapter for Oracle GoldenGate Veridata REST API — Validation. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: oracle-goldengate-validate-compare-pair description: Oracle Goldengate Validate a Compare Pair hints: readOnly: true destructive: false idempotent: false call: veridata-rest-validation.validatecomparepair outputParameters: - type: object mapping: $. - name: oracle-goldengate-validate-compare-group description: Oracle Goldengate Validate a Compare Group hints: readOnly: true destructive: false idempotent: false call: veridata-rest-validation.validategroup outputParameters: - type: object mapping: $. - name: oracle-goldengate-validate-agent-connection description: Oracle Goldengate Validate Agent Connection hints: readOnly: true destructive: false idempotent: false call: veridata-rest-validation.validateagentconnection with: body: tools.body outputParameters: - type: object mapping: $. - name: oracle-goldengate-validate-database-connection description: Oracle Goldengate Validate Database Connection hints: readOnly: true destructive: false idempotent: false call: veridata-rest-validation.validatedatabaseconnection with: body: tools.body outputParameters: - type: object mapping: $.