blocks-transformer/request_schema.json
Admin User f40b9e685f
All checks were successful
Build and Push Docker Image / test (push) Successful in 12s
Build and Push Docker Image / build_and_push (push) Successful in 2m27s
Series M v1 model
2025-06-13 18:29:24 +00:00

15 lines
336 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"application_id": {
"type": ["string", "null"],
"description": "Unique identifier for the application."
},
"creditBureau": {
"type": ["object", "null"],
"description": "Credit bureau details"
}
}
}