spec/integration/render/schema_spec.rb in render-0.0.6 vs spec/integration/render/schema_spec.rb in render-0.0.7

- old
+ new

@@ -60,9 +60,10 @@ properties: { rating: { type: Float } } }, genre: { + type: String, enum: ["horror", "action", "sci-fi"] }, tags: { type: Array, required: true,