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

json.schema.entity.feed.owner.json Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
{
  "$id": "https://open-metadata.org/schema/entity/feed/owner.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OwnerFeedInfo",
  "description": "This schema defines the schema for Ownership Updates for Feed.",
  "javaType": "org.openmetadata.schema.entity.feed.OwnerFeedInfo",
  "type": "object",
  "properties": {
    "previousOwner": {
      "description": "Previous Owners.",
      "$ref": "../../type/entityReferenceList.json"
    },
    "updatedOwner": {
      "description": "Updated Owners.",
      "$ref": "../../type/entityReferenceList.json"
    }
  },
  "additionalProperties": false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy