{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DataSourceFormula",
"type": "object",
"description": "A data source formula.",
"properties": {
"dataSourceId": {
"type": "string",
"description": "The ID of the data source the formula is associated with."
}
}
}