diff planemo/lib/python3.7/site-packages/schema_salad/tests/pt.yml @ 1:56ad4e20f292 draft

"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author guerler
date Fri, 31 Jul 2020 00:32:28 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/planemo/lib/python3.7/site-packages/schema_salad/tests/pt.yml	Fri Jul 31 00:32:28 2020 -0400
@@ -0,0 +1,28 @@
+$namespaces:
+  sld:  "https://w3id.org/cwl/salad#"
+  dct:  "http://purl.org/dc/terms/"
+  rdf:  "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+  rdfs: "http://www.w3.org/2000/01/rdf-schema#"
+  xsd:  "http://www.w3.org/2001/XMLSchema#"
+name: PrimitiveType
+type: enum
+symbols:
+  - "sld:null"
+  - "xsd:boolean"
+  - "xsd:int"
+  - "xsd:long"
+  - "xsd:float"
+  - "xsd:double"
+  - "xsd:string"
+doc:
+  - |
+    Salad data types are based on Avro schema declarations.  Refer to the
+    [Avro schema declaration documentation](https://avro.apache.org/docs/current/spec.html#schemas) for
+    detailed information.
+  - "null: no value"
+  - "boolean: a binary value"
+  - "int: 32-bit signed integer"
+  - "long: 64-bit signed integer"
+  - "float: single precision (32-bit) IEEE 754 floating-point number"
+  - "double: double precision (64-bit) IEEE 754 floating-point number"
+  - "string: Unicode character sequence"