We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
While the JSON Schemas are still in development we need to update them upon every change.
bin/update_json_schemas
bin/update_json_schemas /Users/max/.ssh/id_rsa config/authorized_keys/ce_registry/max.pem http://lr-staging.learningtapestry.com
config/authorized_keys/
curl -s 'http://credreg.net/ctdl/schema/validation/Credential/json?asGroup=true' | jq '.' > fixtures/schemas/ce_registry/credential.json curl -s 'http://credreg.net/ctdl/schema/validation/AssessmentProfile/json?asGroup=true' | jq '.' > fixtures/schemas/ce_registry/assessment_profile.json curl -s 'http://credreg.net/ctdl/schema/validation/LearningOpportunityProfile/json?asGroup=true' | jq '.' > fixtures/schemas/ce_registry/learning_opportunity_profile.json curl -s 'http://credreg.net/ctdl/schema/validation/Agent/json?asGroup=true' | jq '.' > fixtures/schemas/ce_registry/organization.json
jq