log, remove invalid concrete schema
This commit is contained in:
parent
ebb6fdce39
commit
0c7e67126c
1 changed files with 8 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
"progress": {
|
"progress": {
|
||||||
"type": "union",
|
"type": "union",
|
||||||
"refs": [
|
"refs": [
|
||||||
"my.spoor.log.activity#indexProgress"
|
"#progressIndex"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"performedAt": {
|
"performedAt": {
|
||||||
|
|
@ -31,9 +31,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"indexProgress": {
|
"progressIndex": {
|
||||||
"type": "integer",
|
"type": "object",
|
||||||
"description": "The index of the content consumed. Content must be indexable"
|
"description": "The index of the content consumed. Content must be indexable",
|
||||||
|
"required": [ "index" ],
|
||||||
|
"properties": {
|
||||||
|
"index": { "type": "integer" }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue