mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
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:
commit
56685cbced
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
name: Pie Man
|
||||
caption: Cofounder of [Fairblock Network](https://www.fairblock.network/)
|
||||
country:
|
||||
refs:
|
||||
twitter: Pememoni
|
||||
|
|
Loading…
Reference in a new issue