rails6(api mode) と grape で
prmd + committe + request spec を試してみた。
どちらでも、prmd + committeeを利用することできた。
https://github.com/tomoya128/json_schema_example/blob/master/app/controllers/pets_controller.rb
https://github.com/tomoya128/json_schema_example/blob/master/docs/schema/schemata/pet.yml
https://github.com/tomoya128/json_schema_example/blob/master/spec/requests/pets_spec.rb
https://github.com/tomoya128/json_schema_example/blob/master/app/api/v1/dogs.rb
https://github.com/tomoya128/json_schema_example/blob/master/docs/schema/schemata/dog.yml
https://github.com/tomoya128/json_schema_example/blob/master/spec/requests/dogs_spec.rb