blocks-transformer/request_schema.json

16 lines
355 B
JSON
Raw Normal View History

2025-04-09 18:36:39 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"application_id": {
"type": ["string", "null"],
"description": "Unique identifier for the application."
},
"tu_credit_report": {
"type": ["string", "null"],
"description": "User Credit report"
}
},
"required": []
}