Issue Event Milestone

Issue Event Milestone

APIs.ioEngineeringPlatform

Properties

Name Type Description
title string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-issue-event-milestone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/issue-event-milestone",
  "title": "Issue Event Milestone",
  "description": "Issue Event Milestone",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    }
  },
  "required": [
    "title"
  ]
}