blocks-transformer/request_schema.json
Admin User 95034efa4e
All checks were successful
Build and Push Docker Image / test (push) Successful in 2m30s
Build and Push Docker Image / build_and_push (push) Successful in 4m50s
Series M v1 model
2025-06-13 18:01:40 +00:00

18 lines
367 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"application_id": {
"type": ["string", "null"],
"description": "Unique identifier for the application."
},
"evtg04": {
"type": ["object", "null"],
"description": "VantageScore 4.0"
}
},
"required": [
"application_id"
]
}