File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ license_check = cdp.CustomCheck(
134134)
135135```
136136
137- For more details on what each parameter means, see the ` CustomCheck `
138- documentation. Specific to this example, the ` type ` is setting the
139- identifier of the check to ` only-mit ` and the ` jsonpath ` is indicating
140- to only check the ` name ` property of each license in the ` licenses `
141- property of the Data Package.
137+ For more details on what each parameter means, see the
138+ [ ` CustomCheck ` ] ( /docs/reference/CustomCheck.qmd ) documentation. Specific
139+ to this example, the ` type ` is setting the identifier of the check to
140+ ` only-mit ` and the ` jsonpath ` is indicating to only check the ` name `
141+ property of each license in the ` licenses ` property of the Data Package.
142142
143143To register your custom checks with the ` check() ` function, you add them
144144to the ` Config ` object passed to the function:
@@ -166,7 +166,7 @@ description_required = cdp.RequiredCheck(
166166)
167167```
168168
169- See the [ ` RequiredCheck ` ] ( /docs/reference/required_check .qmd )
169+ See the [ ` RequiredCheck ` ] ( /docs/reference/RequiredCheck .qmd )
170170documentation for more details on its parameters.
171171
172172To apply this ` RequiredCheck ` , it should be added to the ` Config ` object
You can’t perform that action at this time.
0 commit comments