{
│   'type': 'object',
│   'properties': {
│   │   'values': {
│   │   │   'type': 'object',
│   │   │   'properties': {
│   │   │   │   'expression': {
│   │   │   │   │   'description': "Arithmetic expression parsable in pure Python. Single line only. Don't use variables. Don't use any imports or external libraries",
│   │   │   │   │   'type': 'string'
│   │   │   │   }
│   │   │   },
│   │   │   'required': ['expression'],
│   │   │   'additionalProperties': False
│   │   }
│   },
│   'required': ['values'],
│   'additionalProperties': False,
│   '$id': 'Calculate Schema',
│   '$schema': 'http://json-schema.org/draft-07/schema#'
}
