GitHub · JSON Structure

Github Users Api Starred Repository Structure

Starred Repository

Type: object Properties: 2 Required: 2
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

starred-repository is a JSON Structure definition published by GitHub, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

starred_at repo

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-users-api-starred-repository-structure.json",
  "name": "starred-repository",
  "description": "Starred Repository",
  "type": "object",
  "properties": {
    "starred_at": {
      "type": "datetime",
      "example": "2026-04-17T12:00:00Z"
    },
    "repo": {
      "$ref": "#/components/schemas/repository"
    }
  },
  "required": [
    "starred_at",
    "repo"
  ]
}