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
|
type: string
|
||||||
country:
|
country:
|
||||||
type: string
|
type: string
|
||||||
pattern: "^\\w{2}$"
|
pattern: "^[a-z]{2}$"
|
||||||
place:
|
place:
|
||||||
type: string
|
type: string
|
||||||
place-address:
|
place-address:
|
||||||
|
@ -118,7 +118,7 @@ $defs:
|
||||||
type: string
|
type: string
|
||||||
country:
|
country:
|
||||||
type: string
|
type: string
|
||||||
pattern: '^[a-z]{2}$'
|
pattern: "^[a-z]{2}$"
|
||||||
refs:
|
refs:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
name: Pie Man
|
name: Pie Man
|
||||||
caption: Cofounder of [Fairblock Network](https://www.fairblock.network/)
|
caption: Cofounder of [Fairblock Network](https://www.fairblock.network/)
|
||||||
country:
|
|
||||||
refs:
|
refs:
|
||||||
twitter: Pememoni
|
twitter: Pememoni
|
||||||
|
|
Loading…
Reference in a new issue