github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/fixtures/enhancements/2333/fixture-definitions.yaml (about)

     1  definitions:
     2    modelInterface:
     3      type: object
     4      additionalProperties: true
     5    recordsModel:
     6      type: array
     7      items:
     8        type: object
     9    recordsModelWithMax:
    10      type: array
    11      maxItems: 10
    12      items:
    13        type: object