You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openapi: 3.0.1info:
title: Swagger Petstoredescription: 'This is a sample server Petstore server'version: 1.0.0servers:
- url: http://mytestServer/{v1}variables:
v2:
default: 'd'paths:
'/pet/{petId}':
get:
summary: Find pet by IDdescription: Returns a single petparameters:
- name: petIdin: pathdescription: ID of pet to returnrequired: trueschema:
type : integermultipleOf: -10responses:
'200':
description: successful operation
The multipleOf attribute has a negative value. Swagger Editor throws this error but the parser doesn't. Can this be fixed? Thanks
Regards,
Sree
The text was updated successfully, but these errors were encountered:
Please take a look at the below openapi content.
The multipleOf attribute has a negative value. Swagger Editor throws this error but the parser doesn't. Can this be fixed? Thanks
Regards,
Sree
The text was updated successfully, but these errors were encountered: