Skip to main content

Object with boolean additionalProperties

GET 

/with-bool-additional

This endpoint returns an object where additional properties are either allowed or not.

Schema:

type: object
properties:
fixedProp:
type: string
additionalProperties: true
example:
fixedProp: "fixedValue"
dynamicProp1: 123
dynamicProp2: "dynamicValue"

Responses

Successful response