Unified.to · Schema

RepoBranches

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-repobranches-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RepoBranches",
  "title": "RepoBranches",
  "items": {
    "$ref": "#/components/schemas/RepoBranch"
  },
  "type": "array"
}