mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-27 08:03:09 +00:00
Fix #737 - Add version information to entity schemas
This commit is contained in:
parent
9e6b1cb2ae
commit
d9c7c928ee
@ -80,6 +80,18 @@
|
|||||||
"description": "Description of the dashboard, what it is, and how to use it.",
|
"description": "Description of the dashboard, what it is, and how to use it.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"chartType": {
|
"chartType": {
|
||||||
"$ref": "#/definitions/chartType"
|
"$ref": "#/definitions/chartType"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -30,6 +30,18 @@
|
|||||||
"description": "Description of the dashboard, what it is, and how to use it.",
|
"description": "Description of the dashboard, what it is, and how to use it.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"dashboardUrl" : {
|
"dashboardUrl" : {
|
||||||
"description": "Dashboard URL.",
|
"description": "Dashboard URL.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -35,6 +35,18 @@
|
|||||||
"description": "Description of the database instance.",
|
"description": "Description of the database instance.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"href": {
|
"href": {
|
||||||
"description": "Link to the resource corresponding to this entity.",
|
"description": "Link to the resource corresponding to this entity.",
|
||||||
"$ref": "../../type/basic.json#/definitions/href"
|
"$ref": "../../type/basic.json#/definitions/href"
|
||||||
|
|||||||
@ -30,6 +30,18 @@
|
|||||||
"description": "Description of metrics instance, what it is, and how to use it.",
|
"description": "Description of metrics instance, what it is, and how to use it.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"href": {
|
"href": {
|
||||||
"description": "Link to the resource corresponding to this entity.",
|
"description": "Link to the resource corresponding to this entity.",
|
||||||
"$ref": "../../type/basic.json#/definitions/href"
|
"$ref": "../../type/basic.json#/definitions/href"
|
||||||
|
|||||||
@ -26,6 +26,18 @@
|
|||||||
"description": "Display Name that identifies this model.",
|
"description": "Display Name that identifies this model.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"description": "Description of the model, what it is, and how to use it.",
|
"description": "Description of the model, what it is, and how to use it.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|||||||
@ -29,6 +29,18 @@
|
|||||||
"description": "Description of this Pipeline.",
|
"description": "Description of this Pipeline.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"pipelineUrl" : {
|
"pipelineUrl" : {
|
||||||
"description": "Pipeline URL to visit/manage. This URL points to respective pipeline service UI.",
|
"description": "Pipeline URL to visit/manage. This URL points to respective pipeline service UI.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -30,6 +30,18 @@
|
|||||||
"description": "Description of this report instance.",
|
"description": "Description of this report instance.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"href": {
|
"href": {
|
||||||
"description": "Link to the resource corresponding to this report.",
|
"description": "Link to the resource corresponding to this report.",
|
||||||
"$ref": "../../type/basic.json#/definitions/href"
|
"$ref": "../../type/basic.json#/definitions/href"
|
||||||
|
|||||||
@ -355,10 +355,26 @@
|
|||||||
"description": "Display Name that identifies this table. It could be title or label from the source services.",
|
"description": "Display Name that identifies this table. It could be title or label from the source services.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"fullyQualifiedName": {
|
||||||
|
"description": "Fully qualified name of a table in the form `serviceName.databaseName.tableName`.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"description": "Description of a table.",
|
"description": "Description of a table.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"href": {
|
"href": {
|
||||||
"description": "Link to this table resource.",
|
"description": "Link to this table resource.",
|
||||||
"$ref": "../../type/basic.json#/definitions/href"
|
"$ref": "../../type/basic.json#/definitions/href"
|
||||||
@ -366,10 +382,6 @@
|
|||||||
"tableType": {
|
"tableType": {
|
||||||
"$ref": "#/definitions/tableType"
|
"$ref": "#/definitions/tableType"
|
||||||
},
|
},
|
||||||
"fullyQualifiedName": {
|
|
||||||
"description": "Fully qualified name of a table in the form `serviceName.databaseName.tableName`.",
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"columns": {
|
"columns": {
|
||||||
"description": "Columns in this table.",
|
"description": "Columns in this table.",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
@ -386,20 +398,11 @@
|
|||||||
},
|
},
|
||||||
"default": null
|
"default": null
|
||||||
},
|
},
|
||||||
"usageSummary": {
|
|
||||||
"description": "Latest usage information for this table.",
|
|
||||||
"$ref": "../../type/usageDetails.json",
|
|
||||||
"default": null
|
|
||||||
},
|
|
||||||
"owner": {
|
"owner": {
|
||||||
"description": "Owner of this table.",
|
"description": "Owner of this table.",
|
||||||
"$ref": "../../type/entityReference.json",
|
"$ref": "../../type/entityReference.json",
|
||||||
"default": null
|
"default": null
|
||||||
},
|
},
|
||||||
"followers": {
|
|
||||||
"description": "Followers of this table.",
|
|
||||||
"$ref": "../../type/entityReference.json#/definitions/entityReferenceList"
|
|
||||||
},
|
|
||||||
"database": {
|
"database": {
|
||||||
"description": "Reference to Database that contains this table.",
|
"description": "Reference to Database that contains this table.",
|
||||||
"$ref": "../../type/entityReference.json"
|
"$ref": "../../type/entityReference.json"
|
||||||
@ -416,6 +419,15 @@
|
|||||||
},
|
},
|
||||||
"default": null
|
"default": null
|
||||||
},
|
},
|
||||||
|
"usageSummary": {
|
||||||
|
"description": "Latest usage information for this table.",
|
||||||
|
"$ref": "../../type/usageDetails.json",
|
||||||
|
"default": null
|
||||||
|
},
|
||||||
|
"followers": {
|
||||||
|
"description": "Followers of this table.",
|
||||||
|
"$ref": "../../type/entityReference.json#/definitions/entityReferenceList"
|
||||||
|
},
|
||||||
"joins": {
|
"joins": {
|
||||||
"description": "Details of other tables this table is frequently joined with.",
|
"description": "Details of other tables this table is frequently joined with.",
|
||||||
"$ref": "#/definitions/tableJoins",
|
"$ref": "#/definitions/tableJoins",
|
||||||
|
|||||||
@ -30,6 +30,18 @@
|
|||||||
"description": "Description of this Task.",
|
"description": "Description of this Task.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"taskUrl" : {
|
"taskUrl" : {
|
||||||
"description": "Task URL to visit/manage. This URL points to respective pipeline service UI.",
|
"description": "Task URL to visit/manage. This URL points to respective pipeline service UI.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -67,6 +67,18 @@
|
|||||||
"description": "Description of the topic instance.",
|
"description": "Description of the topic instance.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"service": {
|
"service": {
|
||||||
"description": "Link to the messaging cluster/service where this topic is hosted in.",
|
"description": "Link to the messaging cluster/service where this topic is hosted in.",
|
||||||
"$ref": "../../type/entityReference.json"
|
"$ref": "../../type/entityReference.json"
|
||||||
|
|||||||
@ -53,6 +53,18 @@
|
|||||||
"description": "Description of a dashboard service instance.",
|
"description": "Description of a dashboard service instance.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"dashboardUrl": {
|
"dashboardUrl": {
|
||||||
"description": "Dashboard Service URL. This will be used to make REST API calls to Dashboard Service.",
|
"description": "Dashboard Service URL. This will be used to make REST API calls to Dashboard Service.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -85,6 +85,18 @@
|
|||||||
"description": "Description of a database service instance.",
|
"description": "Description of a database service instance.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"href": {
|
"href": {
|
||||||
"description": "Link to the resource corresponding to this database service.",
|
"description": "Link to the resource corresponding to this database service.",
|
||||||
"$ref": "../../type/basic.json#/definitions/href"
|
"$ref": "../../type/basic.json#/definitions/href"
|
||||||
|
|||||||
@ -53,6 +53,18 @@
|
|||||||
"description": "Display Name that identifies this messaging service. It could be title or label from the source services.",
|
"description": "Display Name that identifies this messaging service. It could be title or label from the source services.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"brokers": {
|
"brokers": {
|
||||||
"description": "Multiple bootstrap addresses for Kafka. Single proxy address for Pulsar.",
|
"description": "Multiple bootstrap addresses for Kafka. Single proxy address for Pulsar.",
|
||||||
"$ref" : "#/definitions/brokers"
|
"$ref" : "#/definitions/brokers"
|
||||||
|
|||||||
@ -45,6 +45,18 @@
|
|||||||
"description": "Display Name that identifies this pipeline service. It could be title or label from the source services.",
|
"description": "Display Name that identifies this pipeline service. It could be title or label from the source services.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"pipelineUrl": {
|
"pipelineUrl": {
|
||||||
"description": "Pipeline Service Management/UI URL.",
|
"description": "Pipeline Service Management/UI URL.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -45,6 +45,18 @@
|
|||||||
"description": "Unique name of the tag category.",
|
"description": "Unique name of the tag category.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"href": {
|
"href": {
|
||||||
"description": "Link to the resource corresponding to the tag.",
|
"description": "Link to the resource corresponding to the tag.",
|
||||||
"$ref": "../../type/basic.json#/definitions/href"
|
"$ref": "../../type/basic.json#/definitions/href"
|
||||||
@ -92,6 +104,18 @@
|
|||||||
"description": "Description of the tag category.",
|
"description": "Description of the tag category.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"categoryType": {
|
"categoryType": {
|
||||||
"$ref": "#/definitions/tagCategoryType"
|
"$ref": "#/definitions/tagCategoryType"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -29,6 +29,18 @@
|
|||||||
"description": "Description of the team.",
|
"description": "Description of the team.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"href": {
|
"href": {
|
||||||
"description": "Link to the resource corresponding to this entity.",
|
"description": "Link to the resource corresponding to this entity.",
|
||||||
"$ref": "../../type/basic.json#/definitions/href"
|
"$ref": "../../type/basic.json#/definitions/href"
|
||||||
|
|||||||
@ -26,6 +26,18 @@
|
|||||||
"description": "Name used for display purposes. Example 'FirstName LastName'.",
|
"description": "Name used for display purposes. Example 'FirstName LastName'.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"version" : {
|
||||||
|
"description": "Metadata version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/entityVersion"
|
||||||
|
},
|
||||||
|
"updatedAt" : {
|
||||||
|
"description": "Last update time corresponding to the new version of the entity.",
|
||||||
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
|
},
|
||||||
|
"updatedBy" : {
|
||||||
|
"description": "User who made the update.",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"description": "Email address of the user.",
|
"description": "Email address of the user.",
|
||||||
"$ref": "../../type/basic.json#/definitions/email"
|
"$ref": "../../type/basic.json#/definitions/email"
|
||||||
|
|||||||
@ -17,11 +17,6 @@
|
|||||||
"minLength": 6,
|
"minLength": 6,
|
||||||
"maxLength": 127
|
"maxLength": 127
|
||||||
},
|
},
|
||||||
"entityLink": {
|
|
||||||
"description": "Link to an entity or field within an entity using this format `<#E/{enties}/{entityName}/{field}/{fieldValue}`.",
|
|
||||||
"type": "string",
|
|
||||||
"pattern": "^<#E/\\S+/\\S+>$"
|
|
||||||
},
|
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
"description": "Timestamp in unixTimeMillis.",
|
"description": "Timestamp in unixTimeMillis.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -61,6 +56,18 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
},
|
},
|
||||||
|
"entityVersion": {
|
||||||
|
"description" : "Metadata version of the entity in the form `Major.Minor`. First version always starts from `0.1` when the entity is created. When the backward compatible changes are made to the entity, only the `Minor` version is incremented - example `1.0` is changed to `1.1`. When backward incompatible changes are made the `Major` version is incremented - example `1.1` to `2.0`.",
|
||||||
|
"type" : "number",
|
||||||
|
"multipleOf": 0.1,
|
||||||
|
"default" : 0.1,
|
||||||
|
"minimum": 0.1
|
||||||
|
},
|
||||||
|
"entityLink": {
|
||||||
|
"description": "Link to an entity or field within an entity using this format `<#E/{enties}/{entityName}/{field}/{fieldValue}`.",
|
||||||
|
"type": "string",
|
||||||
|
"pattern": "^<#E/\\S+/\\S+>$"
|
||||||
|
},
|
||||||
"sqlQuery": {
|
"sqlQuery": {
|
||||||
"description": "SQL query statement. Example - 'select * from orders'.",
|
"description": "SQL query statement. Example - 'select * from orders'.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user