Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-7642

capabilities - oas3 validator bug: invalid components: unsupported 'format' value "uuid"

    XMLWordPrintable

Details

    • False
    • False
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started

    Description

      I've used valid OAS3 stored in secret for

      apiVersion: capabilities.3scale.net/v1beta1
      kind: OpenAPI
      

      I see this error:

      spec.openapiRef.secretRef: Invalid value: v1.ObjectReference{Kind:"",
              Namespace:"3scale-cand-3", Name:"uberoas3", UID:"", APIVersion:"",
              ResourceVersion:"", FieldPath:""}: invalid paths: parameter
              "customer_uuid" schema is invalid: Unsupported 'format' value 'uuid'
      

      which refers to this part of OAS:

      paths: -> /estimates/time: -> get: -> parameters: 
      
      - name: customer_uuid
                in: query
                description: Unique customer identifier to be used for experience customization.
                schema:
                  type: string
                  format: uuid
      

      which is according https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md#dataTypeFormat valid format even it is not listed among common types.

      I've used 3scale-amp2-3scale-rhel7-operator-metadata:3scale-amp-2.11-rhel-7-containers-candidate-15434-20210916122919

      Attachments

        Activity

          People

            Unassigned Unassigned
            mkudlej@redhat.com Martin Kudlej
            Martin Kudlej Martin Kudlej
            Eguzki Astiz Lezaun Eguzki Astiz Lezaun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: