Skip to content

Commit

Permalink
more detail in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Aug 16, 2024
1 parent 79b4427 commit 1aa1e57
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions inst/schema/DataSeries.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"type": ["number", "null"]
}
}
}
},
"required": ["x", "y"],
"additionalProperties": false
},
"raw": {
"type": "object",
Expand All @@ -39,8 +41,12 @@
"type": ["number", "null"]
}
}
}
},
"required": ["x", "y"],
"additionalProperties": false
}
}
},
"required": ["model", "raw"],
"additionalProperties": false
}
}

0 comments on commit 1aa1e57

Please sign in to comment.