# MatchingResponse

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    MatchingResponse:
      type: object
      properties:
        success:
          type: boolean
        developer_id:
          type: string
        developer_name:
          type: string
        total_matches:
          type: integer
        min_match_score:
          type: number
        matches:
          type: array
          items:
            type: object
            x-apidog-orders: []
      x-apidog-orders:
        - success
        - developer_id
        - developer_name
        - total_matches
        - min_match_score
        - matches
      x-apidog-folder: ''
  securitySchemes: {}
servers:
  - url: https://xmsx-hkkx-nz6p.n7e.xano.io/api:v1
    description: Production server
security: []

```
