sometimes meta is a good idea
This commit is contained in:
parent
a995c0c223
commit
2420131780
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
|||
;TODO: replace schema with spec
|
||||
(def TestDataSpec
|
||||
{:input s/Any
|
||||
:expected s/Any})
|
||||
:expected s/Any
|
||||
(s/optional-key :meta) {(s/optional-key :name) s/Str
|
||||
(s/optional-key :description) s/Str
|
||||
(s/optional-key :link) s/Str}})
|
||||
|
||||
(def RuntimeTestDataSpec
|
||||
(merge
|
||||
|
|
Loading…
Reference in a new issue