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

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

There is a newer version: 1.6.1
Show newest version
{
  "$id": "https://open-metadata.org/schema/entity/applications/appExtension.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AppExtension",
  "javaType": "org.openmetadata.schema.entity.app.AppExtension",
  "description": "App Extension Object.",
  "type": "object",
  "definitions": {
    "extensionType": {
      "description": "Extension type.",
      "type": "string",
      "enum": [
        "status",
        "limits",
        "custom"
      ]
    }
  },
  "properties": {
    "appId": {
      "description": "Unique identifier of this application.",
      "$ref": "../../type/basic.json#/definitions/uuid"
    },
    "appName": {
      "description": "Name of the application.",
      "$ref": "../../type/basic.json#/definitions/entityName"
    },
    "timestamp": {
      "description": "Start of the job status.",
      "$ref": "../../type/basic.json#/definitions/timestamp"
    },
    "extension": {
      "$ref": "#/definitions/extensionType"
    }
  },
  "additionalProperties": true,
  "required": ["appId", "appName", "extension"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy