Value objects contained within the request context.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReferenceValue", "title": "Reference Value", "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "description": "Value objects contained within the request context.", "x-internal": false }