changes schema path to github (#28)

Co-authored-by: parthp2107 <parth.panchal@deuexsoultions.com>
This commit is contained in:
parthp2107 2021-08-03 11:11:33 +05:30 committed by GitHub
parent 491edc81e5
commit a77c1fc925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 33 additions and 33 deletions

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Catalog application software version", "title": "Catalog application software version",
"description": "Catalog application software version", "description": "Catalog application software version",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Create Database entity request", "title": "Create Database entity request",
"description": "Create Database entity request", "description": "Create Database entity request",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Create Table entity request", "title": "Create Table entity request",
"description": "Schema corresponding to a table that belongs to a database", "description": "Schema corresponding to a table that belongs to a database",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Create thread request", "title": "Create thread request",
"description": "Create thread request", "description": "Create thread request",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Create Database service entity request", "title": "Create Database service entity request",
"description": "Create Database service entity request", "description": "Create Database service entity request",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Update Database service entity request", "title": "Update Database service entity request",
"description": "Udpate Database service entity request", "description": "Udpate Database service entity request",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Set ownership for a given entity", "title": "Set ownership for a given entity",
"description": "Set ownership for a given entity", "description": "Set ownership for a given entity",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Create tag API request", "title": "Create tag API request",
"description": "Create tag API request", "description": "Create tag API request",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Create tag category request", "title": "Create tag category request",
"description": "Create tag category request", "description": "Create tag category request",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Team entity", "title": "Team entity",
"description": "Team entity", "description": "Team entity",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Request to create User entity", "title": "Request to create User entity",
"description": "Request to create User entity", "description": "Request to create User entity",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Bot entity", "title": "Bot entity",
"description": "Bot entity to capture the details of a bot", "description": "Bot entity to capture the details of a bot",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Dashboard entity", "title": "Dashboard entity",
"description": "Entity that represents a Dashboard", "description": "Entity that represents a Dashboard",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Database entity", "title": "Database entity",
"description": "Entity that represents a database", "description": "Entity that represents a database",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Metrics entity", "title": "Metrics entity",
"description": "Entity that represents a Metrics", "description": "Entity that represents a Metrics",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Pipeline entity", "title": "Pipeline entity",
"description": "Entity that represents a Pipeline", "description": "Entity that represents a Pipeline",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Report entity", "title": "Report entity",
"description": "Entity that represents a Report", "description": "Entity that represents a Report",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Table entity", "title": "Table entity",
"description": "Schema corresponding to a table that belongs to a database", "description": "Schema corresponding to a table that belongs to a database",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Feed entity", "title": "Feed entity",
"description": "Entity that represents a feed", "description": "Entity that represents a feed",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Database service entity", "title": "Database service entity",
"description": "Database service entity that reference services such as MySQL, BigQuery, Redshift, Postgres or Snowflake", "description": "Database service entity that reference services such as MySQL, BigQuery, Redshift, Postgres or Snowflake",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Types related to tag category", "title": "Types related to tag category",
"description": "Types related to tag category", "description": "Types related to tag category",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Team entity", "title": "Team entity",
"description": "Team entity", "description": "Team entity",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "User entity", "title": "User entity",
"description": "User entity that is part of an organization", "description": "User entity that is part of an organization",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Common types", "title": "Common types",
"description": "Common reusable types", "description": "Common reusable types",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Schema for collection descriptor", "title": "Schema for collection descriptor",
"description": "Type used for capturing the details of a collection", "description": "Type used for capturing the details of a collection",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Daily count of some measurement", "title": "Daily count of some measurement",
"description": "Type used for capturing and reporting daily count of some measurement, such as usage, joins", "description": "Type used for capturing and reporting daily count of some measurement, such as usage, joins",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Entity Reference", "title": "Entity Reference",
"description": "Entity reference that includes entity ID and entity type", "description": "Entity reference that includes entity ID and entity type",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Usage details of an entity", "title": "Usage details of an entity",
"description": "Type used for capturing usage details of an entity", "description": "Type used for capturing usage details of an entity",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "JDBC connection", "title": "JDBC connection",
"description": "JDBC connection information used for connecting to a database system", "description": "JDBC connection information used for connecting to a database system",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Type used to capture profile of a user, team, or an organization", "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", "description": "Type used to capture profile of a user, team, or an organization",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Type used for schedule with start time and repeat frequency", "title": "Type used for schedule with start time and repeat frequency",
"description": "Type used for schedule with start time and repeat frequency", "description": "Type used for schedule with start time and repeat frequency",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Tag Label", "title": "Tag Label",
"description": "Type used for schedule with start time and repeat frequency", "description": "Type used for schedule with start time and repeat frequency",

View File

@ -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#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "Type used to return usage details of an entity", "title": "Type used to return usage details of an entity",
"description": "Type used to return usage details of an entity", "description": "Type used to return usage details of an entity",