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

Issue 9 merge in context jsonld to registration schema #12

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 6, 2020

  1. 👩‍💻 Making @id tag required for document

    Tests are going to crap themselves now
    Jess Robertson committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    7924da3 View commit details
    Browse the repository at this point in the history
  2. 🧪 Injecting @id tags

    @id tags now required in registration schema
    Jess Robertson committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ba29f92 View commit details
    Browse the repository at this point in the history
  3. 🧪 Change JSON-LD context injection

    Now we point to the master version so that branches don't randomly fail
    on schema checks because the contstant value is wrong...
    
    To fix properly we will need to do schema generation from templates,
    but this is a job for another day
    Jess Robertson committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    a0681eb View commit details
    Browse the repository at this point in the history
  4. ✍ Updated examples to satisfy new schema

    Now include @id tags as required
    Jess Robertson committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    98241f6 View commit details
    Browse the repository at this point in the history
  5. 👩‍💻 Update examples to meet new schema reqs

    Added @id tags for everything
    Jess Robertson committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    3436205 View commit details
    Browse the repository at this point in the history
  6. 💩 WIP updating examples.md doc

    Jess Robertson committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    b05b4e9 View commit details
    Browse the repository at this point in the history
  7. 🧹Delinting

    Jess Robertson committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ffcb368 View commit details
    Browse the repository at this point in the history
  8. ✍ Finishing updates to examples.md

    Jess Robertson committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    6af30f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. 📦 Add pyld to dependencies

    Jess Robertson committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    6e138c6 View commit details
    Browse the repository at this point in the history
  2. 🧪Factor helper functions out

    helpers for getting examples now moved to seperate helper module
    Jess Robertson committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    93c90e2 View commit details
    Browse the repository at this point in the history