Skip to content

Commit c9fc39f

Browse files
author
Peter Amstutz
committed
Name field is ambigous, so use list.
1 parent f814cdb commit c9fc39f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema_salad/metaschema/metaschema_base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ $graph:
4343
type: record
4444
doc: A field of a record.
4545
fields:
46-
name:
46+
- name: name
4747
type: string
4848
jsonldPredicate: "@id"
4949
doc: |
5050
The name of the field
5151
52-
doc:
52+
- name: doc
5353
type: string?
5454
doc: |
5555
A documentation string for this field
5656
jsonldPredicate: "rdfs:comment"
5757

58-
type:
58+
- name: type
5959
type:
6060
- PrimitiveType
6161
- RecordSchema

0 commit comments

Comments
 (0)