File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ COVBASE=coverage run --append
3434
3535# Updating the Major & Minor version below?
3636# Don't forget to update setup.py as well
37- VERSION =8.2 .$(shell date +% Y% m% d% H% M% S --utc --date=`git log --first-parent \
37+ VERSION =8.3 .$(shell date +% Y% m% d% H% M% S --utc --date=`git log --first-parent \
3838 --max-count=1 --format=format:% cI`)
3939
4040# # all : default task
Original file line number Diff line number Diff line change @@ -309,7 +309,8 @@ $graph:
309309 type : boolean?
310310 doc : |
311311 If true, this record is abstract and may be used as a base for other
312- records, but is not valid on its own.
312+ records, but is not valid on its own. Inherited fields may be
313+ re-specified to narrow their type.
313314
314315 - name : extends
315316 type :
@@ -321,7 +322,7 @@ $graph:
321322 refScope : 1
322323 doc : |
323324 Indicates that this record inherits fields from one or more base records.
324-
325+ Inherited fields may be re-specified to narrow their type.
325326 - name : specialize
326327 type :
327328 - SpecializeDef[]?
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Contributors:
99* The developers of Apache Avro
1010* The developers of JSON-LD
1111* Nebojša Tijanić <nebojsa.tijanic@sbgenomics.com >, Seven Bridges Genomics
12+ * Michael R. Crusoe, ELIXIR-DE
1213
1314# Abstract
1415
@@ -86,6 +87,12 @@ specification, the following changes have been made:
8687 is poorly documented, not included in conformance testing,
8788 and not widely supported.
8889
90+ ## Introduction to v1.2
91+
92+ This is the fourth version of the Schema Salad specification. It was created to
93+ ease the development of extensions to CWL v1.2. The only change is that
94+ inherited records can narrow the types of fields.
95+
8996## References to Other Specifications
9097
9198** Javascript Object Notation (JSON)** : http://json.org
Original file line number Diff line number Diff line change 9090
9191setup (
9292 name = "schema-salad" ,
93- version = "8.2 " , # update the VERSION prefix in the Makefile as well 🙂
93+ version = "8.3 " , # update the VERSION prefix in the Makefile as well 🙂
9494 description = "Schema Annotations for Linked Avro Data (SALAD)" ,
9595 long_description = open (README ).read (),
9696 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments