We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The basic structure of a CEDAR element is:
{ "$schema": "http://json-schema.org/draft-04/schema#", "@id": null, "@type": "https://schema.metadatacenter.org/core/TemplateElement", "@context": { "xsd": "http://www.w3.org/2001/XMLSchema#", "pav": "http://purl.org/pav/", "bibo": "http://purl.org/ontology/bibo/", "oslc": "http://open-services.net/ns/core#", "schema": "http://schema.org/", "schema:name": { "@type": "xsd:string" }, "schema:description": { "@type": "xsd:string" }, "pav:createdOn": { "@type": "xsd:dateTime" }, "pav:createdBy": { "@type": "@id" }, "pav:lastUpdatedOn": { "@type": "xsd:dateTime" }, "oslc:modifiedBy": { "@type": "@id" } }, "type": "object", "title": "Untitled element schema", "description": "Untitled element schema generated by the CEDAR Template Editor 1.8.1", "_ui": { "order": [], "propertyLabels": {} }, "properties": { "@context": { "type": "object", "properties": {}, "additionalProperties": false }, "@id": { "type": "string", "format": "uri" }, "@type": { "oneOf": [ { "type": "string", "format": "uri" }, { "type": "array", "minItems": 1, "items": { "type": "string", "format": "uri" }, "uniqueItems": true } ] } }, "schema:name": "Untitled", "schema:description": "", "required": [ "@context", "@id" ], "pav:createdOn": null, "pav:createdBy": null, "pav:lastUpdatedOn": null, "oslc:modifiedBy": null, "schema:schemaVersion": "1.4.0", "additionalProperties": false, "pav:version": "0.0.1", "bibo:status": "bibo:draft" }
Related: #12
The text was updated successfully, but these errors were encountered:
🚧 📰 Girder Setup
b68dda9
- Connect - Get IDs of Collections and Folders - Begin defining context Ref #32, #31, #23
✨ 📝 🐘 → 🍃 Responses from Postgres to Girder
8b1e9a6
Still To Do: - align prompts and responses (eg, for conditional logic) - fill in missing contexts - #22, #23, #24 - #36 - update documentation - #38 Ref #31, #36
📰 📝 🐘 → 🍃 Update Contexts
3ed99c5
- Add prompts for responses - Add @contexts to several documents - Add platform OS Ref #31, #32, #23
Route to Create New Screens
0fd44b6
📰 - 🚧 TODO: #23 (save screens-in-progress), #114 (define draft vs. published status) Resolves #112
No branches or pull requests
The basic structure of a CEDAR element is:
Related: #12
The text was updated successfully, but these errors were encountered: