From 18cf14d376b67d179c5c5fef66000b3470b6817e Mon Sep 17 00:00:00 2001 From: iglocska Date: Sun, 17 Sep 2017 12:43:42 +0200 Subject: [PATCH] fix: Updated the required value field to values list --- README.md | 2 +- schema_objects.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56ad76a..ffba197 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Each attribute must contain a reference **misp-attribute** to reference an exist An array **categories** shall be used to described in which categories the attribute is. The **ui-priority** describes the usage frequency of an attribute. This helps to only display the most frequently used attributes and allowing advanced users to show all the attributes depending of their configuration. An optional **multiple** field -shall be set to true if multiple elements of the same key can be used in the object. An optional **required_value** +shall be set to true if multiple elements of the same key can be used in the object. An optional **values_list** where this list of value can be selected as a value for an attribute. An optional **sane_default** where this list of value recommend potential a sane default for an attribute. An optional **disable_correlation** boolean field to suggest the disabling of correlation for a specific attribute. diff --git a/schema_objects.json b/schema_objects.json index c17250d..fa4635e 100644 --- a/schema_objects.json +++ b/schema_objects.json @@ -20,7 +20,7 @@ "type": "string" } }, - "required_value": { + "values_list": { "type": "array", "uniqueItems": true, "items": {