{
"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": "eE83EBCea2f453d5b33E5Add",
"createdBy": "04B839d98ee6D0BFFd30240f",
"created": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": "aD8D38a787982AE17Ff9dAC3",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "f8C5FDEA8d0Ae7c1eC79aedC",
"name": "amet ea culpa in",
"description": "A user-defined object to help group documents."
},
{
"_id": "db51c3e65B53a6A7dC8cBcF5",
"name": "ad sint ea cillum aliqua",
"description": "A user-defined object to help group documents."
},
{
"_id": "F2149adE60D876b1D526c8e5",
"name": "sunt ex dolore",
"description": "A user-defined object to help group documents."
},
{
"_id": "eC97a1a17dDBB7024eae6afC",
"name": "aute sunt",
"description": "A user-defined object to help group documents."
},
{
"_id": "Be3D88fE1dfBDFEffC3B182A",
"name": "eu reprehenderit sed esse Ut",
"description": "A user-defined object to help group documents."
}
]
},
"edit": "ex"
}
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"
]
}