Merge pull request #9 from niclaz/main

data tests patch - fixing the error within test.js
This commit is contained in:
Mykola Siusko 2024-08-28 21:49:48 +02:00 committed by GitHub
commit a3a305c13a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,6 +116,7 @@ $defs:
type: string type: string
caption: caption:
type: string type: string
pattern: '^((([A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)((?:\/[\+~%\/.\w-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[\w]*))?)'
country: country:
type: string type: string
pattern: '^[a-z]{2}$' pattern: '^[a-z]{2}$'
@ -214,4 +215,4 @@ properties:
research: research:
type: array type: array
items: items:
$ref: "#/$defs/research" $ref: "#/$defs/research"