Validation of the array of UUIDs is not working

Issue #107 resolved
Former user created an issue
- name: featureIds
          in: query
          type: array
          collectionFormat: csv
          items:
            type: string
            format: uuid

The specification "format: uuid" leads to the JsonParseException during the validation, because SchemaValidator::readContent method is not taking into account the possible UUIDProperty — only StringProperty, DateProperty, DateTimeProperty and json content are considered.

Comments (2)

  1. James Navin

    This is tested and working in 2.0.0-rc3. Please let me know if you still have problems with that version.

  2. Log in to comment