Skip to main content

Object with schema-defined additionalProperties

GET 

/with-schema-additional

This endpoint returns an object where additional properties follow a specific schema.

Schema:

type: object
properties:
fixedProp:
type: string
additionalProperties:
$ref: "#/components/schemas/NestedAdditionalProperty"
example:
fixedProp: "fixedValue"
dynamicProp:
type: "exampleType"
value: 42

Responses

Successful response