mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Merge pull request #10 from niclaz/data-tests-patch
Data tests patch - fixing regex issue in caption of speaker
This commit is contained in:
commit
ce9b951f7f
2 changed files with 1 additions and 2 deletions
|
@ -116,7 +116,6 @@ $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}$'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: Tim Bansemer
|
name: Tim Bansemer
|
||||||
caption: [Aqua Protocol](https://aqua-protocol.org/)
|
caption: CEO of [inblock.io](https://inblock.io)
|
||||||
refs:
|
refs:
|
||||||
twitter: tim_bansemer
|
twitter: tim_bansemer
|
||||||
|
|
Loading…
Reference in a new issue