We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f814cdb commit c9fc39fCopy full SHA for c9fc39f
schema_salad/metaschema/metaschema_base.yml
@@ -43,19 +43,19 @@ $graph:
43
type: record
44
doc: A field of a record.
45
fields:
46
- name:
+ - name: name
47
type: string
48
jsonldPredicate: "@id"
49
doc: |
50
The name of the field
51
52
- doc:
+ - name: doc
53
type: string?
54
55
A documentation string for this field
56
jsonldPredicate: "rdfs:comment"
57
58
- type:
+ - name: type
59
type:
60
- PrimitiveType
61
- RecordSchema
0 commit comments