...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/1767/Identifier.yaml

Documentation: github.com/go-openapi/analysis/fixtures/bugs/1767

     1type: object
     2title: "Identifier"
     3description: "v3.1.0-12545"
     4properties:
     5  use:
     6    type: string
     7    example: "usual"
     8    enum:
     9    - "usual"
    10    - "official"
    11    - "temp"
    12    - "secondary"
    13    - "old"
    14  system:
    15    type: string
    16  value:
    17    description: "Some unique value"
    18    type: string
    19  assigner:
    20    description: "Organization"
    21    allOf:
    22      - $ref: 'Reference.yaml'
    23required:
    24  - use

View as plain text