I noticed that this example implementation does not use the path /spec/apis/v1/ as suggested in the book in chapter 13.1.1 on page 351. Instead the path is /spec/api/v1/ with api in its singular form.
Can you please explain what are the reasons you changed this and what are the side effects of the path change?
I noticed that this example implementation does not use the path
/spec/apis/v1/as suggested in the book in chapter 13.1.1 on page 351. Instead the path is/spec/api/v1/withapiin its singular form.Can you please explain what are the reasons you changed this and what are the side effects of the path change?