File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " hugo extended install for learnjsonschema.com" ,
3
+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu" ,
4
+ "features" : {
5
+ "ghcr.io/devcontainers/features/hugo:1" : {
6
+ "version" : " latest" ,
7
+ "extended" : true
8
+ },
9
+ "ghcr.io/devcontainers/features/node" : {
10
+ "version" : " lts" ,
11
+ "installNpm" : true
12
+ }
13
+ },
14
+ "forwardPorts" : [
15
+ 1313
16
+ ],
17
+ "postCreateCommand" : " npm i"
18
+ }
Original file line number Diff line number Diff line change 1
1
---
2
2
keyword : " enum"
3
3
signature : " Array<Any>"
4
- value : This keyword must be set to a *non-empty* array of unique JSON values
4
+ value : This keyword must be set to an array of unique JSON values
5
5
summary : " Validation succeeds if the instance is equal to one of the elements in this keyword's array value."
6
6
kind : [ "assertion" ]
7
7
instance : [ "any" ]
Original file line number Diff line number Diff line change 1
1
---
2
2
keyword : " enum"
3
3
signature : " Array<Any>"
4
- value : This keyword must be set to a *non-empty* array of unique JSON values
4
+ value : This keyword must be set to an array of unique JSON values
5
5
summary : " Validation succeeds if the instance is equal to one of the elements in this keyword's array value."
6
6
kind : [ "assertion" ]
7
7
instance : [ "any" ]
11
11
- draft2020-12/enum.json
12
12
index : -99998
13
13
introduced_in : draft1
14
+ changed_in :
15
+ - 2019-09
14
16
related :
15
17
- vocabulary : validation
16
18
keyword : const
You can’t perform that action at this time.
0 commit comments