Add initial identity server spec

More to come
This commit is contained in:
Daniel Wagner-Hall 2016-03-09 15:49:23 +00:00 committed by review.rocks
parent 446ad008be
commit e0c55eeccf
5 changed files with 162 additions and 0 deletions

View file

@ -20,6 +20,7 @@ import yaml
HTTP_APIS = {
"../api/application-service": "as",
"../api/client-server": "cs",
"../api/identity": "is",
}
EVENT_EXAMPLES = "../event-schemas/examples"
EVENT_SCHEMA = "../event-schemas/schema"