Skip to content

Commit ce60618

Browse files
committed
feat: update 5005: update schemas
1 parent 5b79ee3 commit ce60618

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

sources/express-changes/schemas/mapping_changes.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ type: object
55
required:
66
- schema
77
- versions
8+
additionalProperties: false
89
properties:
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

sources/express-changes/schemas/schema_changes.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ type: object
55
required:
66
- schema
77
- versions
8+
additionalProperties: false
89
properties:
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

0 commit comments

Comments
 (0)