blocks-data-enricher-db-lookup/request_schema.json

28 lines
505 B
JSON
Raw Normal View History

2025-11-26 12:08:33 -05:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"application_key": {
"type": "string"
},
"application_timestamp": {
"type": "string",
"format": "date-time"
},
"hd_score_m1": {
"type": ["number", "null"]
},
"hd_score_m2": {
"type": ["number", "null"]
},
"hd_score_iso_m2": {
"type": ["number", "null"]
}
},
"required": [
"application_key",
"application_timestamp"
]
}