schema:
type: object
additionalProperties:
type: string
but even {"key1":12,"asd":2121} is giving 200 response..its getting accepted...but this should not get accepted according to the schema
schema:
type: object
additionalProperties:
type: string
but even {"key1":12,"asd":2121} is giving 200 response..its getting accepted...but this should not get accepted according to the schema
Copyright © 2021 Jogjafile Inc.