pull/715/head
Travis Fischer 2025-06-24 21:26:56 -05:00
rodzic a0640912e7
commit b244e7e0c0
1 zmienionych plików z 3 dodań i 6 usunięć

Wyświetl plik

@ -31,8 +31,7 @@ export const unsupportedTests: Record<
'invalid json-pointer string is only an annotation by default': true 'invalid json-pointer string is only an annotation by default': true
}, },
'relative-json-pointer format': { 'relative-json-pointer format': {
'invalid relative-json-pointer string is only an annotation by default': 'invalid relative-json-pointer string is only an annotation by default': true
true
}, },
'uri format': { 'uri format': {
'invalid uri string is only an annotation by default': true 'invalid uri string is only an annotation by default': true
@ -244,8 +243,7 @@ export const unsupportedTests: Record<
'recurse to integerNode - floats are not allowed': true 'recurse to integerNode - floats are not allowed': true
}, },
'after leaving a dynamic scope, it should not be used by a $dynamicRef': { 'after leaving a dynamic scope, it should not be used by a $dynamicRef': {
'string matches /$defs/thingy, but the $dynamicRef does not stop here': 'string matches /$defs/thingy, but the $dynamicRef does not stop here': true,
true,
'first_scope is not in dynamic scope for the $dynamicRef': true 'first_scope is not in dynamic scope for the $dynamicRef': true
} }
}, },
@ -278,8 +276,7 @@ export const unsupportedTests: Record<
'invalid json-pointer string is only an annotation by default': true 'invalid json-pointer string is only an annotation by default': true
}, },
'relative-json-pointer format': { 'relative-json-pointer format': {
'invalid relative-json-pointer string is only an annotation by default': 'invalid relative-json-pointer string is only an annotation by default': true
true
}, },
'uri format': { 'uri format': {
'invalid uri string is only an annotation by default': true 'invalid uri string is only an annotation by default': true