All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.api.voteRequest.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$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"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy