Verified Commit 71ca046a authored by Hercules Merscher's avatar Hercules Merscher 🌴
Browse files

fix: JSON schema should use draft-07

This is to be consistent with the json schema definitions in
https://gitlab.com/gitlab-org/gitlab/-/tree/master/app/validators/json_schemas?ref_type=heads.
parent 0d4f9e95
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{
  "$schema": "http://json-schema.org/draft-06/schema#",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://gitlab.com/gitlab-org/ruby/gems/labkit-ruby/-/raw/master/config/user_experience_slis/schema.json",
  "title": "User Experience SLI Definition",
  "description": "Schema for GitLab User Experience SLI files",
@@ -32,3 +32,4 @@
    "urgency"
  ]
}