Hi,

I would like to know if there is a way to specify custom messages in the 
swagger definitions. For example 

definitions:
  Asegurado:
    type: object
    required:
      - referencia
      - id
    properties:
      referencia:
        type: string
        minLength: 7
        maxLength: 7
      id:
        type: string

I would like to send a custom message to said that property referencia must 
not be null.


-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to swagger-swaggersocket+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to