Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

RunKit + npm: xapi-validation

node v6.17.1
endpointsharetweet
const validateStatement = require("xapi-validation").default; const warnings = validateStatement({ actor: { mbox: 'mailto:test@example.com', }, verb: { id: 'http://www.example.com/verb', }, object: { id: 'http', } }); console.log(warnings);
Created from: https://runkit.com/npm/xapi-validation
Loading…

no comments

    sign in to comment