Craft.io · Schema

EntityId

Product ManagementRoadmapsOKRsBacklogFeedbackPortfolioSpecifications

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

craft-io-entityid-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-entityid-schema.json",
  "title": "EntityId",
  "properties": {
    "id": {
      "type": "string"
    }
  },
  "type": "object",
  "additionalProperties": false
}