Skip to content

Commit

Permalink
Name field is ambigous, so use list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Amstutz committed Jul 7, 2016
1 parent f814cdb commit c9fc39f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema_salad/metaschema/metaschema_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ $graph:
type: record
doc: A field of a record.
fields:
name:
- name: name
type: string
jsonldPredicate: "@id"
doc: |
The name of the field
doc:
- name: doc
type: string?
doc: |
A documentation string for this field
jsonldPredicate: "rdfs:comment"

type:
- name: type
type:
- PrimitiveType
- RecordSchema
Expand Down

0 comments on commit c9fc39f

Please sign in to comment.