{
"created": {
"name": "test",
"group": "Sample group",
"command": "show ip br",
"description": "description",
"template": "Value FIRST_WORD (S+)\n\nStart\n ^FIRST_WORD.* -> Record",
"data": "some sample text to match against",
"type": "test",
"_id": "BE49B2f35EbbDA1F2D7bc119",
"createdBy": "261fD74D55F7E9b6fc654BE9",
"created": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": "CAAebda9fDAf0DecdAfB8E98",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "Caea7f0d155Ad34ef6FcBB1D",
"name": "ipsum in id laborum",
"description": "A user-defined object to help group documents."
},
{
"_id": "090bBc8fBd193419abE8Ee00",
"name": "et nulla occaecat ex",
"description": "A user-defined object to help group documents."
},
{
"_id": "33bB5BBbe2B5C5d5F22baaeA",
"name": "qui ex irure adipisicing",
"description": "A user-defined object to help group documents."
},
{
"_id": "b3a09A6A9a8aFAfB9DF0bafe",
"name": "dolor mollit labore esse ea",
"description": "A user-defined object to help group documents."
}
]
},
"edit": "sunt"
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"description": "Created template and associated edit URI.",
"properties": {
"created": {
"$ref": "template"
},
"edit": {
"type": "string",
"description": "URI to the edit page for the newly created template."
}
},
"required": [
"created",
"edit"
]
}