blocks-transformer/request_schema.json
Admin User 9c0d95f9e3
All checks were successful
Build and Push Docker Image / test (push) Successful in 9s
Build and Push Docker Image / build_and_push (push) Successful in 20s
Series M v1 model
2025-04-09 18:36:39 +00:00

16 lines
355 B
JSON

{
"$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": []
}