{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CostProvider",
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "The unique token identifier for the Cost Provider."
},
"name": {
"type": "string",
"description": "The name of the Cost Provider."
},
"description": {
"type": "string",
"description": "A description of the Cost Provider."
}
}
}