{
"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": "5193f3EF2AF10CaAD03FA331",
"createdBy": "a5b97Ff007D3c77a5DD1DFEa",
"created": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": "3835ccFfc269eA74bC894d39",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "A4D4a42001661F2f4fEe5Fe0",
"name": "Duis officia elit",
"description": "A user-defined object to help group documents."
},
{
"_id": "DFc20E9dF9F519EF737DC4db",
"name": "Duis velit amet aliquip sed",
"description": "A user-defined object to help group documents."
},
{
"_id": "468f1898ba7643856D9b93Ee",
"name": "eu do laboris elit",
"description": "A user-defined object to help group documents."
},
{
"_id": "7f8F8A2Aa383a78BFAceC69b",
"name": "deserunt id magna",
"description": "A user-defined object to help group documents."
}
]
},
"edit": "est et commodo"
}
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"
]
}