diff --git a/properties.schema b/properties.schema index fcb0096..af4afe0 100644 --- a/properties.schema +++ b/properties.schema @@ -63,7 +63,7 @@ "type": "object", "required": false, "properties": { - "_words": { + "words": { "type": "array", "required": false, "title": "Words", diff --git a/schema/course.schema.json b/schema/course.schema.json index f5d6762..2c35249 100644 --- a/schema/course.schema.json +++ b/schema/course.schema.json @@ -55,7 +55,7 @@ "items": { "type": "object", "properties": { - "_words": { + "words": { "type": "array", "title": "Words", "description": "The collection of word(s) to attach the associated definition to.",