# rye:signed:2026-04-06T04:31:00Z:42d10bf1614c59e7eb933546c3931ce443a2c6fffd17ee8ecd3d7b3d8c1269be:qslFW3hXRn6tJSRMYyBqBicVoyLzja0dns4q17pfPg_wwLcIYYsSOIsnb5xbFAirEgg4_dHPTge3IekjZTG1Cw:6ea18199041a1ea8
version: "1.0.0"
tool_type: config-schema
executor_id: null
category: rye/core/remote
description: "Schema for remotes/remotes.yaml — named remotes configuration"

target_config: remotes/remotes.yaml

schema:
  type: object
  properties:
    project_name:
      type: string
    remotes:
      type: object
      additionalProperties:
        type: object
        properties:
          url:
            type: string
          key_env:
            type: string
          roles:
            type: array
            items:
              type: string
