Skip to content

Commit

Permalink
Merge pull request #862 from CMSgov/QPPA-9730
Browse files Browse the repository at this point in the history
QPPA-9730: Add https validation for spec urls PY25
  • Loading branch information
ckawell-sb authored Dec 10, 2024
2 parents 478b2f1 + 61c58fe commit 195d7f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions measures/2025/measures-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,16 +348,22 @@ definitions:
properties:
default:
type: string
pattern: '^https:.*'
registry:
type: string
pattern: '^https:.*'
claims:
type: string
pattern: '^https:.*'
cmsWebInterface:
type: string
pattern: '^https:.*'
measureInformation:
type: string
pattern: '^https:.*'
electronicHealthRecord:
type: string
pattern: '^https:.*'

measureSets:
enum:
Expand Down

0 comments on commit 195d7f4

Please sign in to comment.