Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't handle lists #1

Open
AntoineAugusti opened this issue Apr 20, 2018 · 0 comments
Open

Doesn't handle lists #1

AntoineAugusti opened this issue Apr 20, 2018 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@AntoineAugusti
Copy link
Member

components:
  schemas:
    Operation:
      properties:
        operation_id:
          type: integer
          format: int64
          description: Le numéro unique de l'opération
          example: 1119920371
        pourquoi_alerte:
          type: string
          enum: [SAR, MAS, DIV, SUR]
          description: >
            La catégorie du type d'intervention.
              - SAR (search and rescue) : vie humaine en danger.
              - MAS (maritime assistance service) : assistance aux navires
              - SUR : sûreté des navires
              - DIV : autres cas
          example: SAR

Will not produce a valid Markdown file

@AntoineAugusti AntoineAugusti added bug Something isn't working enhancement New feature or request labels Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant