json.schema.entity.feed.owner.json Maven / Gradle / Ivy
{
"$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