Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

A store holds collections of statements. (may be referred to as lrs).

It is accessible through the following HTTP interfaces:

SCHEMA

Name

Description

_id

The id of this store.

Title

The name of this store.

createdAt

When this store was created.

updatedAt

When this was last updated.

description

The description of this store.

owner_id

The id of the user who created this store.

organisation

The organisation this store belongs to.

statementCount

Number of statements in this store.

EXAMPLE MODEL

{
	"_id" : "59c2371c16bc715f83c34508",
	"title" : "Example Store",
	"createdAt" : "2017-04-27T09:40:44.920Z",
	"updatedAt" : "2017-04-27T09:40:49.139Z",
	"organisation" : "59c2371c16bc715f83c34507",
	"statementCount" : 500
}

  • No labels