APIs.io Engineering Platform Cloudflare API — Vectorize

APIs.io Engineering Platform Cloudflare API — Vectorize. 13 operations. Lead operation: APIs.io Engineering Platform List Vectorize Indexes. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformVectorize

What You Can Do

GET
Vectorizelistvectorizeindexes — APIs.io Engineering Platform List Vectorize Indexes
/v1/accounts/{account-id}/vectorize/v2/indexes
POST
Vectorizecreatevectorizeindex — APIs.io Engineering Platform Create Vectorize Index
/v1/accounts/{account-id}/vectorize/v2/indexes
DELETE
Vectorizedeletevectorizeindex — APIs.io Engineering Platform Delete Vectorize Index
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}
GET
Vectorizegetvectorizeindex — APIs.io Engineering Platform Get Vectorize Index
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}
POST
Vectorizedeletevectorsbyid — APIs.io Engineering Platform Delete Vectors By Identifier
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/delete-by-ids
POST
Vectorizegetvectorsbyid — APIs.io Engineering Platform Get Vectors By Identifier
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/get-by-ids
GET
Vectorizeindexinfo — APIs.io Engineering Platform Get Vectorize Index Info
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/info
POST
Vectorizeinsertvector — APIs.io Engineering Platform Insert Vectors
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/insert
POST
Vectorizecreatemetadataindex — APIs.io Engineering Platform Create Metadata Index
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/metadata-index/create
POST
Vectorizedeletemetadataindex — APIs.io Engineering Platform Delete Metadata Index
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/metadata-index/delete
GET
Vectorizelistmetadataindexes — APIs.io Engineering Platform List Metadata Indexes
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/metadata-index/list
POST
Vectorizequeryvector — APIs.io Engineering Platform Query Vectors
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/query
POST
Vectorizeupsertvector — APIs.io Engineering Platform Upsert Vectors
/v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/upsert

MCP Tools

apis-io-engineering-platform-list-vectorize

APIs.io Engineering Platform List Vectorize Indexes

read-only idempotent
apis-io-engineering-platform-create-vectorize

APIs.io Engineering Platform Create Vectorize Index

apis-io-engineering-platform-delete-vectorize

APIs.io Engineering Platform Delete Vectorize Index

idempotent
apis-io-engineering-platform-get-vectorize

APIs.io Engineering Platform Get Vectorize Index

read-only idempotent
apis-io-engineering-platform-delete-vectors

APIs.io Engineering Platform Delete Vectors By Identifier

apis-io-engineering-platform-get-vectors

APIs.io Engineering Platform Get Vectors By Identifier

read-only
apis-io-engineering-platform-get-vectorize-2

APIs.io Engineering Platform Get Vectorize Index Info

read-only idempotent
apis-io-engineering-platform-insert-vectors

APIs.io Engineering Platform Insert Vectors

apis-io-engineering-platform-create-metadata

APIs.io Engineering Platform Create Metadata Index

apis-io-engineering-platform-delete-metadata

APIs.io Engineering Platform Delete Metadata Index

apis-io-engineering-platform-list-metadata

APIs.io Engineering Platform List Metadata Indexes

read-only idempotent
apis-io-engineering-platform-query-vectors

APIs.io Engineering Platform Query Vectors

read-only
apis-io-engineering-platform-upsert-vectors

APIs.io Engineering Platform Upsert Vectors

Capability Spec

cloudflare-vectorize.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Vectorize
  description: 'APIs.io Engineering Platform Cloudflare API — Vectorize. 13 operations. Lead operation: APIs.io Engineering
    Platform List Vectorize Indexes. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Vectorize
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-vectorize
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Vectorize business capability. Self-contained, no shared references.
    resources:
    - name: accounts-account_id-vectorize-v2-indexes
      path: /accounts/{account_id}/vectorize/v2/indexes
      operations:
      - name: vectorizelistvectorizeindexes
        method: GET
        description: APIs.io Engineering Platform List Vectorize Indexes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: vectorizecreatevectorizeindex
        method: POST
        description: APIs.io Engineering Platform Create Vectorize Index
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-v2-indexes-index_name
      path: /accounts/{account_id}/vectorize/v2/indexes/{index_name}
      operations:
      - name: vectorizedeletevectorizeindex
        method: DELETE
        description: APIs.io Engineering Platform Delete Vectorize Index
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
      - name: vectorizegetvectorizeindex
        method: GET
        description: APIs.io Engineering Platform Get Vectorize Index
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
    - name: accounts-account_id-vectorize-v2-indexes-index_name-delete_by_ids
      path: /accounts/{account_id}/vectorize/v2/indexes/{index_name}/delete_by_ids
      operations:
      - name: vectorizedeletevectorsbyid
        method: POST
        description: APIs.io Engineering Platform Delete Vectors By Identifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-v2-indexes-index_name-get_by_ids
      path: /accounts/{account_id}/vectorize/v2/indexes/{index_name}/get_by_ids
      operations:
      - name: vectorizegetvectorsbyid
        method: POST
        description: APIs.io Engineering Platform Get Vectors By Identifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-v2-indexes-index_name-info
      path: /accounts/{account_id}/vectorize/v2/indexes/{index_name}/info
      operations:
      - name: vectorizeindexinfo
        method: GET
        description: APIs.io Engineering Platform Get Vectorize Index Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
    - name: accounts-account_id-vectorize-v2-indexes-index_name-insert
      path: /accounts/{account_id}/vectorize/v2/indexes/{index_name}/insert
      operations:
      - name: vectorizeinsertvector
        method: POST
        description: APIs.io Engineering Platform Insert Vectors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: unparsable-behavior
          in: query
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-v2-indexes-index_name-metadata_index-create
      path: /accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/create
      operations:
      - name: vectorizecreatemetadataindex
        method: POST
        description: APIs.io Engineering Platform Create Metadata Index
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-v2-indexes-index_name-metadata_index-delete
      path: /accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/delete
      operations:
      - name: vectorizedeletemetadataindex
        method: POST
        description: APIs.io Engineering Platform Delete Metadata Index
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-v2-indexes-index_name-metadata_index-list
      path: /accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/list
      operations:
      - name: vectorizelistmetadataindexes
        method: GET
        description: APIs.io Engineering Platform List Metadata Indexes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
    - name: accounts-account_id-vectorize-v2-indexes-index_name-query
      path: /accounts/{account_id}/vectorize/v2/indexes/{index_name}/query
      operations:
      - name: vectorizequeryvector
        method: POST
        description: APIs.io Engineering Platform Query Vectors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-vectorize-v2-indexes-index_name-upsert
      path: /accounts/{account_id}/vectorize/v2/indexes/{index_name}/upsert
      operations:
      - name: vectorizeupsertvector
        method: POST
        description: APIs.io Engineering Platform Upsert Vectors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: index_name
          in: path
          type: string
          required: true
        - name: unparsable-behavior
          in: query
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-vectorize-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Vectorize. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes
      name: accounts-account-id-vectorize-v2-indexes
      description: REST surface for accounts-account_id-vectorize-v2-indexes.
      operations:
      - method: GET
        name: vectorizelistvectorizeindexes
        description: APIs.io Engineering Platform List Vectorize Indexes
        call: cloudflare-vectorize.vectorizelistvectorizeindexes
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: vectorizecreatevectorizeindex
        description: APIs.io Engineering Platform Create Vectorize Index
        call: cloudflare-vectorize.vectorizecreatevectorizeindex
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}
      name: accounts-account-id-vectorize-v2-indexes-index-name
      description: REST surface for accounts-account_id-vectorize-v2-indexes-index_name.
      operations:
      - method: DELETE
        name: vectorizedeletevectorizeindex
        description: APIs.io Engineering Platform Delete Vectorize Index
        call: cloudflare-vectorize.vectorizedeletevectorizeindex
        with:
          account_id: rest.account_id
          index_name: rest.index_name
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: vectorizegetvectorizeindex
        description: APIs.io Engineering Platform Get Vectorize Index
        call: cloudflare-vectorize.vectorizegetvectorizeindex
        with:
          account_id: rest.account_id
          index_name: rest.index_name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/delete-by-ids
      name: accounts-account-id-vectorize-v2-indexes-index-name-delete-by-ids
      description: REST surface for accounts-account_id-vectorize-v2-indexes-index_name-delete_by_ids.
      operations:
      - method: POST
        name: vectorizedeletevectorsbyid
        description: APIs.io Engineering Platform Delete Vectors By Identifier
        call: cloudflare-vectorize.vectorizedeletevectorsbyid
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/get-by-ids
      name: accounts-account-id-vectorize-v2-indexes-index-name-get-by-ids
      description: REST surface for accounts-account_id-vectorize-v2-indexes-index_name-get_by_ids.
      operations:
      - method: POST
        name: vectorizegetvectorsbyid
        description: APIs.io Engineering Platform Get Vectors By Identifier
        call: cloudflare-vectorize.vectorizegetvectorsbyid
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/info
      name: accounts-account-id-vectorize-v2-indexes-index-name-info
      description: REST surface for accounts-account_id-vectorize-v2-indexes-index_name-info.
      operations:
      - method: GET
        name: vectorizeindexinfo
        description: APIs.io Engineering Platform Get Vectorize Index Info
        call: cloudflare-vectorize.vectorizeindexinfo
        with:
          account_id: rest.account_id
          index_name: rest.index_name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/insert
      name: accounts-account-id-vectorize-v2-indexes-index-name-insert
      description: REST surface for accounts-account_id-vectorize-v2-indexes-index_name-insert.
      operations:
      - method: POST
        name: vectorizeinsertvector
        description: APIs.io Engineering Platform Insert Vectors
        call: cloudflare-vectorize.vectorizeinsertvector
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          unparsable-behavior: rest.unparsable-behavior
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/metadata-index/create
      name: accounts-account-id-vectorize-v2-indexes-index-name-metadata-index-create
      description: REST surface for accounts-account_id-vectorize-v2-indexes-index_name-metadata_index-create.
      operations:
      - method: POST
        name: vectorizecreatemetadataindex
        description: APIs.io Engineering Platform Create Metadata Index
        call: cloudflare-vectorize.vectorizecreatemetadataindex
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/metadata-index/delete
      name: accounts-account-id-vectorize-v2-indexes-index-name-metadata-index-delete
      description: REST surface for accounts-account_id-vectorize-v2-indexes-index_name-metadata_index-delete.
      operations:
      - method: POST
        name: vectorizedeletemetadataindex
        description: APIs.io Engineering Platform Delete Metadata Index
        call: cloudflare-vectorize.vectorizedeletemetadataindex
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/metadata-index/list
      name: accounts-account-id-vectorize-v2-indexes-index-name-metadata-index-list
      description: REST surface for accounts-account_id-vectorize-v2-indexes-index_name-metadata_index-list.
      operations:
      - method: GET
        name: vectorizelistmetadataindexes
        description: APIs.io Engineering Platform List Metadata Indexes
        call: cloudflare-vectorize.vectorizelistmetadataindexes
        with:
          account_id: rest.account_id
          index_name: rest.index_name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/query
      name: accounts-account-id-vectorize-v2-indexes-index-name-query
      description: REST surface for accounts-account_id-vectorize-v2-indexes-index_name-query.
      operations:
      - method: POST
        name: vectorizequeryvector
        description: APIs.io Engineering Platform Query Vectors
        call: cloudflare-vectorize.vectorizequeryvector
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/vectorize/v2/indexes/{index-name}/upsert
      name: accounts-account-id-vectorize-v2-indexes-index-name-upsert
      description: REST surface for accounts-account_id-vectorize-v2-indexes-index_name-upsert.
      operations:
      - method: POST
        name: vectorizeupsertvector
        description: APIs.io Engineering Platform Upsert Vectors
        call: cloudflare-vectorize.vectorizeupsertvector
        with:
          account_id: rest.account_id
          index_name: rest.index_name
          unparsable-behavior: rest.unparsable-behavior
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-vectorize-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Vectorize. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-vectorize
      description: APIs.io Engineering Platform List Vectorize Indexes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-vectorize.vectorizelistvectorizeindexes
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-vectorize
      description: APIs.io Engineering Platform Create Vectorize Index
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-vectorize.vectorizecreatevectorizeindex
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-vectorize
      description: APIs.io Engineering Platform Delete Vectorize Index
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-vectorize.vectorizedeletevectorizeindex
      with:
        account_id: tools.account_id
        index_name: tools.index_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-vectorize
      description: APIs.io Engineering Platform Get Vectorize Index
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-vectorize.vectorizegetvectorizeindex
      with:
        account_id: tools.account_id
        index_name: tools.index_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-vectors
      description: APIs.io Engineering Platform Delete Vectors By Identifier
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-vectorize.vectorizedeletevectorsbyid
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-vectors
      description: APIs.io Engineering Platform Get Vectors By Identifier
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudflare-vectorize.vectorizegetvectorsbyid
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-vectorize-2
      description: APIs.io Engineering Platform Get Vectorize Index Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-vectorize.vectorizeindexinfo
      with:
        account_id: tools.account_id
        index_name: tools.index_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-insert-vectors
      description: APIs.io Engineering Platform Insert Vectors
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-vectorize.vectorizeinsertvector
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        unparsable-behavior: tools.unparsable-behavior
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-metadata
      description: APIs.io Engineering Platform Create Metadata Index
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-vectorize.vectorizecreatemetadataindex
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-metadata
      description: APIs.io Engineering Platform Delete Metadata Index
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-vectorize.vectorizedeletemetadataindex
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-metadata
      description: APIs.io Engineering Platform List Metadata Indexes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-vectorize.vectorizelistmetadataindexes
      with:
        account_id: tools.account_id
        index_name: tools.index_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-query-vectors
      description: APIs.io Engineering Platform Query Vectors
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudflare-vectorize.vectorizequeryvector
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-upsert-vectors
      description: APIs.io Engineering Platform Upsert Vectors
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-vectorize.vectorizeupsertvector
      with:
        account_id: tools.account_id
        index_name: tools.index_name
        unparsable-behavior: tools.unparsable-behavior
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.