{
"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": "fDdDfa0Ed6FDAD755dC5F3a9",
"createdBy": "4Bc0f69A814EEE3628522e9D",
"created": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": "DdDC5db24CCDbe24ba8b3B99",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "bDc7b11F734d63295c33a648",
"name": "ipsum ut Duis in id",
"description": "A user-defined object to help group documents."
},
{
"_id": "6Ff99df96bD6c7420DdF2b52",
"name": "quis consectetur culpa",
"description": "A user-defined object to help group documents."
},
{
"_id": "73ab4da61ABAC650046aE7bE",
"name": "velit",
"description": "A user-defined object to help group documents."
},
{
"_id": "FCf80B14D1E83abAecc3B5CF",
"name": "Excepteur ex fugiat",
"description": "A user-defined object to help group documents."
}
]
},
"edit": "cupidatat laboris aliquip ipsum"
}
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"
]
}