Skip to content

Commit

Permalink
actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rossella.aversa committed Sep 20, 2024
1 parent 7355b7a commit a2c720f
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion docs/precursor_interface/precursor_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,11 @@ var dataModel = {
"other (please add in the comments)"
]
},
"doping":
{
"description": "(Optional) - True if the fabrication action is performed to dope the material.",
"type": "boolean"
},
"comments": {"type": "string"},
"consumables":
{
Expand Down Expand Up @@ -1379,6 +1384,11 @@ var dataModel = {
"other (please add in the comments)"
]
},
"doping":
{
"description": "(Optional) - True if the fabrication action is performed to dope the material.",
"type": "boolean"
},
"comments": {"type": "string"},
"consumables":
{
Expand Down Expand Up @@ -1407,6 +1417,11 @@ var dataModel = {
"other (please add in the comments)"
]
},
"doping":
{
"description": "(Optional) - True if the fabrication action is performed to dope the material.",
"type": "boolean"
},
"comments": {"type": "string"},
"consumables":
{
Expand All @@ -1431,7 +1446,7 @@ var dataModel = {
[
"unspecified mechanical and surface",
"focused ion beam",
"lithography",
"lithography/patterning",
"polishing",
"sputtering",
"thermal plasma processing",
Expand All @@ -1441,6 +1456,11 @@ var dataModel = {
"other (please add in the comments)"
]
},
"doping":
{
"description": "(Optional) - True if the fabrication action is performed to dope the material.",
"type": "boolean"
},
"comments": {"type": "string"},
"consumables":
{
Expand Down Expand Up @@ -1474,6 +1494,11 @@ var dataModel = {
"other (please specify in the comments)"
]
},
"doping":
{
"description": "(Optional) - True if the fabrication action is performed to dope the material.",
"type": "boolean"
},
"comments": {"type": "string"},
"consumables":
{
Expand All @@ -1491,6 +1516,11 @@ var dataModel = {
"type": "object",
"properties":
{
"doping":
{
"description": "(Optional) - True if the fabrication action is performed to dope the material.",
"type": "boolean"
},
"comments": {"type": "string"},
"consumables":
{
Expand Down

0 comments on commit a2c720f

Please sign in to comment.