json.schema.api.voteRequest.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/api/voteRequest.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Query Vote",
"description": "This schema defines Services Count. This contains aggregated services count.",
"type": "string",
"javaType": "org.openmetadata.schema.api.VoteRequest",
"properties": {
"updatedVoteType": {
"description": "The updated vote type",
"$ref": "../type/votes.json#/definitions/voteType"
}
},
"additionalProperties": false,
"required": ["upVoteFactor", "downVoteFactor"]
}