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

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

There is a newer version: 1.6.1
Show newest version
{
  "$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