{
"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": "5B9fBcb94d4Da0EcDdfd5Db8",
"createdBy": "78f17eeFE86affD22fD0Ee8B",
"created": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": "F8Cb9c6bE7615fEBBf71a6A3",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "DD2eDEd2BF0eA37fc12bCf63",
"name": "in nisi",
"description": "A user-defined object to help group documents."
},
{
"_id": "CBD54258324cc30AEFC638aa",
"name": "Lorem ullamco et consequat velit",
"description": "A user-defined object to help group documents."
},
{
"_id": "75CE4dff7C8CDA8C6aD6dFdb",
"name": "non mollit Duis Lorem",
"description": "A user-defined object to help group documents."
},
{
"_id": "0DfD7bFFC1F9DFCEcE3AfB56",
"name": "quis veniam enim amet",
"description": "A user-defined object to help group documents."
},
{
"_id": "6007daEc8d8aaFF9aE125893",
"name": "et in",
"description": "A user-defined object to help group documents."
}
]
},
"edit": "aliquip"
}
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"
]
}