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": {
|
||||
"type": "union",
|
||||
"refs": [
|
||||
"my.spoor.log.activity#indexProgress"
|
||||
"#progressIndex"
|
||||
]
|
||||
},
|
||||
"performedAt": {
|
||||
|
|
@ -31,9 +31,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"indexProgress": {
|
||||
"type": "integer",
|
||||
"description": "The index of the content consumed. Content must be indexable"
|
||||
"progressIndex": {
|
||||
"type": "object",
|
||||
"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