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

json.schema.entity.applications.createAppRequest.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/entity/applications/createAppRequest.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateAppRequest",
  "javaType": "org.openmetadata.schema.entity.app.CreateApp",
  "javaInterfaces": ["org.openmetadata.schema.CreateEntity"],
  "description": "This schema defines the create applications request for Open-Metadata.",
  "type": "object",
  "properties": {
    "name": {
      "description": "Name of the Application.",
      "$ref": "../../type/basic.json#/definitions/entityName"
    },
    "displayName": {
      "description": "Display Name for the application.",
      "type": "string"
    },
    "description": {
      "description": "Description of the Application.",
      "$ref": "../../type/basic.json#/definitions/markdown"
    },
    "owners": {
      "description": "Owners of this workflow.",
      "$ref": "../../type/entityReferenceList.json",
      "default": null
    },
    "bot": {
      "description": "Fqn of Bot Associated with this application.",
      "$ref": "../../type/basic.json#/definitions/fullyQualifiedEntityName",
      "default": null
    },
    "appConfiguration": {
      "description": "Application Configuration object."
    },
    "appSchedule": {
      "$ref": "./app.json#/definitions/appSchedule"
    },
    "domain" : {
      "description": "Fully qualified name of the domain the Table belongs to.",
      "type": "string"
    }
  },
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy