mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00
changes schema path to github (#28)
Co-authored-by: parthp2107 <parth.panchal@deuexsoultions.com>
This commit is contained in:
parent
491edc81e5
commit
a77c1fc925
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/api/admin/version/catalogVersion.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/catalogVersion.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Catalog application software version",
|
||||
"description": "Catalog application software version",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/data/createDatabase.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/data/createDatabase.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Create Database entity request",
|
||||
"description": "Create Database entity request",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/data/createTable.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/data/createTable.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Create Table entity request",
|
||||
"description": "Schema corresponding to a table that belongs to a database",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/api/feed/createFeed.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/feed/createThread.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Create thread request",
|
||||
"description": "Create thread request",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/services/createDatabaseService.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/services/createDatabaseService.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Create Database service entity request",
|
||||
"description": "Create Database service entity request",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/services/updateDatabaseService.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/services/updateDatabaseService.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Update Database service entity request",
|
||||
"description": "Udpate Database service entity request",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/api/setOwner.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/setOwner.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Set ownership for a given entity",
|
||||
"description": "Set ownership for a given entity",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/createTag.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/tags/createTag.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Create tag API request",
|
||||
"description": "Create tag API request",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/createTagCategory.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/tags/createTagCategory.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Create tag category request",
|
||||
"description": "Create tag category request",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/api/teams/team.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/teams/createTeam.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Team entity",
|
||||
"description": "Team entity",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/api/team/createUser.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/api/teams/createUser.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Request to create User entity",
|
||||
"description": "Request to create User entity",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/bots.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/bots.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Bot entity",
|
||||
"description": "Bot entity to capture the details of a bot",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/data/dashboard.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/data/dashboard.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Dashboard entity",
|
||||
"description": "Entity that represents a Dashboard",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/data/database.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/data/database.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Database entity",
|
||||
"description": "Entity that represents a database",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/data/metrics.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/data/metrics.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Metrics entity",
|
||||
"description": "Entity that represents a Metrics",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/data/pipeline.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/data/pipeline.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Pipeline entity",
|
||||
"description": "Entity that represents a Pipeline",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/data/report.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/data/report.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Report entity",
|
||||
"description": "Entity that represents a Report",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/data/table.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Table entity",
|
||||
"description": "Schema corresponding to a table that belongs to a database",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/thread.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/feed/thread.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Feed entity",
|
||||
"description": "Entity that represents a feed",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/services/databaseService.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/services/databaseService.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Database service entity",
|
||||
"description": "Database service entity that reference services such as MySQL, BigQuery, Redshift, Postgres or Snowflake",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/tagCategory.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/tags/tagCategory.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Types related to tag category",
|
||||
"description": "Types related to tag category",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/team/team.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/teams/team.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Team entity",
|
||||
"description": "Team entity",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/entity/team/user.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/entity/teams/user.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "User entity",
|
||||
"description": "User entity that is part of an organization",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/basic.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/type/basic.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Common types",
|
||||
"description": "Common reusable types",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/collection.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/type/collectionDescriptor.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Schema for collection descriptor",
|
||||
"description": "Type used for capturing the details of a collection",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/dailyCount.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/type/dailyCount.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Daily count of some measurement",
|
||||
"description": "Type used for capturing and reporting daily count of some measurement, such as usage, joins",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/entityReference.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/type/entityReference.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Entity Reference",
|
||||
"description": "Entity reference that includes entity ID and entity type",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/entityUsage.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/type/entityUsage.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Usage details of an entity",
|
||||
"description": "Type used for capturing usage details of an entity",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/jdbcConnection.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/type/jdbcConnection.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "JDBC connection",
|
||||
"description": "JDBC connection information used for connecting to a database system",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/profile.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/type/profile.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Type used to capture profile of a user, team, or an organization",
|
||||
"description": "Type used to capture profile of a user, team, or an organization",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/schedule.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/type/schedule.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Type used for schedule with start time and repeat frequency",
|
||||
"description": "Type used for schedule with start time and repeat frequency",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/schedule.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/type/tagLabel.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Tag Label",
|
||||
"description": "Type used for schedule with start time and repeat frequency",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$id": "https://streaminlinedata.ai/type/usageDetails.json",
|
||||
"$id": "https://github.com/open-metadata/OpenMetadata/blob/schema-scripts/catalog-rest-service/src/main/resources/json/schema/type/usageDetails.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Type used to return usage details of an entity",
|
||||
"description": "Type used to return usage details of an entity",
|
||||
|
Loading…
x
Reference in New Issue
Block a user