Answers for "open api schema with example"

0

open api schema with example

in: query
name: coordinates
content:
  application/json:
    schema:
      type: object
      required:
        - lat
        - long
      properties:
        lat:
          type: number
        long:
          type: number
Posted by: Guest on October-30-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language