Skip to content

Commit

Permalink
Updating schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-echeverria committed Sep 26, 2023
1 parent 4d08810 commit 17b5a3b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,15 @@
"default": {},
"title": "Conditions",
"type": "object"
},
"module": {
"title": "Module",
"type": "string"
}
},
"required": [
"name"
"name",
"module"
],
"title": "PropertyModel",
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
"title": "Conditions",
"type": "object"
},
"module": {
"title": "Module",
"type": "string"
},
"results": {
"additionalProperties": {
"$ref": "#/$defs/ResultModel"
Expand All @@ -118,7 +122,8 @@
}
},
"required": [
"name"
"name",
"module"
],
"title": "PropertyAndResultsModel",
"type": "object"
Expand Down
7 changes: 6 additions & 1 deletion mlte/schema/artifact/spec/v0.0.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,15 @@
"default": {},
"title": "Conditions",
"type": "object"
},
"module": {
"title": "Module",
"type": "string"
}
},
"required": [
"name"
"name",
"module"
],
"title": "PropertyModel",
"type": "object"
Expand Down
7 changes: 6 additions & 1 deletion mlte/schema/artifact/validated/v0.0.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
"title": "Conditions",
"type": "object"
},
"module": {
"title": "Module",
"type": "string"
},
"results": {
"additionalProperties": {
"$ref": "#/$defs/ResultModel"
Expand All @@ -118,7 +122,8 @@
}
},
"required": [
"name"
"name",
"module"
],
"title": "PropertyAndResultsModel",
"type": "object"
Expand Down

0 comments on commit 17b5a3b

Please sign in to comment.