Craft.io · Schema

OutIn

Product ManagementRoadmapsOKRsBacklogFeedbackPortfolioSpecifications

Properties

Name Type Description
quarter boolean
sprint boolean
View JSON Schema on GitHub

JSON Schema

craft-io-outin-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/craft-io/main/json-schema/craft-io-outin-schema.json",
  "title": "OutIn",
  "properties": {
    "quarter": {
      "type": "boolean"
    },
    "sprint": {
      "type": "boolean"
    }
  },
  "type": "object",
  "additionalProperties": false
}