diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/bots.json b/catalog-rest-service/src/main/resources/json/schema/entity/bots.json index 7b898d0cacf..a14bb084577 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/bots.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/bots.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/bots.json", + "$id": "https://open-metadata.org/schema/entity/bots.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Bot", "description": "This schema defines Bot entity. A bot automates tasks, such as adding description, identifying the importance of data. It runs as a special user in the system.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/data/dashboard.json b/catalog-rest-service/src/main/resources/json/schema/entity/data/dashboard.json index 2cb88ab3412..3d6d07c759a 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/data/dashboard.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/data/dashboard.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/dashboard.json", + "$id": "https://open-metadata.org/schema/entity/data/dashboard.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Dashboard", "description": "This schema defines the Dashboard entity. Dashboards are computed from data and visually present data, metrics, and KIPs. They are updated in real-time and allow interactive data exploration.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/data/database.json b/catalog-rest-service/src/main/resources/json/schema/entity/data/database.json index 23838906448..e73da97a401 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/data/database.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/data/database.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/database.json", + "$id": "https://open-metadata.org/schema/entity/data/database.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Database", "description": "This schema defines the Database entity. A database also referred to as Database Catalog is a collection tables.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/data/metrics.json b/catalog-rest-service/src/main/resources/json/schema/entity/data/metrics.json index 769a83509c1..b958e854198 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/data/metrics.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/data/metrics.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/metrics.json", + "$id": "https://open-metadata.org/schema/entity/data/metrics.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Metrics", "description": "This schema defines the Metrics entity. Metrics are measurements computed from data such as `Monthly Active Users`. Some of the metrics that measures used to determine performance against an objective are called KPIs or Key Performance Indicators, such as `User Retention`.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/data/pipeline.json b/catalog-rest-service/src/main/resources/json/schema/entity/data/pipeline.json index 659890d9e81..4f27b28354a 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/data/pipeline.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/data/pipeline.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/pipeline.json", + "$id": "https://open-metadata.org/schema/entity/data/pipeline.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Pipeline", "description": "This schema defines the Pipeline entity. A pipeline enables flow of data from source to destination through a series of processing steps. ETL is a type of pipeline where the series of steps Extract, Transform, and load the data.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/data/report.json b/catalog-rest-service/src/main/resources/json/schema/entity/data/report.json index 491c6f82fed..08c733332b2 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/data/report.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/data/report.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/report.json", + "$id": "https://open-metadata.org/schema/entity/data/report.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Report", "description": "This schema defines the Report entity. Reports are static information computed from data periodically that includes data in text, table, and in visual form.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json b/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json index a3edae50b50..f0a8a6d990e 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json", + "$id": "https://open-metadata.org/schema/entity/data/table.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Table", "description": "This schema defines the Table entity. A Table organizes data in rows and columns and is defined by a Schema. OpenMetadata does not have a separate abstraction for Schema. Both Table and Schema are captured in this entity.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/feed/thread.json b/catalog-rest-service/src/main/resources/json/schema/entity/feed/thread.json index 8502df23236..4a7d905d22f 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/feed/thread.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/feed/thread.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/feed/thread.json", + "$id": "https://open-metadata.org/schema/entity/feed/thread.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Thread", "description": "This schema defines the Thread entity. A Thread is a collection of posts made by the users. The first post that starts a thread is **about** a data asset **from** a user. Other users can respond to this post by creating new posts in the thread. Note that bot users can also interact with a thread. A post can contains links that mention Users or other Data Assets.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/services/databaseService.json b/catalog-rest-service/src/main/resources/json/schema/entity/services/databaseService.json index b0e5ce9b56a..863bd99ad25 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/services/databaseService.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/services/databaseService.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/services/databaseService.json", + "$id": "https://open-metadata.org/schema/entity/services/databaseService.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Database Service", "description": "This schema defines the Database Service entity, such as MySQL, BigQuery, Redshift, Postgres, or Snowflake. Alternative terms such as Database Cluster, Database Server instance are also used.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/tags/tagCategory.json b/catalog-rest-service/src/main/resources/json/schema/entity/tags/tagCategory.json index dda71d36663..384be4ec571 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/tags/tagCategory.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/tags/tagCategory.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/tags/tagCategory.json", + "$id": "https://open-metadata.org/schema/entity/tags/tagCategory.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Tag Category", "description": "This schema defines the Tag Category entity. A Tag Category has one more children tags called Primary Tags. Primary Tags can further have children Tags called Secondary Tags. Only two levels of tags are supported currently.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/teams/team.json b/catalog-rest-service/src/main/resources/json/schema/entity/teams/team.json index d9e49abbf4e..16f381ffed0 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/teams/team.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/teams/team.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/teams/team.json", + "$id": "https://open-metadata.org/schema/entity/teams/team.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Team", "description": "This schema defines the Team entity. A Team is a group of zero or more users. Teams can own zero or more data assets.", diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/teams/user.json b/catalog-rest-service/src/main/resources/json/schema/entity/teams/user.json index 3c69d6d7b92..75a6742ac4e 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/teams/user.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/teams/user.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/teams/user.json", + "$id": "https://open-metadata.org/schema/entity/teams/user.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "User", "description": "This schema defines the User entity. A user can be part of 0 or more teams. A special type of user called Bot is used for automation. A user can be an owner of zero or more data assets. A user can also follow zero or more data assets.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/auditLog.json b/catalog-rest-service/src/main/resources/json/schema/type/auditLog.json index f7686ec2245..f628e448a35 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/auditLog.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/auditLog.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/auditLog.json", + "$id": "https://open-metadata.org/schema/type/auditLog.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Audit Log", "description": "This schema defines Audit Log type to capture the audit trail of POST, PUT, and PATCH API operations.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/basic.json b/catalog-rest-service/src/main/resources/json/schema/type/basic.json index 5d919cace36..fbd2c640bee 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/basic.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/basic.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/basic.json", + "$id": "https://open-metadata.org/schema/type/basic.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Basic", "description": "This schema defines basic common types that are used by other schemas.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/collectionDescriptor.json b/catalog-rest-service/src/main/resources/json/schema/type/collectionDescriptor.json index 09e88b76eb5..73a155cc1be 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/collectionDescriptor.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/collectionDescriptor.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/collectionDescriptor.json", + "$id": "https://open-metadata.org/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.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/dailyCount.json b/catalog-rest-service/src/main/resources/json/schema/type/dailyCount.json index bdc226fe8fa..b2a82640e2b 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/dailyCount.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/dailyCount.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/dailyCount.json", + "$id": "https://open-metadata.org/schema/type/dailyCount.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Daily count of some measurement", "description": "This schema defines the type for reporting the daily count of some measurement. Example - number of times a table was used in queries per day.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/entityReference.json b/catalog-rest-service/src/main/resources/json/schema/type/entityReference.json index 53953da0330..e9f07f182a5 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/entityReference.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/entityReference.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/entityReference.json", + "$id": "https://open-metadata.org/schema/type/entityReference.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Entity Reference", "description": "This schema defines EntityReference type used for referencing an entity. EntityReference is used for capturing relationship from one entity to another. For example, table has an attribute called database of type EntityReference that captures the relationship of a table `belongs to a` database.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/entityUsage.json b/catalog-rest-service/src/main/resources/json/schema/type/entityUsage.json index 7b9ec8252eb..4d86fd8b9de 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/entityUsage.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/entityUsage.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/entityUsage.json", + "$id": "https://open-metadata.org/schema/type/entityUsage.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Usage details of an entity", "description": "This schema defines the type used for capturing usage details of an entity.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/jdbcConnection.json b/catalog-rest-service/src/main/resources/json/schema/type/jdbcConnection.json index 9ae93b84a56..8c408c9a4c7 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/jdbcConnection.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/jdbcConnection.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/jdbcConnection.json", + "$id": "https://open-metadata.org/schema/type/jdbcConnection.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "JDBC connection", "description": "This schema defines the type used for JDBC connection information.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/profile.json b/catalog-rest-service/src/main/resources/json/schema/type/profile.json index ce848317d5c..ac3149574ea 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/profile.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/profile.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/profile.json", + "$id": "https://open-metadata.org/schema/type/profile.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Profile", "description": "This schema defines the type for profile of a user, team, or an organization.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/schedule.json b/catalog-rest-service/src/main/resources/json/schema/type/schedule.json index 5b1ffdafc6d..28f4753477d 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/schedule.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/schedule.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/schedule.json", + "$id": "https://open-metadata.org/schema/type/schedule.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Type used for schedule with start time and repeat frequency", "description": "This schema defines the type used for schedule. Schedule has a start time and repeat frequency.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/tagLabel.json b/catalog-rest-service/src/main/resources/json/schema/type/tagLabel.json index 86fc2565842..6afd66b162f 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/tagLabel.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/tagLabel.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/tagLabel.json", + "$id": "https://open-metadata.org/schema/type/tagLabel.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Tag Label", "description": "This schema defines the type for labeling an entity with a Tag.", diff --git a/catalog-rest-service/src/main/resources/json/schema/type/usageDetails.json b/catalog-rest-service/src/main/resources/json/schema/type/usageDetails.json index 2c71e4bd092..b16550ed871 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/usageDetails.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/usageDetails.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/type/usageDetails.json", + "$id": "https://open-metadata.org/schema/type/usageDetails.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Type used to return usage details of an entity", "description": "This schema defines the type for usage details. Daily, weekly, and monthly aggregation of usage is computed along with the percentile rank based on the usage for a given day.",