financial_functions/validation_json_schemas.py [83:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "type": "object",
    "properties": {
        "rate": {
            "type": "number"
        },
        "values": {
            "type": "array",
            "items": {
                "type": "number",
                "minItems": 1
            }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



financial_functions/validation_json_schemas.py [101:111]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "type": "object",
    "properties": {
        "rate": {
            "type": "number"
        },
        "values": {
            "type": "array",
            "items": {
                "type": "number",
                "minItems": 1
            }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



