naftiko: 1.0.0-alpha2 info: label: IXON API — MyCompanyCustomProperty description: 'IXON API — MyCompanyCustomProperty. 2 operations. Lead operation: MyCompanyCustomProperty. Self-contained Naftiko capability covering one Ixon business surface.' tags: - Ixon - MyCompanyCustomProperty created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: IXON_API_KEY: IXON_API_KEY capability: consumes: - type: http namespace: ixon-mycompanycustomproperty baseUri: https://portal.ixon.cloud:443/api description: IXON API — MyCompanyCustomProperty business capability. Self-contained, no shared references. resources: - name: companies-me-custom-properties-publicId path: /companies/me/custom-properties/{publicId} operations: - name: patch method: PATCH description: MyCompanyCustomProperty outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: publicId in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: delete method: DELETE description: MyCompanyCustomProperty outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: publicId in: path type: string required: true authentication: type: bearer token: '{{env.IXON_API_KEY}}' exposes: - type: rest namespace: ixon-mycompanycustomproperty-rest port: 8080 description: REST adapter for IXON API — MyCompanyCustomProperty. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/companies/me/custom-properties/{publicid} name: companies-me-custom-properties-publicid description: REST surface for companies-me-custom-properties-publicId. operations: - method: PATCH name: patch description: MyCompanyCustomProperty call: ixon-mycompanycustomproperty.patch with: publicId: rest.publicId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: MyCompanyCustomProperty call: ixon-mycompanycustomproperty.delete with: publicId: rest.publicId outputParameters: - type: object mapping: $. - type: mcp namespace: ixon-mycompanycustomproperty-mcp port: 9090 transport: http description: MCP adapter for IXON API — MyCompanyCustomProperty. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: mycompanycustomproperty description: MyCompanyCustomProperty hints: readOnly: false destructive: false idempotent: true call: ixon-mycompanycustomproperty.patch with: publicId: tools.publicId body: tools.body outputParameters: - type: object mapping: $. - name: mycompanycustomproperty-2 description: MyCompanyCustomProperty hints: readOnly: false destructive: true idempotent: true call: ixon-mycompanycustomproperty.delete with: publicId: tools.publicId outputParameters: - type: object mapping: $.