Questions tagged [apivore]

Apivore is a Ruby set of rSpec extensions that simplify the process of unit testing Swagger APIs

Apivore provides a set of Ruby rspec extensions and matchers to simplify the process of unit testing Swagger APIs.

1 questions
0
votes
1 answer

Swagger / JSON — Optional fields being treated as required

I'm having some difficulty with Swagger 2.0 insiting that fields are required when they are not in fact defined to be required. Here's a snipped version of my Swagger YML file. definitions: category: type: object required: - name …
Dave Sag
  • 13,266
  • 14
  • 86
  • 134