github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/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