Skip to content

Commit 9686fde

Browse files
author
Peter Amstutz
committed
Merge branch 'master' into userguide-1.0
2 parents adda389 + 25784a9 commit 9686fde

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

v1.0/salad/schema_salad/metaschema/metaschema.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ $graph:
265265
266266
- name: specialize
267267
type:
268-
- SpecializeDef?
269268
- SpecializeDef[]?
270269
doc: |
271270
Only applies if `extends` is declared. Apply type specialization using the

v1.0/salad/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

v1.0/salad/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
extras_require = {} # TODO: to be removed when the above is added
4242

4343
setup(name='schema-salad',
44-
version='1.13',
44+
version='1.14',
4545
description='Schema Annotations for Linked Avro Data (SALAD)',
4646
long_description=open(README).read(),
4747
author='Common workflow language working group',

0 commit comments

Comments
 (0)