Starred Repository

Starred Repository

APIs.ioEngineeringPlatform

Properties

Name Type Description
starred_at string
repo object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-starred-repository-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/starred-repository",
  "title": "Starred Repository",
  "description": "Starred Repository",
  "type": "object",
  "properties": {
    "starred_at": {
      "type": "string",
      "format": "date-time"
    },
    "repo": {
      "$ref": "#/components/schemas/repository"
    }
  },
  "required": [
    "starred_at",
    "repo"
  ]
}