json.schema.entity.feed.customProperty.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/entity/feed/customProperty.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CustomPropertyFeedInfo",
"javaType": "org.openmetadata.schema.entity.feed.CustomPropertyFeedInfo",
"description": "This schema defines the custom properties addition/deltion schema on feed.",
"type": "object",
"properties": {
"previousValue": {
"description": "Previous Custom Property."
},
"updatedValue": {
"description": "Updated Custom Property."
}
},
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy