@@ -18,10 +18,10 @@ $tests = @(
1818 @ { rule = " must-return-content-types" ; expectError = $true ; filename = " must-return-content-types-invalid.yaml" },
1919 @ { rule = " must-support-client-credentials-oauth2" ; expectError = $false ; filename = " must-support-client-credentials-oauth2-valid.yaml" },
2020 @ { rule = " must-support-client-credentials-oauth2" ; expectError = $true ; filename = " must-support-client-credentials-oauth2-invalid.yaml" },
21- @ { rule = " properties-must-have-a-type" ; expectError = $false ; filename = " properties-must-have-a-type-in-path -valid.yaml" },
22- @ { rule = " properties-must-have-a-type" ; expectError = $false ; filename = " properties-must-have-a-type-in-schema-valid .yaml" },
23- @ { rule = " properties-must-have-a-type" ; expectError = $true ; filename = " properties-must-have-a-type-in-path-invalid .yaml" },
24- @ { rule = " properties-must-have-a-type" ; expectError = $true ; filename = " properties-must-have-a-type-in-schema -invalid.yaml" },
21+ @ { rule = " path-schema- properties-must-have-a-type" ; expectError = $false ; filename = " path-schema- properties-must-have-a-type-valid.yaml" },
22+ @ { rule = " path-schema- properties-must-have-a-type" ; expectError = $true ; filename = " path-schema- properties-must-have-a-type-invalid .yaml" },
23+ @ { rule = " schemas- properties-must-have-a-type" ; expectError = $false ; filename = " schemas- properties-must-have-a-type-valid .yaml" },
24+ @ { rule = " schemas- properties-must-have-a-type" ; expectError = $true ; filename = " schemas- properties-must-have-a-type-invalid.yaml" },
2525 @ { rule = " schema-ids-must-have-alphanumeric-characters-only" ; expectError = $false ; filename = " schema-ids-must-have-alphanumeric-characters-only-valid.yaml" },
2626 @ { rule = " schema-ids-must-have-alphanumeric-characters-only" ; expectError = $true ; filename = " schema-ids-must-have-alphanumeric-characters-only-invalid.yaml" },
2727 @ { rule = " schema-object-must-have-a-type" ; expectError = $false ; filename = " schema-object-must-have-a-type-valid.yaml" },
0 commit comments