Stargazer

Stargazer

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

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