{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Update OCI Repository",
  "description": "Update an OCI repository's user-settable metadata. The repository name and artifact type are immutable.",
  "type": "object",
  "properties": {
    "attributes": {
      "type": "object",
      "title": "Attributes",
      "description": "Replacement key-value attributes for this repository. Reserved `md-*` keys are rejected. Must conform to the organization's custom attributes for the repo scope.",
      "additionalProperties": { "type": "string" },
      "x-gql-type": "map"
    }
  }
}
