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

path.id is not of a type(s) integer #6

Closed
rainecc opened this issue Dec 16, 2016 · 1 comment
Closed

path.id is not of a type(s) integer #6

rainecc opened this issue Dec 16, 2016 · 1 comment

Comments

@rainecc
Copy link

rainecc commented Dec 16, 2016

Am getting a validation error path.id is not of a type(s) integer whenever I use a path value that contains an integer. Must all path values be defined as strings?

/artist/{id}:
  x-serviceId: 'artist'
  get:
    tags:
    - "event"
    summary: "getArtist"
    description: "Get an artist by ID"
    produces:
    - "application/json"
    parameters:
    - name: "id"
      in: "path"
      description: "artist identifier"
      required: true
      type: "integer"
      format: "int64"
@mikestead
Copy link
Owner

@rainecc Thanks for raising, I've fixed up and released under 1.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants