{
"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": "dcFB38df624e06ADB1d5f7ef",
"createdBy": "C874353A189BfC9Cebb5a4Bb",
"created": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": "3edf173deCBe1a76C049Ce49",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "E7AECe91b7F5A9BbDAFe4c5A",
"name": "adipisicing ad sit qui",
"description": "A user-defined object to help group documents."
},
{
"_id": "7E3c0E7CD920eCfFc5b8d6D9",
"name": "velit enim tempor sunt veniam",
"description": "A user-defined object to help group documents."
},
{
"_id": "d010A905F6ded0df29Cb7A95",
"name": "do nulla non cillum",
"description": "A user-defined object to help group documents."
}
]
},
"edit": "ad"
}
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"
]
}