File tree Expand file tree Collapse file tree
sources/express-changes/schemas Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ type: object
55required :
66 - schema
77 - versions
8+ additionalProperties : false
89properties :
910 schema :
1011 type : string
@@ -20,6 +21,7 @@ definitions:
2021 description : Changes made to the mapping specification in a specific version
2122 required :
2223 - version
24+ additionalProperties : false
2325 properties :
2426 version :
2527 type : integer
@@ -37,6 +39,7 @@ definitions:
3739 mapping_change :
3840 type : object
3941 description : Represents a specific element whose mapping has changed
42+ additionalProperties : false
4043 properties :
4144 name :
4245 type : string
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ type: object
55required :
66 - schema
77 - versions
8+ additionalProperties : false
89properties :
910 schema :
1011 type : string
@@ -20,6 +21,7 @@ definitions:
2021 description : Changes made to the schema in a specific version
2122 required :
2223 - version
24+ additionalProperties : false
2325 properties :
2426 version :
2527 type : integer
@@ -47,6 +49,7 @@ definitions:
4749 item_change :
4850 type : object
4951 description : Represents a specific schema element change
52+ additionalProperties : false
5053 required :
5154 - type
5255 - name
You can’t perform that action at this time.
0 commit comments