schemata-dea 0.0.1.beta4 → 0.0.1.beta5
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,8 @@ module Schemata
|
|
10
10
|
define_schema do
|
11
11
|
{
|
12
12
|
"droplet" => String,
|
13
|
-
"states" => [String],
|
14
|
-
"version" => String,
|
13
|
+
optional("states") => [String],
|
14
|
+
optional("version") => String,
|
15
15
|
|
16
16
|
optional("path") => String,
|
17
17
|
optional("instance_ids") => [String],
|
data/lib/schemata/dea/version.rb
CHANGED