Skip to content

Commit

Permalink
Updated gen schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-aderr committed Dec 16, 2024
1 parent d38c8f4 commit 8cb26f8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$defs": {
"ConditionModel": {
"description": "A description of a condition for a QA category.",
"description": "A description of a condition for a QACategory.",
"properties": {
"name": {
"title": "Name",
Expand Down Expand Up @@ -31,7 +31,7 @@
"type": "object"
},
"QACategoryModel": {
"description": "A description of a QA category.",
"description": "A description of a quality attribute category.",
"properties": {
"name": {
"title": "Name",
Expand Down Expand Up @@ -98,7 +98,7 @@
"items": {
"$ref": "#/$defs/QACategoryModel"
},
"title": "QA Categories",
"title": "Qa Categories",
"type": "array"
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$defs": {
"ConditionModel": {
"description": "A description of a condition for a QA category.",
"description": "A description of a condition for a QACategory.",
"properties": {
"name": {
"title": "Name",
Expand Down Expand Up @@ -75,7 +75,7 @@
"type": "object"
},
"QACategoryModel": {
"description": "A description of a QA category.",
"description": "A description of a quality attribute category.",
"properties": {
"name": {
"title": "Name",
Expand Down Expand Up @@ -172,7 +172,7 @@
"items": {
"$ref": "#/$defs/QACategoryModel"
},
"title": "QA Categories",
"title": "Qa Categories",
"type": "array"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
}
],
"default": null,
"title": "QA Category"
"title": "Qa Category"
},
"quality_attribute": {
"anyOf": [
Expand Down
6 changes: 3 additions & 3 deletions mlte/schema/artifact/spec/v0.0.1/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$defs": {
"ConditionModel": {
"description": "A description of a condition for a QA category.",
"description": "A description of a condition for a QACategory.",
"properties": {
"name": {
"title": "Name",
Expand Down Expand Up @@ -31,7 +31,7 @@
"type": "object"
},
"QACategoryModel": {
"description": "A description of a QA category.",
"description": "A description of a quality attribute category.",
"properties": {
"name": {
"title": "Name",
Expand Down Expand Up @@ -98,7 +98,7 @@
"items": {
"$ref": "#/$defs/QACategoryModel"
},
"title": "QA Categories",
"title": "Qa Categories",
"type": "array"
}
},
Expand Down
6 changes: 3 additions & 3 deletions mlte/schema/artifact/validated/v0.0.1/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$defs": {
"ConditionModel": {
"description": "A description of a condition for a QA category.",
"description": "A description of a condition for a QACategory.",
"properties": {
"name": {
"title": "Name",
Expand Down Expand Up @@ -75,7 +75,7 @@
"type": "object"
},
"QACategoryModel": {
"description": "A description of a QA category.",
"description": "A description of a quality attribute category.",
"properties": {
"name": {
"title": "Name",
Expand Down Expand Up @@ -172,7 +172,7 @@
"items": {
"$ref": "#/$defs/QACategoryModel"
},
"title": "QA Categories",
"title": "Qa Categories",
"type": "array"
}
},
Expand Down
2 changes: 1 addition & 1 deletion mlte/schema/catalog/catalog_entry/v0.0.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
}
],
"default": null,
"title": "QA Category"
"title": "Qa Category"
},
"quality_attribute": {
"anyOf": [
Expand Down

0 comments on commit 8cb26f8

Please sign in to comment.