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

json.schema.api.data.createCustomProperty.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/api/data/createCustomProperty.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateCustomPropertyRequest",
  "description": "Create Custom Property Model entity request",
  "type": "object",
  "properties": {
    "name": {
      "description": "Name that identifies this Custom Property model.",
      "$ref": "../../type/basic.json#/definitions/entityName"
    },
    "description": {
      "description": "Description of the Container instance.",
      "$ref": "../../type/basic.json#/definitions/markdown"
    },
    "propertyType": {
      "description": "Property Type.",
      "$ref": "../../type/customProperty.json#/definitions/propertyType"
    },
    "customPropertyConfig": {
      "description": "Config to define constraints around CustomProperty.",
      "$ref": "../../type/customProperty.json#/definitions/customPropertyConfig"
    }
  },
  "required": ["name", "propertyType"],
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy