Updated schema description

This commit is contained in:
Ken Tsang
2017-03-14 17:53:49 +00:00
parent a596a1bb87
commit 7558a7661a
2 changed files with 3 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ from app.schema_validation.definitions import uuid
get_template_by_id_request = {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "schema for query parameters allowed when getting list of notifications",
"description": "schema for parameters allowed when getting template by id",
"type": "object",
"properties": {
"id": uuid,