docs-matrix-spec/api/client-server/v1/definitions/error.yaml
Kegan Dougal f72319e256 Add profile API. Add error definition to definitions folder.
The tool used for validating swagger 2.0 schemata does not currently
support deep-nested definitions from other files. Until it does, keep
the definitions in a separate file each in a definitions folder. This
will be replaced with a definitions.yaml in the future.
2015-05-29 15:37:44 +01:00

7 lines
No EOL
100 B
YAML

type: object
properties:
errcode:
type: string
error:
type: string
required: ["errcode"]