UNPKG
graph-common
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Open Graph API core js lib
github.com/pirati-cz/graph-common
pirati-cz/graph-common
graph-common
/
src
/
schema_schema.litcoffee
15 lines
(9 loc)
•
263 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Model
schema
for
Schema
objects
class
SchemaSchema
@schema
=
{
name:
'Schema'
,
definition:
{
name:
{
type:
String
,
required:
true
,
unique:
true
},
definition:
{} }}
@methods
=
{ }
module.exports
=
SchemaSchema