{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/IntegrationRequiredParamOption",
"title": "IntegrationRequiredParamOption",
"type": "object",
"additionalProperties": false,
"properties": {
"value": {
"type": "string",
"description": "The value of an option that will be used within the application."
},
"label": {
"type": "string",
"description": "The display value of an option suitable for displaying in a UI."
}
}
}