Skip to content

Commit

Permalink
draft-07/schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rossella.aversa committed Dec 21, 2023
1 parent 80272ea commit e60111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sample_interface/sample_schema.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var dataModel = {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "sample_schema",
"description":"Basic schema for sample description. It can be extended. According to the MDMC-NEP glossary, a Sample is Physical System (typically a piece of material) composed by one or more Sample Components, exposed to the Instrument during a Measurement, typically after a Sample Preparation. Sample may be held by a Sample Holder and/or carried by a Sample Carrier during the Measurement.",
"type":"object",
Expand Down

0 comments on commit e60111d

Please sign in to comment.