diff --git a/pages/understanding-json-schema/reference/enum.md b/pages/understanding-json-schema/reference/enum.md index 441e7b264..8a1914fbe 100644 --- a/pages/understanding-json-schema/reference/enum.md +++ b/pages/understanding-json-schema/reference/enum.md @@ -1,6 +1,12 @@ --- title: "Enumerated values" section: docs +prev: + label: Comments + url: /understanding-json-schema/reference/comments +next: + label: Constant values + url: /understanding-json-schema/reference/const --- The `enum` [keyword](../../learn/glossary#keyword) is used to restrict a value to a fixed set of values.