1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 00:38:10 +00:00

Fix error messages in JSON schema

This commit is contained in:
Julien Duponchelle 2015-04-09 10:23:54 +02:00
parent 1d997d9da5
commit 202032f334
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ IOU_OBJECT_SCHEMA = {
IOU_NIO_SCHEMA = {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Request validation to add a NIO for a VPCS instance",
"description": "Request validation to add a NIO for a IOU instance",
"type": "object",
"definitions": {
"UDP": {

View File

@ -213,7 +213,7 @@ QEMU_UPDATE_SCHEMA = {
QEMU_NIO_SCHEMA = {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Request validation to add a NIO for a VPCS instance",
"description": "Request validation to add a NIO for a QEMU instance",
"type": "object",
"definitions": {
"UDP": {