financial_functions/validation_json_schemas.py [179:186]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "type": "object",
    "properties": {
        "values": {
            "type": "array",
            "items": {
                "type": "number"
            },
            "minItems": 2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



financial_functions/validation_json_schemas.py [194:201]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "type": "object",
    "properties": {
        "values": {
            "type": "array",
            "items": {
                "type": "number"
            },
            "minItems": 2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



