{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SetsinglecustomfieldvalueRequest",
"title": "SetsinglecustomfieldvalueRequest",
"required": [
"value"
],
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "The value you want to set to the specified field."
}
}
}