Skip to main content

Object with typed additionalProperties

GET 

/with-typed-additional

This endpoint returns an object where additional properties are restricted to a specific type.

Schema:

type: object
properties:
fixedProp:
type: string
additionalProperties:
type: string
example:
fixedProp: "fixedValue"
dynamicProp: "dynamicValue"

Responses

Successful response