Giter Site home page Giter Site logo

edan-schemas's People

Contributors

andrewgunther avatar galafik avatar jbylsma avatar mschallquotient avatar rbartlettquotient avatar srjeffers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

gkenyon srjeffers

edan-schemas's Issues

3D content types- consistency

After issue #6

Discuss w/team- consistency with other definitions and content types

Update schemas as necessary

Outside of this repo:
Update existing records to conform
Modify 3DSI modules to use new schemas
Re-validate records

Review efs - update references.

in online_media, where we currently have this:
"$ref": "media-element.json#/edanMediaElement"

we should instead have this:
"$ref": "media-element.json#/definitions/edanMediaElement"

and in something like si-unit, we are re-using our "efs" like this:
"$ref": "field-object.json#/fieldObject"
but it should be like:
"$ref": "definitions/field-object.json#/definitions/fieldObject"

Rename /atoms to /definitions

See this example below. We should relabel /atoms to /definitions to avoid overlap with "atom" in the context of atomic content in the EDAN repo.

http://json-schema.org/example2.html

{
    "id": "http://some.site.somewhere/entry-schema#",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "schema for an fstab entry",
    "type": "object",
    "required": [ "storage" ],
    "properties": {
        "storage": {
            "type": "object",
            "oneOf": [
                { "$ref": "#/definitions/diskDevice" },
                { "$ref": "#/definitions/diskUUID" },
                { "$ref": "#/definitions/nfs" },
                { "$ref": "#/definitions/tmpfs" }
            ]
        }
    },
    "definitions": {
        "diskDevice": {},
        "diskUUID": {},
        "nfs": {},
        "tmpfs": {}
    }
}

Change "si-unit" to si_unit

JSON file, and content within EDAN <- careful, need to work with si.edu on templates.

Also: "unit" records should supersede si-unit data eventually- again, requires collaboration with si.edu team.

Move miss records into subdirectory

There are a few types:

  • sound_assets.json
  • attract_loop_video.json
  • attract_loop.json
  • cortina_files.json
  • cortina_section.json
  • gallery_description.json
  • miss_component.json
  • miss_interactive.json

Verify eresource.json and ecr.json

Can these be merged? What records are using eresource.json? I think it's the "original" type LASSB defined but was renamed to ecr.json by OCIO.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.