Skip to content

Commit

Permalink
Remove repeated spec of architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
alebellu committed Aug 2, 2024
1 parent f3e233a commit fecd99f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
:json-schema/description "list of output parameters"
:json-schema/order 34)))

(s/def ::architecture
(-> (st/spec ::core/nonblank-string)
(assoc :name "architecture"
:json-schema/type "string")))

(s/def ::min-cpu
(-> (st/spec (s/and number? pos?))
Expand Down

0 comments on commit fecd99f

Please sign in to comment.