Skip to content

Commit 8f90031

Browse files
committed
Include mandatory atomic relation for lists in all schemas
1 parent 3f658af commit 8f90031

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/testdata/schema.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ types:
8787
list:
8888
elementType:
8989
scalar: string
90+
elementRelationship: atomic
9091
- name: untyped
9192
map:
9293
fields:
9394
- name: elementRelationship
9495
type:
9596
scalar: string
96-

schema/schemaschema.go

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ var SchemaSchemaYAML = `types:
145145
list:
146146
elementType:
147147
scalar: string
148+
elementRelationship: atomic
148149
- name: untyped
149150
map:
150151
fields:

0 commit comments

Comments
 (0)