{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DocumentRequest",
"title": "DocumentRequest",
"type": "object",
"description": "This can be any pure JSON document. Add new _Key-Value_ pairs to test.",
"additionalProperties": true
}