schema_salad icon indicating copy to clipboard operation
schema_salad copied to clipboard

Semantic Annotations for Linked Avro Data

Results 89 schema_salad issues
Sort by recently updated
recently updated
newest added

https://github.com/ionrock/cachecontrol/issues/109 Use the DictCache or other custom backend? http://cachecontrol.readthedocs.io/en/latest/storage.html#dictcache Are there other HTTP caching packages that are good?

The changes for applying subscope to baseuri that were made for Python should be applied to the other code generators: https://github.com/common-workflow-language/schema_salad/pull/594

Hi, Using the following schema: ```yaml - name: Parent doc: | Parent record documentRoot: true abstract: true docChild: - "#Child" type: record fields: - name: id jsonldPredicate: _id: "#id" type:...

After generating Python utilities for https://github.com/common-workflow-language/cwl-v1.2/tree/1.2.1_proposed I tried loading and subsequently saving one of the test files (`/tests/count-lines14-wf.cwl`) using the following code: ``` Python f = open("/home/adrian/Dokumente/Coding/CWL/cwl-v1.2/tests/count-lines14-wf.cwl", "r") doc =...

Hi, I am not quite clear looking at the documentation what Schema Salad is about. My guess is that it could provide what [CSV for the Web W3C standard](https://www.w3.org/2013/csvw/wiki/Main_Page) provides...

The README on the front page of this project says: > You can check the schema and document in schema_salad/tests/basket_schema.yml and schema_salad/tests/basket.yml: But I could not find those files. Copying...

Although schemas with a union of enum arrays are valid, schema-salad-tool cannot parse documents with such schemas and throws an exception due to the schema rather than the input document....

Goal: produce an OpenAPI compatible [Schema Object](https://swagger.io/specification/#schema-object) that uses as many of the OpenAPI concepts as possible to enable OpenAPI based libraries to validate inline CWL objects as part of...