20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"properties": {
|
|
"application_id": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Unique identifier for the application."
|
|
},
|
|
"tu_credit_report": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "User Credit report"
|
|
}
|
|
},
|
|
"required": []
|
|
} |