We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec6bae commit 97c8a45Copy full SHA for 97c8a45
1 file changed
src/schemas/validation/schema.yaml
@@ -11,6 +11,8 @@ properties:
11
$self:
12
type: string
13
format: uri-reference
14
+ $comment: MUST NOT be empty, and MUST NOT contain a fragment
15
+ pattern: '^[^#]+$'
16
info:
17
$ref: '#/$defs/info'
18
jsonSchemaDialect:
0 commit comments