Errors
Parser error on line 12
missed comma between flow collection entries
The v2 link is back working.
Something’s off with your spec, not sure how you got that. You have a Javascript object there, and not a JSON.
Doesn’t even seem to be a valid Javascript object because the path is not escaped.
You’d need to have either a JSON or YAML to use the editor.
thanks
· schemes:
[
o "http"
],
· paths:
{
o /Contact/{UserID}/Status:
{
§ get:
{
§ tags:
[
§ "UserStatus"
],
§ operationId: "UserStatus_Get",
§ consumes: [ ],
§ produces:
[
§ "application/json",
§ "text/json"
],
§ parameters:
[
§
§ {
§ name: "UserID",
§ in: "path",
§ required: true,
§ type: "string"
}
],
§ responses:
{
§ 200:
{
§ description: "OK",
§ schema:
{
§ $ref: "#/definitions/OutputUserStatus"
}
}
}
}
}
},
· definitions:
{
o OutputUserStatus:
}
}
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.