Merge pull request #14 from niclaz/data-tests-patch

Data tests patch - fixing empty country field error & improving schema regex
This commit is contained in:
Mykola Siusko 2024-09-05 16:32:07 +02:00 committed by GitHub
commit 56685cbced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -63,7 +63,7 @@ $defs:
type: string
country:
type: string
pattern: "^\\w{2}$"
pattern: "^[a-z]{2}$"
place:
type: string
place-address:
@ -118,7 +118,7 @@ $defs:
type: string
country:
type: string
pattern: '^[a-z]{2}$'
pattern: "^[a-z]{2}$"
refs:
type: object
additionalProperties: false

View File

@ -1,5 +1,4 @@
name: Pie Man
caption: Cofounder of [Fairblock Network](https://www.fairblock.network/)
country:
refs:
twitter: Pememoni