{
"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": "CC5F5A4B3F0Ef5ADa2fd7BA9",
"createdBy": "6F2bf2E92Cac4a61DC8154d6",
"created": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": "d0345FfBc1c9AEB543afd9bC",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "DCEd25030e13Ec5AD5b49b1B",
"name": "elit nisi esse aute adipisicing",
"description": "A user-defined object to help group documents."
},
{
"_id": "9Eb2B2CCc65F624eEB2C3f1A",
"name": "commodo incididunt ad mollit ex",
"description": "A user-defined object to help group documents."
},
{
"_id": "C88CEbdf9b12587df33BA5Fa",
"name": "eu veniam laborum esse commodo",
"description": "A user-defined object to help group documents."
},
{
"_id": "0eA5DCABd0f1DBA04Cf3E490",
"name": "exercitation nulla Ut ex non",
"description": "A user-defined object to help group documents."
}
]
},
"edit": "eu non veniam"
}
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"
]
}