Verified Commit 7a4d374b authored by Hercules Merscher's avatar Hercules Merscher 🌴
Browse files

feat: Feature categories from external ref

parent 2b6f2615
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
    },
    "feature_category": {
      "type": "string",
      "minLength": 1,
      "description": "GitLab feature category this experience belongs to"
      "description": "GitLab feature category this experience belongs to",
      "$ref": "https://gitlab.com/gitlab-org/gitlab/-/raw/master/config/feature_categories/schema.json"
    },
    "urgency": {
      "type": "string",
@@ -32,4 +32,3 @@
    "urgency"
  ]
}
 No newline at end of file