Flatten out v1 and v2_alpha directories

As a side effect, I got rid of all of the horrible symlinks and just put
in all of the proper relative paths. Because the horrible symlinks were
horrible.
This commit is contained in:
Daniel Wagner-Hall 2015-11-30 11:22:57 +00:00
parent 1a4a9af9a7
commit 6c66bfc755
123 changed files with 52 additions and 77 deletions

View file

@ -0,0 +1,10 @@
type: object
description: A Matrix-level Error
properties:
errcode:
type: string
description: An error code.
error:
type: string
description: A human-readable error message.
required: ["errcode"]