Skip to content
New issue

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

⚖ Encode Compatability with CEDAR #13

Open
shnizzedy opened this issue May 15, 2018 · 0 comments
Open

⚖ Encode Compatability with CEDAR #13

shnizzedy opened this issue May 15, 2018 · 0 comments
Labels
enhancement New feature or request interoperability

Comments

@shnizzedy
Copy link
Member

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

@shnizzedy shnizzedy self-assigned this May 17, 2018
shnizzedy referenced this issue in ChildMindInstitute/mindlogger-backend Jun 8, 2018
- Connect
- Get IDs of Collections and Folders
- Begin defining context

Ref #32, #31, #23
shnizzedy referenced this issue in ChildMindInstitute/mindlogger-backend Jul 2, 2018
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
shnizzedy referenced this issue in ChildMindInstitute/mindlogger-backend Jul 3, 2018
- Add prompts for responses
- Add @contexts to several documents
- Add platform OS

Ref #31, #32, #23
shnizzedy referenced this issue in ChildMindInstitute/mindlogger-backend Apr 10, 2019
📰

- 🚧 TODO: #23 (save screens-in-progress), #114 (define
draft vs. published status)

Resolves #112
@shnizzedy shnizzedy transferred this issue from ChildMindInstitute/mindlogger-backend Aug 28, 2019
@shnizzedy shnizzedy added the enhancement New feature or request label Aug 28, 2019
@shnizzedy shnizzedy removed their assignment Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request interoperability
Projects
None yet
Development

No branches or pull requests

1 participant