{ "$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" ] }