Skip to main content

Object without any additionalProperties

GET 

/without-additional-properties

This endpoint returns an object where no additional properties are allowed.

Schema:

type: object
properties:
fixedProp:
type: string
additionalProperties: false
example:
fixedProp: "fixedValue"

Responses

Successful response