diff --git a/mlte/frontend/nuxt-app/assets/schema/artifact/spec/v0.0.1/schema.json b/mlte/frontend/nuxt-app/assets/schema/artifact/spec/v0.0.1/schema.json index 59e4bc5b..a4de3b6e 100644 --- a/mlte/frontend/nuxt-app/assets/schema/artifact/spec/v0.0.1/schema.json +++ b/mlte/frontend/nuxt-app/assets/schema/artifact/spec/v0.0.1/schema.json @@ -93,13 +93,13 @@ "title": "Artifact Type", "type": "string" }, - "properties": { - "type": "array", + "qa_categories": { + "default": [], "items": { "$ref": "#/$defs/QACategoryModel" }, - "default": [], - "title": "Properties" + "title": "Qa Categories", + "type": "array" } }, "title": "SpecModel", diff --git a/mlte/frontend/nuxt-app/assets/schema/artifact/validated/v0.0.1/schema.json b/mlte/frontend/nuxt-app/assets/schema/artifact/validated/v0.0.1/schema.json index 8dce8783..c1685fe7 100644 --- a/mlte/frontend/nuxt-app/assets/schema/artifact/validated/v0.0.1/schema.json +++ b/mlte/frontend/nuxt-app/assets/schema/artifact/validated/v0.0.1/schema.json @@ -167,13 +167,13 @@ "title": "Artifact Type", "type": "string" }, - "properties": { - "type": "array", + "qa_categories": { + "default": [], "items": { "$ref": "#/$defs/QACategoryModel" }, - "default": [], - "title": "Properties" + "title": "Qa Categories", + "type": "array" } }, "title": "SpecModel", diff --git a/mlte/frontend/nuxt-app/assets/schema/catalog/catalog_entry/v0.0.1/schema.json b/mlte/frontend/nuxt-app/assets/schema/catalog/catalog_entry/v0.0.1/schema.json index 807f9596..d486edb1 100644 --- a/mlte/frontend/nuxt-app/assets/schema/catalog/catalog_entry/v0.0.1/schema.json +++ b/mlte/frontend/nuxt-app/assets/schema/catalog/catalog_entry/v0.0.1/schema.json @@ -107,7 +107,7 @@ } ], "default": null, - "title": "QA Category" + "title": "Qa Category" }, "quality_attribute": { "anyOf": [ diff --git a/mlte/schema/artifact/spec/v0.0.1/schema.json b/mlte/schema/artifact/spec/v0.0.1/schema.json index 59e4bc5b..a4de3b6e 100644 --- a/mlte/schema/artifact/spec/v0.0.1/schema.json +++ b/mlte/schema/artifact/spec/v0.0.1/schema.json @@ -93,13 +93,13 @@ "title": "Artifact Type", "type": "string" }, - "properties": { - "type": "array", + "qa_categories": { + "default": [], "items": { "$ref": "#/$defs/QACategoryModel" }, - "default": [], - "title": "Properties" + "title": "Qa Categories", + "type": "array" } }, "title": "SpecModel", diff --git a/mlte/schema/artifact/validated/v0.0.1/schema.json b/mlte/schema/artifact/validated/v0.0.1/schema.json index 8dce8783..c1685fe7 100644 --- a/mlte/schema/artifact/validated/v0.0.1/schema.json +++ b/mlte/schema/artifact/validated/v0.0.1/schema.json @@ -167,13 +167,13 @@ "title": "Artifact Type", "type": "string" }, - "properties": { - "type": "array", + "qa_categories": { + "default": [], "items": { "$ref": "#/$defs/QACategoryModel" }, - "default": [], - "title": "Properties" + "title": "Qa Categories", + "type": "array" } }, "title": "SpecModel", diff --git a/mlte/schema/catalog/catalog_entry/v0.0.1/schema.json b/mlte/schema/catalog/catalog_entry/v0.0.1/schema.json index 6506c705..d486edb1 100644 --- a/mlte/schema/catalog/catalog_entry/v0.0.1/schema.json +++ b/mlte/schema/catalog/catalog_entry/v0.0.1/schema.json @@ -107,7 +107,7 @@ } ], "default": null, - "title": "QA Category" + "title": "Qa Category" }, "quality_attribute": { "anyOf": [ @@ -119,7 +119,7 @@ } ], "default": null, - "title": "Quality attribute" + "title": "Quality Attribute" }, "code_type": { "$ref": "#/$defs/CatalogEntryType" diff --git a/mlte/spec/spec.py b/mlte/spec/spec.py index 4200ef42..ada4557e 100644 --- a/mlte/spec/spec.py +++ b/mlte/spec/spec.py @@ -127,7 +127,7 @@ def get_qa_category(self, qa_category_id: str) -> QACategory: """ Returns a particular qa category with the given id. - :param qa_category: The qa category itself, or its identifier + :param qa_category_id: The qa category itself, or its identifier :return: The qa category object. """ qa_categories = [