diff --git a/ansys-grantami-serverapi-openapi/pyproject.toml b/ansys-grantami-serverapi-openapi/pyproject.toml index 2c03b85f..f0bef4e5 100644 --- a/ansys-grantami-serverapi-openapi/pyproject.toml +++ b/ansys-grantami-serverapi-openapi/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ansys-grantami-serverapi-openapi" description = "Autogenerated client library for the Granta MI Server API." -version = "5.0.0.dev398" +version = "5.0.0.dev400" license = "MIT" authors = ["ANSYS, Inc. "] maintainers = ["ANSYS, Inc. "] diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py index 79bc8a68..2ccf6fa6 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py @@ -33,7 +33,6 @@ """ # import apis into sdk package -from .api.access_control_api import AccessControlApi from .api.aggregation_api import AggregationApi from .api.data_api import DataApi from .api.data_export_api import DataExportApi @@ -47,6 +46,7 @@ from .api.list_management_api import ListManagementApi from .api.list_permissions_api import ListPermissionsApi from .api.metrics_api import MetricsApi +from .api.permission_based_access_control_api import PermissionBasedAccessControlApi from .api.records___record_histories_api import RecordsRecordHistoriesApi from .api.records___record_versions_api import RecordsRecordVersionsApi from .api.schema___attributes_api import SchemaAttributesApi @@ -96,8 +96,6 @@ from .models.granta_mi_record_property_fake_attribute_identities import ( GrantaMIRecordPropertyFakeAttributeIdentities, ) -from .models.gsa_access_control_categories_info import GsaAccessControlCategoriesInfo -from .models.gsa_access_control_category import GsaAccessControlCategory from .models.gsa_add_database import GsaAddDatabase from .models.gsa_add_record_history_to_subset import GsaAddRecordHistoryToSubset from .models.gsa_aggregation import GsaAggregation @@ -679,6 +677,8 @@ from .models.gsa_parameter_value_type import GsaParameterValueType from .models.gsa_parameter_with_data_value import GsaParameterWithDataValue from .models.gsa_parameters_info import GsaParametersInfo +from .models.gsa_permission_categories_info import GsaPermissionCategoriesInfo +from .models.gsa_permission_category import GsaPermissionCategory from .models.gsa_picture_attribute import GsaPictureAttribute from .models.gsa_picture_datum import GsaPictureDatum from .models.gsa_picture_datum_criterion import GsaPictureDatumCriterion @@ -852,7 +852,6 @@ from .models.gsa_short_text_prefix_datum_criterion import GsaShortTextPrefixDatumCriterion from .models.gsa_significant_figures_info import GsaSignificantFiguresInfo from .models.gsa_simple_attribute_to_export import GsaSimpleAttributeToExport -from .models.gsa_slim_access_control_category import GsaSlimAccessControlCategory from .models.gsa_slim_attribute import GsaSlimAttribute from .models.gsa_slim_configuration import GsaSlimConfiguration from .models.gsa_slim_constant import GsaSlimConstant @@ -867,6 +866,7 @@ from .models.gsa_slim_named_unit import GsaSlimNamedUnit from .models.gsa_slim_objects import GsaSlimObjects from .models.gsa_slim_parameter import GsaSlimParameter +from .models.gsa_slim_permission_category import GsaSlimPermissionCategory from .models.gsa_slim_profile import GsaSlimProfile from .models.gsa_slim_profile_table import GsaSlimProfileTable from .models.gsa_slim_record_history import GsaSlimRecordHistory @@ -1052,7 +1052,6 @@ from .models.system_net_http_status_code import SystemNetHttpStatusCode __all__ = [ - "AccessControlApi", "AggregationApi", "DataApi", "DataExportApi", @@ -1066,6 +1065,7 @@ "ListManagementApi", "ListPermissionsApi", "MetricsApi", + "PermissionBasedAccessControlApi", "RecordsRecordHistoriesApi", "RecordsRecordVersionsApi", "SchemaApi", @@ -1107,8 +1107,6 @@ "FolderguidFilesBody1", "FolderguidFilesBody2", "GrantaMIRecordPropertyFakeAttributeIdentities", - "GsaAccessControlCategoriesInfo", - "GsaAccessControlCategory", "GsaAddDatabase", "GsaAddRecordHistoryToSubset", "GsaAggregation", @@ -1604,6 +1602,8 @@ "GsaParameterValueType", "GsaParameterWithDataValue", "GsaParametersInfo", + "GsaPermissionCategoriesInfo", + "GsaPermissionCategory", "GsaPictureAttribute", "GsaPictureDatum", "GsaPictureDatumCriterion", @@ -1759,7 +1759,6 @@ "GsaShortTextPrefixDatumCriterion", "GsaSignificantFiguresInfo", "GsaSimpleAttributeToExport", - "GsaSlimAccessControlCategory", "GsaSlimAttribute", "GsaSlimConfiguration", "GsaSlimConstant", @@ -1774,6 +1773,7 @@ "GsaSlimNamedUnit", "GsaSlimObjects", "GsaSlimParameter", + "GsaSlimPermissionCategory", "GsaSlimProfile", "GsaSlimProfileTable", "GsaSlimRecordHistory", diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/__init__.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/__init__.py index a72fa6b7..586a4d8a 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/__init__.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/__init__.py @@ -26,7 +26,6 @@ from ansys.openapi.common import ApiBase # import apis into api package -from .access_control_api import AccessControlApi from .aggregation_api import AggregationApi from .data_api import DataApi from .data_export_api import DataExportApi @@ -40,6 +39,7 @@ from .list_management_api import ListManagementApi from .list_permissions_api import ListPermissionsApi from .metrics_api import MetricsApi +from .permission_based_access_control_api import PermissionBasedAccessControlApi from .records___record_histories_api import RecordsRecordHistoriesApi from .records___record_versions_api import RecordsRecordVersionsApi from .schema___attributes_api import SchemaAttributesApi @@ -72,7 +72,6 @@ __all__ = [ "ApiBase", - "AccessControlApi", "AggregationApi", "DataApi", "DataExportApi", @@ -86,6 +85,7 @@ "ListManagementApi", "ListPermissionsApi", "MetricsApi", + "PermissionBasedAccessControlApi", "RecordsRecordHistoriesApi", "RecordsRecordVersionsApi", "SchemaApi", diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/access_control_api.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/permission_based_access_control_api.py similarity index 88% rename from ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/access_control_api.py rename to ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/permission_based_access_control_api.py index dba8adb9..19c1b72d 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/access_control_api.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/permission_based_access_control_api.py @@ -41,38 +41,40 @@ from ..models import * -class AccessControlApi(ApiBase): +class PermissionBasedAccessControlApi(ApiBase): """NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. Ref: https://github.com/swagger-api/swagger-codegen """ - def get_access_control_categories( - self, *, database_key: "str" - ) -> "Union[GsaAccessControlCategoriesInfo, None]": - """Get all access control categories for the specified database. + def get_access_control_category( + self, *, database_key: "str", category_guid: "str" + ) -> "Union[GsaPermissionCategory, None]": + """Get a permission-based access control category with a specified guid. This method makes a synchronous HTTP request. Parameters ---------- database_key: str + category_guid: str Returns ------- - Union[GsaAccessControlCategoriesInfo, None] + Union[GsaPermissionCategory, None] """ - data = self._get_access_control_categories_with_http_info( - database_key, _return_http_data_only=True + data = self._get_access_control_category_with_http_info( + database_key, category_guid, _return_http_data_only=True ) return data # type: ignore[no-any-return] - def _get_access_control_categories_with_http_info( - self, database_key: "str", **kwargs: Any + def _get_access_control_category_with_http_info( + self, database_key: "str", category_guid: "str", **kwargs: Any ) -> Any: all_params = [ "database_key", + "category_guid", "_return_http_data_only", "_preload_content", "_request_timeout", @@ -82,14 +84,19 @@ def _get_access_control_categories_with_http_info( for key, val in params["kwargs"].items(): if key not in all_params: raise TypeError( - f"Got an unexpected keyword argument '{key}' to method get_access_control_categories" + f"Got an unexpected keyword argument '{key}' to method get_access_control_category" ) params[key] = val del params["kwargs"] # verify the required parameter "database_key" is set if "database_key" not in params or params["database_key"] is None: raise ValueError( - "Missing the required parameter 'database_key' when calling 'get_access_control_categories'" + "Missing the required parameter 'database_key' when calling 'get_access_control_category'" + ) + # verify the required parameter "category_guid" is set + if "category_guid" not in params or params["category_guid"] is None: + raise ValueError( + "Missing the required parameter 'category_guid' when calling 'get_access_control_category'" ) collection_formats: dict[str, Any] = {} @@ -97,6 +104,8 @@ def _get_access_control_categories_with_http_info( path_params: dict[str, Any] = {} if "database_key" in params and database_key is not None: path_params["database-key"] = params["database_key"] + if "category_guid" in params and category_guid is not None: + path_params["category-guid"] = params["category_guid"] query_params: list[Any] = [] @@ -110,13 +119,13 @@ def _get_access_control_categories_with_http_info( header_params["Accept"] = self.api_client.select_header_accept(["application/json"]) response_type_map: dict[int, Optional[str]] = { - 200: "GsaAccessControlCategoriesInfo", + 200: "GsaPermissionCategory", 403: None, 404: None, } return self.api_client.call_api( - "/v1alpha/databases/{database-key}/access-control-categories", + "/v1alpha/databases/{database-key}/permission-categories/{category-guid}", "GET", path_params, query_params, @@ -131,33 +140,29 @@ def _get_access_control_categories_with_http_info( response_type_map=response_type_map, ) - def get_access_control_category( - self, *, database_key: "str", category_guid: "str" - ) -> "Union[GsaAccessControlCategory, None]": - """Get an access control category with a specified guid. + def get_permission_categories( + self, *, database_key: "str" + ) -> "Union[GsaPermissionCategoriesInfo, None]": + """Get all permission-based access control categories for the specified database. This method makes a synchronous HTTP request. Parameters ---------- database_key: str - category_guid: str Returns ------- - Union[GsaAccessControlCategory, None] + Union[GsaPermissionCategoriesInfo, None] """ - data = self._get_access_control_category_with_http_info( - database_key, category_guid, _return_http_data_only=True + data = self._get_permission_categories_with_http_info( + database_key, _return_http_data_only=True ) return data # type: ignore[no-any-return] - def _get_access_control_category_with_http_info( - self, database_key: "str", category_guid: "str", **kwargs: Any - ) -> Any: + def _get_permission_categories_with_http_info(self, database_key: "str", **kwargs: Any) -> Any: all_params = [ "database_key", - "category_guid", "_return_http_data_only", "_preload_content", "_request_timeout", @@ -167,19 +172,14 @@ def _get_access_control_category_with_http_info( for key, val in params["kwargs"].items(): if key not in all_params: raise TypeError( - f"Got an unexpected keyword argument '{key}' to method get_access_control_category" + f"Got an unexpected keyword argument '{key}' to method get_permission_categories" ) params[key] = val del params["kwargs"] # verify the required parameter "database_key" is set if "database_key" not in params or params["database_key"] is None: raise ValueError( - "Missing the required parameter 'database_key' when calling 'get_access_control_category'" - ) - # verify the required parameter "category_guid" is set - if "category_guid" not in params or params["category_guid"] is None: - raise ValueError( - "Missing the required parameter 'category_guid' when calling 'get_access_control_category'" + "Missing the required parameter 'database_key' when calling 'get_permission_categories'" ) collection_formats: dict[str, Any] = {} @@ -187,8 +187,6 @@ def _get_access_control_category_with_http_info( path_params: dict[str, Any] = {} if "database_key" in params and database_key is not None: path_params["database-key"] = params["database_key"] - if "category_guid" in params and category_guid is not None: - path_params["category-guid"] = params["category_guid"] query_params: list[Any] = [] @@ -202,13 +200,13 @@ def _get_access_control_category_with_http_info( header_params["Accept"] = self.api_client.select_header_accept(["application/json"]) response_type_map: dict[int, Optional[str]] = { - 200: "GsaAccessControlCategory", + 200: "GsaPermissionCategoriesInfo", 403: None, 404: None, } return self.api_client.call_api( - "/v1alpha/databases/{database-key}/access-control-categories/{category-guid}", + "/v1alpha/databases/{database-key}/permission-categories", "GET", path_params, query_params, diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/__init__.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/__init__.py index 3b851aa7..0e7ded6a 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/__init__.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/__init__.py @@ -51,8 +51,6 @@ from .granta_mi_record_property_fake_attribute_identities import ( GrantaMIRecordPropertyFakeAttributeIdentities, ) -from .gsa_access_control_categories_info import GsaAccessControlCategoriesInfo -from .gsa_access_control_category import GsaAccessControlCategory from .gsa_add_database import GsaAddDatabase from .gsa_add_record_history_to_subset import GsaAddRecordHistoryToSubset from .gsa_aggregation import GsaAggregation @@ -604,6 +602,8 @@ from .gsa_parameter_value_type import GsaParameterValueType from .gsa_parameter_with_data_value import GsaParameterWithDataValue from .gsa_parameters_info import GsaParametersInfo +from .gsa_permission_categories_info import GsaPermissionCategoriesInfo +from .gsa_permission_category import GsaPermissionCategory from .gsa_picture_attribute import GsaPictureAttribute from .gsa_picture_datum import GsaPictureDatum from .gsa_picture_datum_criterion import GsaPictureDatumCriterion @@ -771,7 +771,6 @@ from .gsa_short_text_prefix_datum_criterion import GsaShortTextPrefixDatumCriterion from .gsa_significant_figures_info import GsaSignificantFiguresInfo from .gsa_simple_attribute_to_export import GsaSimpleAttributeToExport -from .gsa_slim_access_control_category import GsaSlimAccessControlCategory from .gsa_slim_attribute import GsaSlimAttribute from .gsa_slim_configuration import GsaSlimConfiguration from .gsa_slim_constant import GsaSlimConstant @@ -786,6 +785,7 @@ from .gsa_slim_named_unit import GsaSlimNamedUnit from .gsa_slim_objects import GsaSlimObjects from .gsa_slim_parameter import GsaSlimParameter +from .gsa_slim_permission_category import GsaSlimPermissionCategory from .gsa_slim_profile import GsaSlimProfile from .gsa_slim_profile_table import GsaSlimProfileTable from .gsa_slim_record_history import GsaSlimRecordHistory @@ -982,8 +982,6 @@ "FolderguidFilesBody1", "FolderguidFilesBody2", "GrantaMIRecordPropertyFakeAttributeIdentities", - "GsaAccessControlCategoriesInfo", - "GsaAccessControlCategory", "GsaAddDatabase", "GsaAddRecordHistoryToSubset", "GsaAggregation", @@ -1479,6 +1477,8 @@ "GsaParameterValueType", "GsaParameterWithDataValue", "GsaParametersInfo", + "GsaPermissionCategoriesInfo", + "GsaPermissionCategory", "GsaPictureAttribute", "GsaPictureDatum", "GsaPictureDatumCriterion", @@ -1634,7 +1634,6 @@ "GsaShortTextPrefixDatumCriterion", "GsaSignificantFiguresInfo", "GsaSimpleAttributeToExport", - "GsaSlimAccessControlCategory", "GsaSlimAttribute", "GsaSlimConfiguration", "GsaSlimConstant", @@ -1649,6 +1648,7 @@ "GsaSlimNamedUnit", "GsaSlimObjects", "GsaSlimParameter", + "GsaSlimPermissionCategory", "GsaSlimProfile", "GsaSlimProfileTable", "GsaSlimRecordHistory", diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_access_control_categories_info.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_permission_categories_info.py similarity index 66% rename from ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_access_control_categories_info.py rename to ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_permission_categories_info.py index 6694b0c0..1b309149 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_access_control_categories_info.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_permission_categories_info.py @@ -42,7 +42,7 @@ from . import * -class GsaAccessControlCategoriesInfo(ModelBase): +class GsaPermissionCategoriesInfo(ModelBase): """NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. @@ -61,15 +61,15 @@ class GsaAccessControlCategoriesInfo(ModelBase): Name of the property used as discriminator for subtypes. """ swagger_types: dict[str, str] = { - "access_control_categories": "list[GsaSlimAccessControlCategory]", + "categories": "list[GsaSlimPermissionCategory]", } attribute_map: dict[str, str] = { - "access_control_categories": "accessControlCategories", + "categories": "categories", } subtype_mapping: dict[str, str] = { - "accessControlCategories": "GsaSlimAccessControlCategory", + "categories": "GsaSlimPermissionCategory", } discriminator: Optional[str] = None @@ -77,47 +77,45 @@ class GsaAccessControlCategoriesInfo(ModelBase): def __init__( self, *, - access_control_categories: "list[GsaSlimAccessControlCategory]", + categories: "list[GsaSlimPermissionCategory]", ) -> None: - """GsaAccessControlCategoriesInfo - a model defined in Swagger + """GsaPermissionCategoriesInfo - a model defined in Swagger Parameters ---------- - access_control_categories: list[GsaSlimAccessControlCategory] + categories: list[GsaSlimPermissionCategory] """ - self._access_control_categories: list[GsaSlimAccessControlCategory] + self._categories: list[GsaSlimPermissionCategory] - self.access_control_categories = access_control_categories + self.categories = categories @property - def access_control_categories(self) -> "list[GsaSlimAccessControlCategory]": - """Gets the access_control_categories of this GsaAccessControlCategoriesInfo. + def categories(self) -> "list[GsaSlimPermissionCategory]": + """Gets the categories of this GsaPermissionCategoriesInfo. Returns ------- - list[GsaSlimAccessControlCategory] - The access_control_categories of this GsaAccessControlCategoriesInfo. + list[GsaSlimPermissionCategory] + The categories of this GsaPermissionCategoriesInfo. """ - return self._access_control_categories + return self._categories - @access_control_categories.setter - def access_control_categories( - self, access_control_categories: "list[GsaSlimAccessControlCategory]" - ) -> None: - """Sets the access_control_categories of this GsaAccessControlCategoriesInfo. + @categories.setter + def categories(self, categories: "list[GsaSlimPermissionCategory]") -> None: + """Sets the categories of this GsaPermissionCategoriesInfo. Parameters ---------- - access_control_categories: list[GsaSlimAccessControlCategory] - The access_control_categories of this GsaAccessControlCategoriesInfo. + categories: list[GsaSlimPermissionCategory] + The categories of this GsaPermissionCategoriesInfo. """ # Field is not nullable - if access_control_categories is None: - raise ValueError("Invalid value for 'access_control_categories', must not be 'None'") + if categories is None: + raise ValueError("Invalid value for 'categories', must not be 'None'") # Field is required - if access_control_categories is Unset: # type: ignore[comparison-overlap, unused-ignore] - raise ValueError("Invalid value for 'access_control_categories', must not be 'Unset'") - self._access_control_categories = access_control_categories + if categories is Unset: # type: ignore[comparison-overlap, unused-ignore] + raise ValueError("Invalid value for 'categories', must not be 'Unset'") + self._categories = categories @classmethod def get_real_child_model(cls, data: dict[str, str]) -> str: @@ -141,7 +139,7 @@ def __repr__(self) -> str: def __eq__(self, other: Any) -> bool: """Returns true if both objects are equal""" - if not isinstance(other, GsaAccessControlCategoriesInfo): + if not isinstance(other, GsaPermissionCategoriesInfo): return False return self.__dict__ == other.__dict__ diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_access_control_category.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_permission_category.py similarity index 87% rename from ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_access_control_category.py rename to ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_permission_category.py index e4267040..1bbc7938 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_access_control_category.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_permission_category.py @@ -42,7 +42,7 @@ from . import * -class GsaAccessControlCategory(ModelBase): +class GsaPermissionCategory(ModelBase): """NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. @@ -85,7 +85,7 @@ def __init__( name: "str", permissions: "list[GsaSlimNamedEntity]", ) -> None: - """GsaAccessControlCategory - a model defined in Swagger + """GsaPermissionCategory - a model defined in Swagger Parameters ---------- @@ -103,23 +103,23 @@ def __init__( @property def permissions(self) -> "list[GsaSlimNamedEntity]": - """Gets the permissions of this GsaAccessControlCategory. + """Gets the permissions of this GsaPermissionCategory. Returns ------- list[GsaSlimNamedEntity] - The permissions of this GsaAccessControlCategory. + The permissions of this GsaPermissionCategory. """ return self._permissions @permissions.setter def permissions(self, permissions: "list[GsaSlimNamedEntity]") -> None: - """Sets the permissions of this GsaAccessControlCategory. + """Sets the permissions of this GsaPermissionCategory. Parameters ---------- permissions: list[GsaSlimNamedEntity] - The permissions of this GsaAccessControlCategory. + The permissions of this GsaPermissionCategory. """ # Field is not nullable if permissions is None: @@ -131,23 +131,23 @@ def permissions(self, permissions: "list[GsaSlimNamedEntity]") -> None: @property def name(self) -> "str": - """Gets the name of this GsaAccessControlCategory. + """Gets the name of this GsaPermissionCategory. Returns ------- str - The name of this GsaAccessControlCategory. + The name of this GsaPermissionCategory. """ return self._name @name.setter def name(self, name: "str") -> None: - """Sets the name of this GsaAccessControlCategory. + """Sets the name of this GsaPermissionCategory. Parameters ---------- name: str - The name of this GsaAccessControlCategory. + The name of this GsaPermissionCategory. """ # Field is not nullable if name is None: @@ -159,23 +159,23 @@ def name(self, name: "str") -> None: @property def guid(self) -> "str": - """Gets the guid of this GsaAccessControlCategory. + """Gets the guid of this GsaPermissionCategory. Returns ------- str - The guid of this GsaAccessControlCategory. + The guid of this GsaPermissionCategory. """ return self._guid @guid.setter def guid(self, guid: "str") -> None: - """Sets the guid of this GsaAccessControlCategory. + """Sets the guid of this GsaPermissionCategory. Parameters ---------- guid: str - The guid of this GsaAccessControlCategory. + The guid of this GsaPermissionCategory. """ # Field is not nullable if guid is None: @@ -207,7 +207,7 @@ def __repr__(self) -> str: def __eq__(self, other: Any) -> bool: """Returns true if both objects are equal""" - if not isinstance(other, GsaAccessControlCategory): + if not isinstance(other, GsaPermissionCategory): return False return self.__dict__ == other.__dict__ diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_slim_access_control_category.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_slim_permission_category.py similarity index 87% rename from ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_slim_access_control_category.py rename to ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_slim_permission_category.py index 9c22da97..d52a79b4 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_slim_access_control_category.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_slim_permission_category.py @@ -42,7 +42,7 @@ from . import * -class GsaSlimAccessControlCategory(ModelBase): +class GsaSlimPermissionCategory(ModelBase): """NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. @@ -80,7 +80,7 @@ def __init__( guid: "str", name: "str", ) -> None: - """GsaSlimAccessControlCategory - a model defined in Swagger + """GsaSlimPermissionCategory - a model defined in Swagger Parameters ---------- @@ -95,23 +95,23 @@ def __init__( @property def name(self) -> "str": - """Gets the name of this GsaSlimAccessControlCategory. + """Gets the name of this GsaSlimPermissionCategory. Returns ------- str - The name of this GsaSlimAccessControlCategory. + The name of this GsaSlimPermissionCategory. """ return self._name @name.setter def name(self, name: "str") -> None: - """Sets the name of this GsaSlimAccessControlCategory. + """Sets the name of this GsaSlimPermissionCategory. Parameters ---------- name: str - The name of this GsaSlimAccessControlCategory. + The name of this GsaSlimPermissionCategory. """ # Field is not nullable if name is None: @@ -123,23 +123,23 @@ def name(self, name: "str") -> None: @property def guid(self) -> "str": - """Gets the guid of this GsaSlimAccessControlCategory. + """Gets the guid of this GsaSlimPermissionCategory. Returns ------- str - The guid of this GsaSlimAccessControlCategory. + The guid of this GsaSlimPermissionCategory. """ return self._guid @guid.setter def guid(self, guid: "str") -> None: - """Sets the guid of this GsaSlimAccessControlCategory. + """Sets the guid of this GsaSlimPermissionCategory. Parameters ---------- guid: str - The guid of this GsaSlimAccessControlCategory. + The guid of this GsaSlimPermissionCategory. """ # Field is not nullable if guid is None: @@ -171,7 +171,7 @@ def __repr__(self) -> str: def __eq__(self, other: Any) -> bool: """Returns true if both objects are equal""" - if not isinstance(other, GsaSlimAccessControlCategory): + if not isinstance(other, GsaSlimPermissionCategory): return False return self.__dict__ == other.__dict__ diff --git a/yaml/server-api.json b/yaml/server-api.json index c266fe3c..cad6a1a2 100644 --- a/yaml/server-api.json +++ b/yaml/server-api.json @@ -5,123 +5,6 @@ "version": "v1" }, "paths": { - "/v1alpha/databases/{database-key}/access-control-categories": { - "get": { - "tags": [ - "Access Control" - ], - "summary": "Get all access control categories for the specified database.", - "operationId": "GetAccessControlCategories", - "parameters": [ - { - "name": "database-key", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "Ok", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/GsaAccessControlCategoriesInfo" - }, - "example": { - "accessControlCategories": [ - { - "name": "Geo", - "guid": "582a2caf-f1cb-4562-99d2-b045c49290be" - }, - { - "name": "Sensitivity", - "guid": "2c1a568f-2356-423f-92b2-c37d57384007" - }, - { - "name": "Division", - "guid": "27020674-a326-4362-8153-8295c99bbeda" - } - ] - } - } - } - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Database not found" - } - } - } - }, - "/v1alpha/databases/{database-key}/access-control-categories/{category-guid}": { - "get": { - "tags": [ - "Access Control" - ], - "summary": "Get an access control category with a specified guid.", - "operationId": "GetAccessControlCategory", - "parameters": [ - { - "name": "database-key", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "category-guid", - "in": "path", - "required": true, - "schema": { - "type": "string", - "format": "uuid" - } - } - ], - "responses": { - "200": { - "description": "Ok", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/GsaAccessControlCategory" - }, - "example": { - "permissions": [ - { - "name": "US", - "guid": "3ab8c9f4-b49a-44be-a7b4-564b9c55fcf9" - }, - { - "name": "EMEA", - "guid": "14419992-da26-40a1-8495-24f9b677ee94" - }, - { - "name": "APAC", - "guid": "aeeae4cd-7c35-449b-b25b-ec274e4922b0" - } - ], - "name": "Geo", - "guid": "582a2caf-f1cb-4562-99d2-b045c49290be" - } - } - } - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Database or category not found" - } - } - } - }, "/v1alpha/databases/{database-key}/tables/{table-identity}:aggregations": { "post": { "tags": [ @@ -287,7 +170,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "00ca8d64-4c2b-4af7-8b05-e15527c1eb54", + "criterionGuid": "ae54dd82-5eed-4558-8d68-9592b749550a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -313,7 +196,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e1db9c1c-2bc2-4109-a9d9-f559198f6bb5", + "criterionGuid": "3e378d5b-35fb-4669-a756-dcc32c2835d2", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -345,7 +228,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "4b929ca9-1dd4-4696-a24a-a5630c76b0f9", + "criterionGuid": "be8b5add-a84e-4f3f-84c5-105eaa079556", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -507,7 +390,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "00ca8d64-4c2b-4af7-8b05-e15527c1eb54", + "criterionGuid": "ae54dd82-5eed-4558-8d68-9592b749550a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -533,7 +416,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e1db9c1c-2bc2-4109-a9d9-f559198f6bb5", + "criterionGuid": "3e378d5b-35fb-4669-a756-dcc32c2835d2", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -565,7 +448,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "4b929ca9-1dd4-4696-a24a-a5630c76b0f9", + "criterionGuid": "be8b5add-a84e-4f3f-84c5-105eaa079556", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -727,7 +610,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "00ca8d64-4c2b-4af7-8b05-e15527c1eb54", + "criterionGuid": "ae54dd82-5eed-4558-8d68-9592b749550a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -753,7 +636,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e1db9c1c-2bc2-4109-a9d9-f559198f6bb5", + "criterionGuid": "3e378d5b-35fb-4669-a756-dcc32c2835d2", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -785,7 +668,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "4b929ca9-1dd4-4696-a24a-a5630c76b0f9", + "criterionGuid": "be8b5add-a84e-4f3f-84c5-105eaa079556", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -947,7 +830,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "00ca8d64-4c2b-4af7-8b05-e15527c1eb54", + "criterionGuid": "ae54dd82-5eed-4558-8d68-9592b749550a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -973,7 +856,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e1db9c1c-2bc2-4109-a9d9-f559198f6bb5", + "criterionGuid": "3e378d5b-35fb-4669-a756-dcc32c2835d2", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1005,7 +888,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "4b929ca9-1dd4-4696-a24a-a5630c76b0f9", + "criterionGuid": "be8b5add-a84e-4f3f-84c5-105eaa079556", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1248,7 +1131,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "0a6811b9-f28e-426e-abfa-f19c3e4040b3", + "criterionGuid": "ed2b447f-e9ac-4246-aee9-422b2d75499d", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1274,7 +1157,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "b4eb83a3-ae94-48f2-be9f-caf361d181c1", + "criterionGuid": "367ed757-6b74-4b1c-ad2e-16a2054cd3fa", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1306,7 +1189,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fa81a4e4-3977-4161-9347-9d11793d2604", + "criterionGuid": "a0a40f95-85f8-4e31-9660-135b45a21244", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1468,7 +1351,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "0a6811b9-f28e-426e-abfa-f19c3e4040b3", + "criterionGuid": "ed2b447f-e9ac-4246-aee9-422b2d75499d", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1494,7 +1377,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "b4eb83a3-ae94-48f2-be9f-caf361d181c1", + "criterionGuid": "367ed757-6b74-4b1c-ad2e-16a2054cd3fa", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1526,7 +1409,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fa81a4e4-3977-4161-9347-9d11793d2604", + "criterionGuid": "a0a40f95-85f8-4e31-9660-135b45a21244", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1688,7 +1571,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "0a6811b9-f28e-426e-abfa-f19c3e4040b3", + "criterionGuid": "ed2b447f-e9ac-4246-aee9-422b2d75499d", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1714,7 +1597,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "b4eb83a3-ae94-48f2-be9f-caf361d181c1", + "criterionGuid": "367ed757-6b74-4b1c-ad2e-16a2054cd3fa", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1746,7 +1629,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fa81a4e4-3977-4161-9347-9d11793d2604", + "criterionGuid": "a0a40f95-85f8-4e31-9660-135b45a21244", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1908,7 +1791,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "0a6811b9-f28e-426e-abfa-f19c3e4040b3", + "criterionGuid": "ed2b447f-e9ac-4246-aee9-422b2d75499d", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1934,7 +1817,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "b4eb83a3-ae94-48f2-be9f-caf361d181c1", + "criterionGuid": "367ed757-6b74-4b1c-ad2e-16a2054cd3fa", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -1966,7 +1849,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fa81a4e4-3977-4161-9347-9d11793d2604", + "criterionGuid": "a0a40f95-85f8-4e31-9660-135b45a21244", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2200,7 +2083,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "4be37aed-1927-4af7-b5a4-6195c451373a", + "criterionGuid": "7e0033b8-600e-4f28-9614-7cc74a1173b6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2226,7 +2109,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "68268a39-9a4b-4f8c-8973-3ba1aa37016c", + "criterionGuid": "bdc88d0d-52c6-4c94-93ae-2090b4d091a6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2258,7 +2141,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e84757bc-6238-4898-b1a8-266260468496", + "criterionGuid": "de4ab7a8-d798-4433-9e13-fd6d75c80d28", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2420,7 +2303,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "4be37aed-1927-4af7-b5a4-6195c451373a", + "criterionGuid": "7e0033b8-600e-4f28-9614-7cc74a1173b6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2446,7 +2329,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "68268a39-9a4b-4f8c-8973-3ba1aa37016c", + "criterionGuid": "bdc88d0d-52c6-4c94-93ae-2090b4d091a6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2478,7 +2361,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e84757bc-6238-4898-b1a8-266260468496", + "criterionGuid": "de4ab7a8-d798-4433-9e13-fd6d75c80d28", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2640,7 +2523,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "4be37aed-1927-4af7-b5a4-6195c451373a", + "criterionGuid": "7e0033b8-600e-4f28-9614-7cc74a1173b6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2666,7 +2549,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "68268a39-9a4b-4f8c-8973-3ba1aa37016c", + "criterionGuid": "bdc88d0d-52c6-4c94-93ae-2090b4d091a6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2698,7 +2581,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e84757bc-6238-4898-b1a8-266260468496", + "criterionGuid": "de4ab7a8-d798-4433-9e13-fd6d75c80d28", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2860,7 +2743,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "4be37aed-1927-4af7-b5a4-6195c451373a", + "criterionGuid": "7e0033b8-600e-4f28-9614-7cc74a1173b6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2886,7 +2769,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "68268a39-9a4b-4f8c-8973-3ba1aa37016c", + "criterionGuid": "bdc88d0d-52c6-4c94-93ae-2090b4d091a6", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -2918,7 +2801,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "e84757bc-6238-4898-b1a8-266260468496", + "criterionGuid": "de4ab7a8-d798-4433-9e13-fd6d75c80d28", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3128,7 +3011,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fc904dd2-4254-43f1-a5ed-8fc535d75a1e", + "criterionGuid": "d7a3d2a6-e571-49a1-914b-a7c5f85cf6b3", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3154,7 +3037,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "b5e34cae-fd16-46a8-a8af-1cb2da5b5967", + "criterionGuid": "75985c8e-cb3e-4071-9803-741e70470d64", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3186,7 +3069,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "f654e8f7-4ae4-40cc-989a-25e6ead3a101", + "criterionGuid": "d0721db9-4470-464b-8589-c5ed2c33a13f", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3348,7 +3231,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fc904dd2-4254-43f1-a5ed-8fc535d75a1e", + "criterionGuid": "d7a3d2a6-e571-49a1-914b-a7c5f85cf6b3", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3374,7 +3257,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "b5e34cae-fd16-46a8-a8af-1cb2da5b5967", + "criterionGuid": "75985c8e-cb3e-4071-9803-741e70470d64", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3406,7 +3289,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "f654e8f7-4ae4-40cc-989a-25e6ead3a101", + "criterionGuid": "d0721db9-4470-464b-8589-c5ed2c33a13f", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3568,7 +3451,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fc904dd2-4254-43f1-a5ed-8fc535d75a1e", + "criterionGuid": "d7a3d2a6-e571-49a1-914b-a7c5f85cf6b3", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3594,7 +3477,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "b5e34cae-fd16-46a8-a8af-1cb2da5b5967", + "criterionGuid": "75985c8e-cb3e-4071-9803-741e70470d64", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3626,7 +3509,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "f654e8f7-4ae4-40cc-989a-25e6ead3a101", + "criterionGuid": "d0721db9-4470-464b-8589-c5ed2c33a13f", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3788,7 +3671,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "fc904dd2-4254-43f1-a5ed-8fc535d75a1e", + "criterionGuid": "d7a3d2a6-e571-49a1-914b-a7c5f85cf6b3", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3814,7 +3697,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "b5e34cae-fd16-46a8-a8af-1cb2da5b5967", + "criterionGuid": "75985c8e-cb3e-4071-9803-741e70470d64", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -3846,7 +3729,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "f654e8f7-4ae4-40cc-989a-25e6ead3a101", + "criterionGuid": "d0721db9-4470-464b-8589-c5ed2c33a13f", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -6771,7 +6654,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.6812343+00:00" + "value": "2025-01-22T23:52:51.0778049+00:00" } }, "Example 11": { @@ -6994,7 +6877,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.6812343+00:00" + "value": "2025-01-22T23:52:51.0778049+00:00" } }, "Example 11": { @@ -7217,7 +7100,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.6812343+00:00" + "value": "2025-01-22T23:52:51.0778049+00:00" } }, "Example 11": { @@ -7440,7 +7323,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.6812343+00:00" + "value": "2025-01-22T23:52:51.0778049+00:00" } }, "Example 11": { @@ -7981,7 +7864,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.6968619+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 25": { @@ -8204,7 +8087,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.6968619+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 25": { @@ -8427,7 +8310,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.6968619+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 25": { @@ -8650,7 +8533,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.6968619+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 25": { @@ -9119,7 +9002,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.7124903+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 8": { @@ -9216,7 +9099,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.7124903+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 8": { @@ -9313,7 +9196,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.7124903+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 8": { @@ -9410,7 +9293,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.7124903+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 8": { @@ -9858,7 +9741,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.7124903+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 17": { @@ -9955,7 +9838,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.7124903+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 17": { @@ -10052,7 +9935,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.7124903+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 17": { @@ -10149,7 +10032,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2025-01-21T00:16:25.7124903+00:00" + "value": "2025-01-22T23:52:51.1090764+00:00" } }, "Example 17": { @@ -17376,7 +17259,7 @@ "description": "Search for the audit log items for the first 10 times the given list had an item added or removed", "value": { "listIdentifiers": [ - "c6b8e234-1a06-49d9-9df0-a9c3bf5eaac5" + "a49a6572-bc5e-46b7-a8a7-d0da3608ad3b" ], "listActionsToInclude": [ "ItemAdded", @@ -17400,7 +17283,7 @@ "description": "Search for the audit log items for the first 10 times the given list had an item added or removed", "value": { "listIdentifiers": [ - "c6b8e234-1a06-49d9-9df0-a9c3bf5eaac5" + "a49a6572-bc5e-46b7-a8a7-d0da3608ad3b" ], "listActionsToInclude": [ "ItemAdded", @@ -17424,7 +17307,7 @@ "description": "Search for the audit log items for the first 10 times the given list had an item added or removed", "value": { "listIdentifiers": [ - "c6b8e234-1a06-49d9-9df0-a9c3bf5eaac5" + "a49a6572-bc5e-46b7-a8a7-d0da3608ad3b" ], "listActionsToInclude": [ "ItemAdded", @@ -17448,7 +17331,7 @@ "description": "Search for the audit log items for the first 10 times the given list had an item added or removed", "value": { "listIdentifiers": [ - "c6b8e234-1a06-49d9-9df0-a9c3bf5eaac5" + "a49a6572-bc5e-46b7-a8a7-d0da3608ad3b" ], "listActionsToInclude": [ "ItemAdded", @@ -18911,6 +18794,123 @@ } } }, + "/v1alpha/databases/{database-key}/permission-categories": { + "get": { + "tags": [ + "Permission Based Access Control" + ], + "summary": "Get all permission-based access control categories for the specified database.", + "operationId": "GetPermissionCategories", + "parameters": [ + { + "name": "database-key", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Ok", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/GsaPermissionCategoriesInfo" + }, + "example": { + "categories": [ + { + "name": "Geo", + "guid": "d728e36d-e86a-46ce-b575-9f0ade7c170d" + }, + { + "name": "Sensitivity", + "guid": "5367e6bc-630e-481e-ae04-49fc684e88c0" + }, + { + "name": "Division", + "guid": "b95cee51-66c7-456c-8299-a248abfbe5dd" + } + ] + } + } + } + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Database not found" + } + } + } + }, + "/v1alpha/databases/{database-key}/permission-categories/{category-guid}": { + "get": { + "tags": [ + "Permission Based Access Control" + ], + "summary": "Get a permission-based access control category with a specified guid.", + "operationId": "GetAccessControlCategory", + "parameters": [ + { + "name": "database-key", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "category-guid", + "in": "path", + "required": true, + "schema": { + "type": "string", + "format": "uuid" + } + } + ], + "responses": { + "200": { + "description": "Ok", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/GsaPermissionCategory" + }, + "example": { + "permissions": [ + { + "name": "US", + "guid": "52936240-04b7-40bf-8635-40e3ce521309" + }, + { + "name": "EMEA", + "guid": "cfb1fe4d-f6ce-4c6f-9e39-6996f4dae10e" + }, + { + "name": "APAC", + "guid": "0dde4a34-0e12-4b2c-83a8-108da836ea3e" + } + ], + "name": "Geo", + "guid": "d728e36d-e86a-46ce-b575-9f0ade7c170d" + } + } + } + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Database or category not found" + } + } + } + }, "/v1alpha/databases/{database-key}/tables/{table-guid}/record-histories/{record-history-guid}": { "get": { "tags": [ @@ -19172,7 +19172,7 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "2872d2cd-db1d-4f34-83ab-47590a3c1ae0" + "guid": "314d586f-60ad-4180-8557-34db368107f1" } }, "Example 4": { @@ -19234,7 +19234,7 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "2872d2cd-db1d-4f34-83ab-47590a3c1ae0" + "guid": "314d586f-60ad-4180-8557-34db368107f1" } }, "Example 4": { @@ -19296,7 +19296,7 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "2872d2cd-db1d-4f34-83ab-47590a3c1ae0" + "guid": "314d586f-60ad-4180-8557-34db368107f1" } }, "Example 4": { @@ -19358,7 +19358,7 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "2872d2cd-db1d-4f34-83ab-47590a3c1ae0" + "guid": "314d586f-60ad-4180-8557-34db368107f1" } }, "Example 4": { @@ -19413,11 +19413,11 @@ "versionNumber": 1, "versionState": "unversioned", "name": "New Alumino Silicate Record", - "guid": "08be180d-86f8-45bc-a538-84e37289b378" + "guid": "688960df-f692-48fb-9f4a-5f2f8f9dab18" } ], "subsets": [], - "guid": "5b8769ef-6745-4d91-98bf-c54f9483b3ea" + "guid": "2fb4fda4-3426-45f6-bca6-82ab6e388460" } } } @@ -20138,7 +20138,7 @@ "guid": "0000b135-0010-4fff-8fff-dd92ffff0000" } ], - "guid": "d6262d42-4689-4f91-bac7-9fd5a5e3aa15" + "guid": "3a305f9a-dff8-4972-bf33-2406c35be724" } } } @@ -20424,7 +20424,7 @@ "guid": "0000b135-0010-4fff-8fff-dd92ffff0000" } ], - "guid": "0a0276da-10de-46a0-a175-b45d24f39ca8" + "guid": "91bb685d-cb57-4dec-ae48-0f85d7d66bfd" } } } @@ -21007,7 +21007,7 @@ "Example 3": { "summary": "Parent is not released.", "value": { - "message": "Cannot release record version with GUID 'e8de87d5-7209-44fd-b827-b8929fa9a1bf'.", + "message": "Cannot release record version with GUID 'f0b5e2b7-1a4f-481b-80c7-4e36dbce3a7c'.", "code": 400, "errors": [ { @@ -21156,7 +21156,7 @@ "Example 3": { "summary": "Record version is not the latest version.", "value": { - "message": "Cannot create a new version from the record version with GUID 'ef0acc9b-4393-4ed3-a2de-35de60f9eb8b'.", + "message": "Cannot create a new version from the record version with GUID '4b924844-2619-4bb6-b685-34ca8f428388'.", "code": 400, "errors": [ { @@ -21166,7 +21166,7 @@ "versionNumber": 2, "versionState": "unreleased", "name": "Arsenic trioxide [1327-53-3] - new version", - "guid": "18a59892-cc64-4d33-8cce-715128c04ec8" + "guid": "31769efc-6a6f-4218-8ed2-b9ffdc305144" } } ] @@ -21480,7 +21480,7 @@ "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "e1e6ea07-cc28-42f3-912e-a1e74c83e319" + "guid": "61db726c-bbce-4430-bcc0-c6f7bdf2d01e" } }, "Example 3": { @@ -21880,7 +21880,7 @@ "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "e1e6ea07-cc28-42f3-912e-a1e74c83e319" + "guid": "61db726c-bbce-4430-bcc0-c6f7bdf2d01e" } }, "Example 3": { @@ -22280,7 +22280,7 @@ "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "e1e6ea07-cc28-42f3-912e-a1e74c83e319" + "guid": "61db726c-bbce-4430-bcc0-c6f7bdf2d01e" } }, "Example 3": { @@ -22680,7 +22680,7 @@ "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "e1e6ea07-cc28-42f3-912e-a1e74c83e319" + "guid": "61db726c-bbce-4430-bcc0-c6f7bdf2d01e" } }, "Example 3": { @@ -23167,7 +23167,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "18c0e217-3888-4b06-abab-109594eeae58" + "guid": "3a8cc4c6-db41-425c-ae1b-6d1f1b452d6f" } ], "primaryDynamicLinkGroups": [], @@ -23469,7 +23469,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "c619949d-ae59-4832-b66f-1c3ffb84421c" + "guid": "3f62abf6-76f2-49c9-91de-91a7874623eb" } ], "primaryDynamicLinkGroups": [], @@ -24815,7 +24815,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "a53a96bb-e9d0-451a-a6b1-2bc058b87d16" + "guid": "4a11942a-a879-4a51-b768-745a2946569d" } ], "primaryDynamicLinkGroups": [], @@ -25262,7 +25262,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "0fe0075c-4188-463e-9e77-c76dc85dad45" + "guid": "6f5a438b-fd55-442c-8957-844e9b259cbc" } ], "primaryDynamicLinkGroups": [], @@ -25724,7 +25724,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "aaa55735-a507-4ecb-b238-cfc3037e6d7b" + "guid": "11e846a2-3cdd-4b0f-af84-2b36fb73f542" } ], "primaryDynamicLinkGroups": [], @@ -25903,7 +25903,7 @@ "$ref": "#/components/schemas/GsaAttributeDeletionException" }, "example": { - "message": "Cannot delete attribute 'Notes' (GUID = '0f3bcc21-acac-4793-8733-71928c7584a8').", + "message": "Cannot delete attribute 'Notes' (GUID = 'c49c8eb7-4367-4d45-a8bf-bbe3951f2151').", "code": 400, "errors": [ { @@ -25918,7 +25918,7 @@ "referencedBy": [ { "name": "Search mask that searches in Notes", - "guid": "ccd91e50-6d09-4643-8cda-6941b95d663a" + "guid": "fa7d41e0-6ab0-494c-ac8c-85da0c5c2108" } ] } @@ -26226,7 +26226,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "509bbac3-b644-4a96-8105-ac54c8889494" + "guid": "2c7ca33a-d023-464d-889f-f94f15a09a99" } ], "primaryDynamicLinkGroups": [], @@ -28784,7 +28784,7 @@ "description": "Basic configuration that can be used in explore.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "basic configuration", - "guid": "a999a572-6f72-4956-9d9f-58e0d7192fad" + "guid": "4efb17d3-7249-4343-a94f-3ff2c0fbb0e4" } } } @@ -28809,7 +28809,7 @@ "description": "Basic configuration that can be used in explore.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "basic configuration", - "guid": "a999a572-6f72-4956-9d9f-58e0d7192fad" + "guid": "4efb17d3-7249-4343-a94f-3ff2c0fbb0e4" } } } @@ -28834,7 +28834,7 @@ "description": "Basic configuration that can be used in explore.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "basic configuration", - "guid": "a999a572-6f72-4956-9d9f-58e0d7192fad" + "guid": "4efb17d3-7249-4343-a94f-3ff2c0fbb0e4" } } } @@ -28859,7 +28859,7 @@ "description": "Basic configuration that can be used in explore.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "basic configuration", - "guid": "a999a572-6f72-4956-9d9f-58e0d7192fad" + "guid": "4efb17d3-7249-4343-a94f-3ff2c0fbb0e4" } } } @@ -29010,7 +29010,7 @@ "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "examples (updated)", - "guid": "df8385e1-8ca2-4040-8128-2c10e68b4dba" + "guid": "3e0911b9-a70c-4acd-9c51-f223c3f6ba2e" } }, "Example 2": { @@ -29034,7 +29034,7 @@ "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "examples (updated)", - "guid": "df8385e1-8ca2-4040-8128-2c10e68b4dba" + "guid": "3e0911b9-a70c-4acd-9c51-f223c3f6ba2e" } }, "Example 2": { @@ -29058,7 +29058,7 @@ "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "examples (updated)", - "guid": "df8385e1-8ca2-4040-8128-2c10e68b4dba" + "guid": "3e0911b9-a70c-4acd-9c51-f223c3f6ba2e" } }, "Example 2": { @@ -29082,7 +29082,7 @@ "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "examples (updated)", - "guid": "df8385e1-8ca2-4040-8128-2c10e68b4dba" + "guid": "3e0911b9-a70c-4acd-9c51-f223c3f6ba2e" } }, "Example 2": { @@ -29311,7 +29311,7 @@ "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "4abfdb6b-2806-45f5-91a8-b5c08f739f18" + "guid": "962bd6ac-f400-47c5-95c3-2e08b9883a96" } }, "Example 3": { @@ -29344,7 +29344,7 @@ "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "4abfdb6b-2806-45f5-91a8-b5c08f739f18" + "guid": "962bd6ac-f400-47c5-95c3-2e08b9883a96" } }, "Example 3": { @@ -29377,7 +29377,7 @@ "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "4abfdb6b-2806-45f5-91a8-b5c08f739f18" + "guid": "962bd6ac-f400-47c5-95c3-2e08b9883a96" } }, "Example 3": { @@ -29410,7 +29410,7 @@ "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "4abfdb6b-2806-45f5-91a8-b5c08f739f18" + "guid": "962bd6ac-f400-47c5-95c3-2e08b9883a96" } }, "Example 3": { @@ -29553,7 +29553,7 @@ "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "efac5e87-06f3-4f27-bccc-630204f13e12" + "guid": "9b17d1fb-be38-4cc5-aef1-c68de4c2ad5c" } }, "Example 2": { @@ -29568,7 +29568,7 @@ "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "adcbb66a-4c8d-4166-a40e-c9eae5e9a749" + "guid": "97dd04ab-743b-4243-9cbc-e93c47101acc" } } } @@ -29585,7 +29585,7 @@ "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "efac5e87-06f3-4f27-bccc-630204f13e12" + "guid": "9b17d1fb-be38-4cc5-aef1-c68de4c2ad5c" } }, "Example 2": { @@ -29600,7 +29600,7 @@ "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "adcbb66a-4c8d-4166-a40e-c9eae5e9a749" + "guid": "97dd04ab-743b-4243-9cbc-e93c47101acc" } } } @@ -29617,7 +29617,7 @@ "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "efac5e87-06f3-4f27-bccc-630204f13e12" + "guid": "9b17d1fb-be38-4cc5-aef1-c68de4c2ad5c" } }, "Example 2": { @@ -29632,7 +29632,7 @@ "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "adcbb66a-4c8d-4166-a40e-c9eae5e9a749" + "guid": "97dd04ab-743b-4243-9cbc-e93c47101acc" } } } @@ -29649,7 +29649,7 @@ "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "efac5e87-06f3-4f27-bccc-630204f13e12" + "guid": "9b17d1fb-be38-4cc5-aef1-c68de4c2ad5c" } }, "Example 2": { @@ -29664,7 +29664,7 @@ "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "adcbb66a-4c8d-4166-a40e-c9eae5e9a749" + "guid": "97dd04ab-743b-4243-9cbc-e93c47101acc" } } } @@ -30268,8 +30268,8 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above. This database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "185e23a8-4fa3-472c-92cd-3801a8443023", - "guid": "60c7de83-10bc-4ed3-b28a-188e9221c0ea", + "versionGuid": "1d74b14a-a463-4a02-a39e-b3878def77c3", + "guid": "47b0150a-284d-470a-94fd-95d460f5ebe0", "name": "MI Training (Updated)" } }, @@ -30294,8 +30294,8 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above. This database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "185e23a8-4fa3-472c-92cd-3801a8443023", - "guid": "60c7de83-10bc-4ed3-b28a-188e9221c0ea", + "versionGuid": "1d74b14a-a463-4a02-a39e-b3878def77c3", + "guid": "47b0150a-284d-470a-94fd-95d460f5ebe0", "name": "MI Training (Updated)" } }, @@ -30320,8 +30320,8 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above. This database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "185e23a8-4fa3-472c-92cd-3801a8443023", - "guid": "60c7de83-10bc-4ed3-b28a-188e9221c0ea", + "versionGuid": "1d74b14a-a463-4a02-a39e-b3878def77c3", + "guid": "47b0150a-284d-470a-94fd-95d460f5ebe0", "name": "MI Training (Updated)" } }, @@ -30346,8 +30346,8 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above. This database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "185e23a8-4fa3-472c-92cd-3801a8443023", - "guid": "60c7de83-10bc-4ed3-b28a-188e9221c0ea", + "versionGuid": "1d74b14a-a463-4a02-a39e-b3878def77c3", + "guid": "47b0150a-284d-470a-94fd-95d460f5ebe0", "name": "MI Training (Updated)" } }, @@ -31353,7 +31353,7 @@ "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "6c604a00-252b-4550-b2c2-0c6d51e45ecd" + "guid": "e58350cb-ad18-4e3e-8c16-017e1edf172f" } } } @@ -31375,7 +31375,7 @@ "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "6c604a00-252b-4550-b2c2-0c6d51e45ecd" + "guid": "e58350cb-ad18-4e3e-8c16-017e1edf172f" } } } @@ -31397,7 +31397,7 @@ "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "6c604a00-252b-4550-b2c2-0c6d51e45ecd" + "guid": "e58350cb-ad18-4e3e-8c16-017e1edf172f" } } } @@ -31419,7 +31419,7 @@ "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "6c604a00-252b-4550-b2c2-0c6d51e45ecd" + "guid": "e58350cb-ad18-4e3e-8c16-017e1edf172f" } } } @@ -32157,7 +32157,7 @@ "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "7d5fceb5-1722-490a-b2e2-f2bd679e4bf9" + "guid": "a931547b-0369-415c-a4ce-41cdffc2187c" } } } @@ -32178,7 +32178,7 @@ "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "7d5fceb5-1722-490a-b2e2-f2bd679e4bf9" + "guid": "a931547b-0369-415c-a4ce-41cdffc2187c" } } } @@ -32199,7 +32199,7 @@ "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "7d5fceb5-1722-490a-b2e2-f2bd679e4bf9" + "guid": "a931547b-0369-415c-a4ce-41cdffc2187c" } } } @@ -32220,7 +32220,7 @@ "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "7d5fceb5-1722-490a-b2e2-f2bd679e4bf9" + "guid": "a931547b-0369-415c-a4ce-41cdffc2187c" } } } @@ -32623,11 +32623,11 @@ "files": [ { "name": "exporter-1.exp", - "guid": "3bb64098-adc2-4f60-b4e5-5b6388d930d6" + "guid": "461c4afe-2808-4bd5-901d-0913e3f4d099" }, { "name": "no-transform.xslt", - "guid": "ad512062-c4b0-4ebe-8a7c-637b9d074ac1" + "guid": "4c2561f0-db88-4814-b400-deaabca76b77" } ] } @@ -32640,11 +32640,11 @@ "files": [ { "name": "exporter-1.exp", - "guid": "3bb64098-adc2-4f60-b4e5-5b6388d930d6" + "guid": "461c4afe-2808-4bd5-901d-0913e3f4d099" }, { "name": "no-transform.xslt", - "guid": "ad512062-c4b0-4ebe-8a7c-637b9d074ac1" + "guid": "4c2561f0-db88-4814-b400-deaabca76b77" } ] } @@ -32657,11 +32657,11 @@ "files": [ { "name": "exporter-1.exp", - "guid": "3bb64098-adc2-4f60-b4e5-5b6388d930d6" + "guid": "461c4afe-2808-4bd5-901d-0913e3f4d099" }, { "name": "no-transform.xslt", - "guid": "ad512062-c4b0-4ebe-8a7c-637b9d074ac1" + "guid": "4c2561f0-db88-4814-b400-deaabca76b77" } ] } @@ -32739,7 +32739,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "2ae77dc0-a98d-458e-b982-95f49ffd219f" + "guid": "fe03e78f-a2de-4cf7-b6ca-44c7d768977f" } }, "application/json": { @@ -32753,7 +32753,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "2ae77dc0-a98d-458e-b982-95f49ffd219f" + "guid": "fe03e78f-a2de-4cf7-b6ca-44c7d768977f" } }, "text/json": { @@ -32767,7 +32767,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "2ae77dc0-a98d-458e-b982-95f49ffd219f" + "guid": "fe03e78f-a2de-4cf7-b6ca-44c7d768977f" } } } @@ -32834,7 +32834,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "26bac7a2-f7b1-46e1-b8f8-f20499910131" + "guid": "137f4788-e3d7-4dff-8410-a3cd5e3b85eb" } }, "application/json": { @@ -32848,7 +32848,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "26bac7a2-f7b1-46e1-b8f8-f20499910131" + "guid": "137f4788-e3d7-4dff-8410-a3cd5e3b85eb" } }, "text/json": { @@ -32862,7 +32862,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "26bac7a2-f7b1-46e1-b8f8-f20499910131" + "guid": "137f4788-e3d7-4dff-8410-a3cd5e3b85eb" } } } @@ -32931,7 +32931,7 @@ "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "319f9046-cce1-4f49-8f84-a7a7e9840203" + "guid": "ccf1f05c-d8a1-4142-90e3-59ff2f93aa0a" } } } @@ -32959,7 +32959,7 @@ "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "319f9046-cce1-4f49-8f84-a7a7e9840203" + "guid": "ccf1f05c-d8a1-4142-90e3-59ff2f93aa0a" } } } @@ -32987,7 +32987,7 @@ "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "319f9046-cce1-4f49-8f84-a7a7e9840203" + "guid": "ccf1f05c-d8a1-4142-90e3-59ff2f93aa0a" } } } @@ -33015,7 +33015,7 @@ "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "319f9046-cce1-4f49-8f84-a7a7e9840203" + "guid": "ccf1f05c-d8a1-4142-90e3-59ff2f93aa0a" } } } @@ -33037,7 +33037,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "cc2531b7-887f-4ffd-b0b4-d29ece8cba07" + "guid": "f19bbb24-f83b-441e-9e01-f176a5b4bc10" } }, "application/json": { @@ -33051,7 +33051,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "cc2531b7-887f-4ffd-b0b4-d29ece8cba07" + "guid": "f19bbb24-f83b-441e-9e01-f176a5b4bc10" } }, "text/json": { @@ -33065,7 +33065,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "cc2531b7-887f-4ffd-b0b4-d29ece8cba07" + "guid": "f19bbb24-f83b-441e-9e01-f176a5b4bc10" } } } @@ -33283,7 +33283,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "bc1a6e90-5f51-4414-89c9-b0b1571fbc51" + "guid": "534f86a4-5da0-4e26-86eb-f9b4d690d0fb" } }, "application/json": { @@ -33297,7 +33297,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "bc1a6e90-5f51-4414-89c9-b0b1571fbc51" + "guid": "534f86a4-5da0-4e26-86eb-f9b4d690d0fb" } }, "text/json": { @@ -33311,7 +33311,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "bc1a6e90-5f51-4414-89c9-b0b1571fbc51" + "guid": "534f86a4-5da0-4e26-86eb-f9b4d690d0fb" } } } @@ -33454,7 +33454,7 @@ "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "316ce80d-6298-448e-b0ed-abeca0628cee" + "guid": "e4b4f30d-4cdc-46f7-933d-a052997e3e42" } }, "Example 3": { @@ -33489,7 +33489,7 @@ "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "316ce80d-6298-448e-b0ed-abeca0628cee" + "guid": "e4b4f30d-4cdc-46f7-933d-a052997e3e42" } }, "Example 3": { @@ -33524,7 +33524,7 @@ "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "316ce80d-6298-448e-b0ed-abeca0628cee" + "guid": "e4b4f30d-4cdc-46f7-933d-a052997e3e42" } }, "Example 3": { @@ -33559,7 +33559,7 @@ "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "316ce80d-6298-448e-b0ed-abeca0628cee" + "guid": "e4b4f30d-4cdc-46f7-933d-a052997e3e42" } }, "Example 3": { @@ -33871,7 +33871,7 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "be3ddaf0-0878-4329-914f-23f5c4fb4810" + "guid": "3eac3908-4cb0-4720-bd7a-64cffec807f1" } }, "Example 2": { @@ -33897,7 +33897,7 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "be3ddaf0-0878-4329-914f-23f5c4fb4810" + "guid": "3eac3908-4cb0-4720-bd7a-64cffec807f1" } }, "Example 2": { @@ -33923,7 +33923,7 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "be3ddaf0-0878-4329-914f-23f5c4fb4810" + "guid": "3eac3908-4cb0-4720-bd7a-64cffec807f1" } }, "Example 2": { @@ -33949,7 +33949,7 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "be3ddaf0-0878-4329-914f-23f5c4fb4810" + "guid": "3eac3908-4cb0-4720-bd7a-64cffec807f1" } }, "Example 2": { @@ -34587,7 +34587,7 @@ "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "8a2f0633-f213-4caf-b532-a12844c1ade8" + "guid": "a88f2bf8-db68-44c5-bfce-b35d43cdd22e" } } } @@ -34608,7 +34608,7 @@ "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "8a2f0633-f213-4caf-b532-a12844c1ade8" + "guid": "a88f2bf8-db68-44c5-bfce-b35d43cdd22e" } } } @@ -34629,7 +34629,7 @@ "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "8a2f0633-f213-4caf-b532-a12844c1ade8" + "guid": "a88f2bf8-db68-44c5-bfce-b35d43cdd22e" } } } @@ -34650,7 +34650,7 @@ "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "8a2f0633-f213-4caf-b532-a12844c1ade8" + "guid": "a88f2bf8-db68-44c5-bfce-b35d43cdd22e" } } } @@ -35119,7 +35119,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0a5a5b45-c744-4cb7-87b3-8fdd57e13fce" + "guid": "3a551750-b201-4f63-b5e5-26c5959bd07f" } }, "application/json": { @@ -35133,7 +35133,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0a5a5b45-c744-4cb7-87b3-8fdd57e13fce" + "guid": "3a551750-b201-4f63-b5e5-26c5959bd07f" } }, "text/json": { @@ -35147,7 +35147,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0a5a5b45-c744-4cb7-87b3-8fdd57e13fce" + "guid": "3a551750-b201-4f63-b5e5-26c5959bd07f" } } } @@ -35311,7 +35311,7 @@ "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "7925b893-1e59-41e5-947f-e35bf6a117f0" + "guid": "d4e9c3ce-789b-4012-b9af-7e69fe44c593" } } } @@ -35339,7 +35339,7 @@ "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "7925b893-1e59-41e5-947f-e35bf6a117f0" + "guid": "d4e9c3ce-789b-4012-b9af-7e69fe44c593" } } } @@ -35367,7 +35367,7 @@ "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "7925b893-1e59-41e5-947f-e35bf6a117f0" + "guid": "d4e9c3ce-789b-4012-b9af-7e69fe44c593" } } } @@ -35395,7 +35395,7 @@ "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "7925b893-1e59-41e5-947f-e35bf6a117f0" + "guid": "d4e9c3ce-789b-4012-b9af-7e69fe44c593" } } } @@ -35417,7 +35417,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "8c73c9b1-6105-4a8d-a259-56bd0aa09766" + "guid": "750a9c8b-7aa1-4ffb-8441-7862f35d1efb" } }, "application/json": { @@ -35431,7 +35431,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "8c73c9b1-6105-4a8d-a259-56bd0aa09766" + "guid": "750a9c8b-7aa1-4ffb-8441-7862f35d1efb" } }, "text/json": { @@ -35445,7 +35445,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "8c73c9b1-6105-4a8d-a259-56bd0aa09766" + "guid": "750a9c8b-7aa1-4ffb-8441-7862f35d1efb" } } } @@ -35663,7 +35663,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "9b8f3551-1067-4e79-9d4b-76e5df773992" + "guid": "e0542715-83d2-40f9-8f13-82577cef1bda" } }, "application/json": { @@ -35677,7 +35677,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "9b8f3551-1067-4e79-9d4b-76e5df773992" + "guid": "e0542715-83d2-40f9-8f13-82577cef1bda" } }, "text/json": { @@ -35691,7 +35691,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "9b8f3551-1067-4e79-9d4b-76e5df773992" + "guid": "e0542715-83d2-40f9-8f13-82577cef1bda" } } } @@ -35742,7 +35742,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "2329f394-1084-4505-919a-eab9b49f6aa6" + "guid": "6141c803-0f91-4245-bd06-c72d449b5080" } ] } @@ -35760,7 +35760,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "2329f394-1084-4505-919a-eab9b49f6aa6" + "guid": "6141c803-0f91-4245-bd06-c72d449b5080" } ] } @@ -35778,7 +35778,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "2329f394-1084-4505-919a-eab9b49f6aa6" + "guid": "6141c803-0f91-4245-bd06-c72d449b5080" } ] } @@ -36008,7 +36008,7 @@ "example": { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "d0139b7c-a315-4d94-b1a0-e5292fa732f2" + "guid": "a42220a1-b1df-4636-b59c-839b61fdbbf4" } }, "application/json": { @@ -36018,7 +36018,7 @@ "example": { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "d0139b7c-a315-4d94-b1a0-e5292fa732f2" + "guid": "a42220a1-b1df-4636-b59c-839b61fdbbf4" } }, "text/json": { @@ -36028,7 +36028,7 @@ "example": { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "d0139b7c-a315-4d94-b1a0-e5292fa732f2" + "guid": "a42220a1-b1df-4636-b59c-839b61fdbbf4" } } } @@ -36081,7 +36081,7 @@ "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "6a22f2c7-606f-4eda-9b20-e0ae0407d45a" + "guid": "13a3262b-ee8d-49b7-bc88-e365739fcab2" } } } @@ -36102,7 +36102,7 @@ "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "6a22f2c7-606f-4eda-9b20-e0ae0407d45a" + "guid": "13a3262b-ee8d-49b7-bc88-e365739fcab2" } } } @@ -36123,7 +36123,7 @@ "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "6a22f2c7-606f-4eda-9b20-e0ae0407d45a" + "guid": "13a3262b-ee8d-49b7-bc88-e365739fcab2" } } } @@ -36144,7 +36144,7 @@ "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "6a22f2c7-606f-4eda-9b20-e0ae0407d45a" + "guid": "13a3262b-ee8d-49b7-bc88-e365739fcab2" } } } @@ -36272,7 +36272,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "b4fb6f00-4534-4e94-a12d-0b03d5f576fd" + "guid": "5fb90528-a73c-4809-bc23-a9919d260f3e" } ] } @@ -36286,7 +36286,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "b4fb6f00-4534-4e94-a12d-0b03d5f576fd" + "guid": "5fb90528-a73c-4809-bc23-a9919d260f3e" } ] } @@ -36300,7 +36300,7 @@ { "parentGuid": "c13eb185-2558-4b4a-8395-33c031663925", "name": "images", - "guid": "b4fb6f00-4534-4e94-a12d-0b03d5f576fd" + "guid": "5fb90528-a73c-4809-bc23-a9919d260f3e" } ] } @@ -36482,11 +36482,11 @@ "files": [ { "name": "home-page-1.html", - "guid": "583863c1-c136-432e-bc9b-34a83123585e" + "guid": "e326152f-8914-4806-9b61-4f09c6adc09b" }, { "name": "home-page-2.html", - "guid": "81bc7236-f653-4d72-ae45-c37d5c4750ad" + "guid": "d33482ec-7797-45ba-9d28-8d091669df1e" } ] } @@ -36499,11 +36499,11 @@ "files": [ { "name": "home-page-1.html", - "guid": "583863c1-c136-432e-bc9b-34a83123585e" + "guid": "e326152f-8914-4806-9b61-4f09c6adc09b" }, { "name": "home-page-2.html", - "guid": "81bc7236-f653-4d72-ae45-c37d5c4750ad" + "guid": "d33482ec-7797-45ba-9d28-8d091669df1e" } ] } @@ -36516,11 +36516,11 @@ "files": [ { "name": "home-page-1.html", - "guid": "583863c1-c136-432e-bc9b-34a83123585e" + "guid": "e326152f-8914-4806-9b61-4f09c6adc09b" }, { "name": "home-page-2.html", - "guid": "81bc7236-f653-4d72-ae45-c37d5c4750ad" + "guid": "d33482ec-7797-45ba-9d28-8d091669df1e" } ] } @@ -36598,7 +36598,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "9d6bbc87-d240-41be-b420-9344f5086c1d" + "guid": "7494fbdc-6997-476b-a77d-8cc80ad2bfd1" } }, "application/json": { @@ -36612,7 +36612,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "9d6bbc87-d240-41be-b420-9344f5086c1d" + "guid": "7494fbdc-6997-476b-a77d-8cc80ad2bfd1" } }, "text/json": { @@ -36626,7 +36626,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "9d6bbc87-d240-41be-b420-9344f5086c1d" + "guid": "7494fbdc-6997-476b-a77d-8cc80ad2bfd1" } } } @@ -36693,7 +36693,7 @@ "dataLength": 12895, "path": "HomePages", "name": "home-page.html", - "guid": "cc6c9579-ba69-4f83-87f8-5b743e03ed10" + "guid": "42b56f5d-bc92-4469-9955-4d277602be3f" } }, "application/json": { @@ -36707,7 +36707,7 @@ "dataLength": 12895, "path": "HomePages", "name": "home-page.html", - "guid": "cc6c9579-ba69-4f83-87f8-5b743e03ed10" + "guid": "42b56f5d-bc92-4469-9955-4d277602be3f" } }, "text/json": { @@ -36721,7 +36721,7 @@ "dataLength": 12895, "path": "HomePages", "name": "home-page.html", - "guid": "cc6c9579-ba69-4f83-87f8-5b743e03ed10" + "guid": "42b56f5d-bc92-4469-9955-4d277602be3f" } } } @@ -36790,7 +36790,7 @@ "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "f16f9081-070d-4fd3-8ee1-f129252c5f71" + "guid": "43c7ba39-1d8b-45ef-a7c1-99f4db41af49" } } } @@ -36818,7 +36818,7 @@ "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "f16f9081-070d-4fd3-8ee1-f129252c5f71" + "guid": "43c7ba39-1d8b-45ef-a7c1-99f4db41af49" } } } @@ -36846,7 +36846,7 @@ "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "f16f9081-070d-4fd3-8ee1-f129252c5f71" + "guid": "43c7ba39-1d8b-45ef-a7c1-99f4db41af49" } } } @@ -36874,7 +36874,7 @@ "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "f16f9081-070d-4fd3-8ee1-f129252c5f71" + "guid": "43c7ba39-1d8b-45ef-a7c1-99f4db41af49" } } } @@ -36896,7 +36896,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "4c765a7d-33d2-4c88-af27-2914e27400e2" + "guid": "3f9f4363-8c42-4dca-be1f-670d8889dbef" } }, "application/json": { @@ -36910,7 +36910,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "4c765a7d-33d2-4c88-af27-2914e27400e2" + "guid": "3f9f4363-8c42-4dca-be1f-670d8889dbef" } }, "text/json": { @@ -36924,7 +36924,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "4c765a7d-33d2-4c88-af27-2914e27400e2" + "guid": "3f9f4363-8c42-4dca-be1f-670d8889dbef" } } } @@ -37142,7 +37142,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "8fd5d4df-33e0-4289-96ea-4f31b4442659" + "guid": "203b7fd5-bc16-4ccd-a164-fa174f079123" } }, "application/json": { @@ -37156,7 +37156,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "8fd5d4df-33e0-4289-96ea-4f31b4442659" + "guid": "203b7fd5-bc16-4ccd-a164-fa174f079123" } }, "text/json": { @@ -37170,7 +37170,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "8fd5d4df-33e0-4289-96ea-4f31b4442659" + "guid": "203b7fd5-bc16-4ccd-a164-fa174f079123" } } } @@ -37302,9 +37302,9 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "b9965728-c77f-411e-a2ee-c1ffbcdea34f", + "underlyingEntityGuid": "2416d85f-f62f-425c-88b5-b21b6343ab2e", "name": "Price", - "guid": "b9382b7e-7caf-48a0-8a94-94f072761952" + "guid": "3960bb49-c922-421b-9339-7f522eccce48" }, { "itemType": "attribute", @@ -37312,9 +37312,9 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "f0ae4e36-69ed-47ab-8f5e-95d44ecde62e", + "underlyingEntityGuid": "810793fb-67d5-4a65-b2e4-98f0cc7e6131", "name": "Density", - "guid": "7bf3ab47-c41a-4929-962e-27848ac14b01" + "guid": "66ef7ee1-5a95-455e-9047-6c33f51f82c4" } ], "displayNames": { @@ -37333,9 +37333,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "6517e697-19a2-4298-a2af-89bc71e4e8ec", + "underlyingEntityGuid": "8db18078-901c-4e0e-b063-70f635e2f3af", "name": "Young's modulus", - "guid": "22efeadf-c3a6-4715-89b5-e4b41cd2f59a" + "guid": "dcc204a4-4b31-497a-b4bd-dd99caa19529" }, { "itemType": "attribute", @@ -37343,9 +37343,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "02661d97-e8bf-48d7-9dda-febd908532e9", + "underlyingEntityGuid": "6d55b1f7-3b5c-4ea1-a5cd-5c567930545c", "name": "Tensile strength", - "guid": "3ba58c2f-d4ce-4339-81e9-c74ca217faa8" + "guid": "c7affa19-e0a8-46af-b280-b967c0b40c4f" }, { "itemType": "attribute", @@ -37353,9 +37353,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "1f1c2032-71eb-4380-a394-c38159bde8c1", + "underlyingEntityGuid": "7b0473b6-5df7-4e53-aad7-3f6c2acfdc5e", "name": "Shape factor", - "guid": "0d9d87eb-1d61-4c67-806a-2ddc82eb6b5b" + "guid": "eebd510b-2c50-4629-93ba-5a7e5cac6eef" } ], "displayNames": { @@ -37430,7 +37430,7 @@ "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "d001cca3-0b65-4fd2-96f4-42b5ba556448" + "guid": "15d84e92-8dff-46f0-a237-fc743d4810f5" } } } @@ -37452,7 +37452,7 @@ "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "d001cca3-0b65-4fd2-96f4-42b5ba556448" + "guid": "15d84e92-8dff-46f0-a237-fc743d4810f5" } } } @@ -37474,7 +37474,7 @@ "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "d001cca3-0b65-4fd2-96f4-42b5ba556448" + "guid": "15d84e92-8dff-46f0-a237-fc743d4810f5" } } } @@ -37496,7 +37496,7 @@ "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "d001cca3-0b65-4fd2-96f4-42b5ba556448" + "guid": "15d84e92-8dff-46f0-a237-fc743d4810f5" } } } @@ -37515,7 +37515,7 @@ "sectionDetailType": "slim", "displayNames": {}, "name": "Additional Properties", - "guid": "9106f3aa-7cec-4416-8923-081dbd5a5448" + "guid": "b266acd7-531d-4eb3-aa51-d7bd4006df85" } } } @@ -38158,7 +38158,7 @@ "fr": "Testing Information French Display Name" }, "name": "Testing Information", - "guid": "60228e67-31cd-466b-9225-a56a2ef59432" + "guid": "c94f01fb-2538-405e-94e3-ad00bdd65e1a" } }, "Example 2": { @@ -38173,9 +38173,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "b42b2955-5556-4d7f-933c-aea23c20680a", + "underlyingEntityGuid": "75908f93-06c5-41d4-92c2-573ba4b0add4", "name": "Form", - "guid": "ffd57335-6c3c-47cd-94dc-481fb9fe1cb6" + "guid": "79f0e17f-22b0-4f22-8e09-8a0f8b1a5e10" }, { "itemType": "attribute", @@ -38188,34 +38188,34 @@ "attributeType": "longText", "required": true, "readOnly": false, - "underlyingEntityGuid": "39e504cc-12ae-47ad-8d26-f4a15b75e9c8", + "underlyingEntityGuid": "e7b14d94-6644-40ad-b88a-a33523247441", "name": "Sources", - "guid": "32e91c01-ad41-4874-a7e4-d729fb2c49af" + "guid": "5ad6ea1f-5c59-4be7-a873-2f9d656794d7" }, { "itemType": "attribute", "attributeType": "shortText", "required": true, "readOnly": false, - "underlyingEntityGuid": "204e95a8-c859-49e5-9407-749497a7596c", + "underlyingEntityGuid": "86d84bbc-edb4-4d34-b6c5-8cbcdff80d5f", "name": "Notes", - "guid": "19ec1fce-69e0-4b72-889a-7d29a5b40c41" + "guid": "32f1faa2-4093-4638-9031-59349d71c709" } ], - "underlyingEntityGuid": "62228d3c-f292-43f8-97cb-28eceb97ae05", + "underlyingEntityGuid": "88bd6697-122e-4cad-8f61-d0b6277d2f30", "name": "Chemical resistance", - "guid": "5498b44f-f896-48d3-b890-52683d981371" + "guid": "e542a570-6ab5-4739-8937-0359e9c63997" }, { "itemType": "link", "linkType": "recordLink", - "targetDatabase": "4a9e235b-57f8-419e-8f16-4ca190f19477", - "targetDatabaseVersion": "81453000-120d-4ed7-a62c-e378142f5c48", - "targetTable": "5b46a806-4cde-46f5-8f32-93a664fa0c32", + "targetDatabase": "bc0f0c12-3213-4cb6-8e8d-bc38f24134d7", + "targetDatabaseVersion": "1f6dab89-c981-42d8-93e5-9bbf60818b08", + "targetTable": "f4a49561-48bd-42ab-8564-a011a9109e3b", "forwards": true, - "underlyingEntityGuid": "82c6a44b-8034-4715-b01f-6b2208c2441f", + "underlyingEntityGuid": "4f5f11f5-1fd0-4ca4-abd2-815c0b308c1a", "name": "Material Pedigree", - "guid": "c2f5d294-669e-47ed-9b7d-0e9bfa430987" + "guid": "fa68bd54-dd4a-47ec-a9ef-bbe7103ab805" }, { "itemType": "attribute", @@ -38226,42 +38226,42 @@ "tabularColumns": [ { "columnType": "linkedAttribute", - "tabularColumnGuid": "bbe33209-14c2-45e6-b697-d9387e11adcb", + "tabularColumnGuid": "9e81af9f-b5dd-4793-8354-05714b2bbc17", "name": "Offset Yield Stress", - "guid": "c2b410ca-86ae-4a93-90a7-253eae2805fc" + "guid": "ca429bcd-5748-4376-a33f-6b45cac57557" }, { "columnType": "localShortText", - "tabularColumnGuid": "5061c9c9-9431-4542-b73a-b671a62d95ba", + "tabularColumnGuid": "d8a14aa8-a564-4946-b934-df7b9f5566c4", "name": "Young's Modulus Notes", - "guid": "3da41a74-085a-422d-85a7-59118647234b" + "guid": "02587e25-25ad-4614-bb38-0a1a25ed73ec" } ], - "underlyingEntityGuid": "dd950093-2959-42ba-829b-d22cf55a53cb", + "underlyingEntityGuid": "755ce8ec-858c-4fd9-8539-ff91cd73802c", "name": "Reference Characteristics", - "guid": "87ebd5c4-2d0f-4c7d-9648-ac0386ff9601" + "guid": "8c66398c-4922-4266-bfcc-1b28ad4b6485" }, { "itemType": "link", "linkType": "associationChain", - "targetDatabase": "4a9e235b-57f8-419e-8f16-4ca190f19477", - "targetDatabaseVersion": "81453000-120d-4ed7-a62c-e378142f5c48", - "targetTable": "2b2f8748-0d2a-41b6-ba97-2360f1d7c31f", + "targetDatabase": "bc0f0c12-3213-4cb6-8e8d-bc38f24134d7", + "targetDatabaseVersion": "1f6dab89-c981-42d8-93e5-9bbf60818b08", + "targetTable": "3c6019ab-7422-4412-b138-009676947ad2", "forwards": true, "nextLink": { "itemType": "link", "linkType": "associationChain", - "targetDatabase": "4a9e235b-57f8-419e-8f16-4ca190f19477", - "targetDatabaseVersion": "81453000-120d-4ed7-a62c-e378142f5c48", - "targetTable": "29418746-c888-45b9-b83f-e357b4421033", + "targetDatabase": "bc0f0c12-3213-4cb6-8e8d-bc38f24134d7", + "targetDatabaseVersion": "1f6dab89-c981-42d8-93e5-9bbf60818b08", + "targetTable": "a460c2cb-98b6-4056-bf1e-e7271f934dd9", "forwards": false, - "underlyingEntityGuid": "f96497fd-5a7c-4de3-bfe4-eea8b1e5f2e8", + "underlyingEntityGuid": "c272d1fd-d5b7-4c2f-891b-1b2c8aadc3a8", "name": "Pedigree information", - "guid": "109a57b9-4d13-4814-9517-379656b78114" + "guid": "db055fdc-d652-4f19-9c9b-f953d6c12392" }, - "underlyingEntityGuid": "dec152c5-2896-48b0-85cc-17d922d03c9e", + "underlyingEntityGuid": "b2081c54-c0ea-48cf-b675-f41ffd830267", "name": "To Pedigree from Producers", - "guid": "c840ee32-13d1-4794-b87e-e6d081ce8efe" + "guid": "31ae84c0-b91e-42af-baef-e11a327e08f5" } ], "displayNames": { @@ -38269,7 +38269,7 @@ "fr": "Testing Information French Display Name" }, "name": "Testing Information", - "guid": "c4d688f0-7a2b-4a8b-9088-4d4ea084f78d" + "guid": "5b66545a-39c1-4055-9462-7b51bd0e858e" } } } @@ -38459,9 +38459,9 @@ "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "7418aabe-d360-45d2-907c-beb18c250ea3", - "sourceTableGuid": "bae655d8-1a33-427e-8ad9-48b10a23dda1", - "linkGroupGuid": "b088f286-a664-42b1-aa64-ee00bb8f093e" + "sourceDatabaseGuid": "062cbc27-7ded-4e0c-87bc-d06f1ca48523", + "sourceTableGuid": "4ac7f440-e84c-4476-88bf-5483a80dec36", + "linkGroupGuid": "be0d2209-b27e-433c-aeff-79743634e6a9" } }, "Example 8": { @@ -38473,13 +38473,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "b4afcf0c-d432-45bb-b84e-594cfc6f3e50", - "tabularAttributeGuid": "a6e9a62c-2092-4651-8c86-96de9eb15390" + "sourceDatabaseVersionGuid": "79adf0ab-0dcf-4ece-bb93-8859e054828d", + "tabularAttributeGuid": "90b4c6a2-26cd-4db8-b23c-bc2b7ff91efa" }, { "forwards": false, - "sourceDatabaseVersionGuid": "8ba9427c-1942-4dba-8b5b-68adb171c255", - "tabularAttributeGuid": "023d2527-9ba5-4fae-946d-4173c71ae691" + "sourceDatabaseVersionGuid": "8f403b6d-a4b2-4cd1-be60-adf46fec6658", + "tabularAttributeGuid": "654605b8-116b-4cf6-a5e3-b743b517c910" } ] } @@ -38559,9 +38559,9 @@ "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "7418aabe-d360-45d2-907c-beb18c250ea3", - "sourceTableGuid": "bae655d8-1a33-427e-8ad9-48b10a23dda1", - "linkGroupGuid": "b088f286-a664-42b1-aa64-ee00bb8f093e" + "sourceDatabaseGuid": "062cbc27-7ded-4e0c-87bc-d06f1ca48523", + "sourceTableGuid": "4ac7f440-e84c-4476-88bf-5483a80dec36", + "linkGroupGuid": "be0d2209-b27e-433c-aeff-79743634e6a9" } }, "Example 8": { @@ -38573,13 +38573,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "b4afcf0c-d432-45bb-b84e-594cfc6f3e50", - "tabularAttributeGuid": "a6e9a62c-2092-4651-8c86-96de9eb15390" + "sourceDatabaseVersionGuid": "79adf0ab-0dcf-4ece-bb93-8859e054828d", + "tabularAttributeGuid": "90b4c6a2-26cd-4db8-b23c-bc2b7ff91efa" }, { "forwards": false, - "sourceDatabaseVersionGuid": "8ba9427c-1942-4dba-8b5b-68adb171c255", - "tabularAttributeGuid": "023d2527-9ba5-4fae-946d-4173c71ae691" + "sourceDatabaseVersionGuid": "8f403b6d-a4b2-4cd1-be60-adf46fec6658", + "tabularAttributeGuid": "654605b8-116b-4cf6-a5e3-b743b517c910" } ] } @@ -38659,9 +38659,9 @@ "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "7418aabe-d360-45d2-907c-beb18c250ea3", - "sourceTableGuid": "bae655d8-1a33-427e-8ad9-48b10a23dda1", - "linkGroupGuid": "b088f286-a664-42b1-aa64-ee00bb8f093e" + "sourceDatabaseGuid": "062cbc27-7ded-4e0c-87bc-d06f1ca48523", + "sourceTableGuid": "4ac7f440-e84c-4476-88bf-5483a80dec36", + "linkGroupGuid": "be0d2209-b27e-433c-aeff-79743634e6a9" } }, "Example 8": { @@ -38673,13 +38673,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "b4afcf0c-d432-45bb-b84e-594cfc6f3e50", - "tabularAttributeGuid": "a6e9a62c-2092-4651-8c86-96de9eb15390" + "sourceDatabaseVersionGuid": "79adf0ab-0dcf-4ece-bb93-8859e054828d", + "tabularAttributeGuid": "90b4c6a2-26cd-4db8-b23c-bc2b7ff91efa" }, { "forwards": false, - "sourceDatabaseVersionGuid": "8ba9427c-1942-4dba-8b5b-68adb171c255", - "tabularAttributeGuid": "023d2527-9ba5-4fae-946d-4173c71ae691" + "sourceDatabaseVersionGuid": "8f403b6d-a4b2-4cd1-be60-adf46fec6658", + "tabularAttributeGuid": "654605b8-116b-4cf6-a5e3-b743b517c910" } ] } @@ -38759,9 +38759,9 @@ "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "7418aabe-d360-45d2-907c-beb18c250ea3", - "sourceTableGuid": "bae655d8-1a33-427e-8ad9-48b10a23dda1", - "linkGroupGuid": "b088f286-a664-42b1-aa64-ee00bb8f093e" + "sourceDatabaseGuid": "062cbc27-7ded-4e0c-87bc-d06f1ca48523", + "sourceTableGuid": "4ac7f440-e84c-4476-88bf-5483a80dec36", + "linkGroupGuid": "be0d2209-b27e-433c-aeff-79743634e6a9" } }, "Example 8": { @@ -38773,13 +38773,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "b4afcf0c-d432-45bb-b84e-594cfc6f3e50", - "tabularAttributeGuid": "a6e9a62c-2092-4651-8c86-96de9eb15390" + "sourceDatabaseVersionGuid": "79adf0ab-0dcf-4ece-bb93-8859e054828d", + "tabularAttributeGuid": "90b4c6a2-26cd-4db8-b23c-bc2b7ff91efa" }, { "forwards": false, - "sourceDatabaseVersionGuid": "8ba9427c-1942-4dba-8b5b-68adb171c255", - "tabularAttributeGuid": "023d2527-9ba5-4fae-946d-4173c71ae691" + "sourceDatabaseVersionGuid": "8f403b6d-a4b2-4cd1-be60-adf46fec6658", + "tabularAttributeGuid": "654605b8-116b-4cf6-a5e3-b743b517c910" } ] } @@ -38807,7 +38807,7 @@ "readOnly": false, "metaAttributes": null, "tabularColumnGuids": null, - "guid": "b7ec9cfd-c085-46a9-91ac-338e5851f2b9" + "guid": "6f400ca0-80d1-4197-8b63-8c5345558f6f" } }, "Example 2": { @@ -38827,7 +38827,7 @@ } ], "tabularColumnGuids": null, - "guid": "0bcb9bb0-3788-4678-a7c8-207de3331bf8" + "guid": "cdd381b8-6985-4a02-bdef-f2ec2b0aa809" } }, "Example 3": { @@ -38871,9 +38871,9 @@ "description": "This example demonstrates the response to creating a new cross database link group layout item. It was created by adding a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "6dbfd2c1-0af1-4950-9067-f662fda751d9", - "sourceTableGuid": "ef53557c-2079-4345-8d93-aa89c1b226a4", - "linkGroupGuid": "94bdd1b6-fa52-4605-a0cc-bf4304013854", + "sourceDatabaseGuid": "28dad198-0c91-42fc-ab88-17d6df89e7c2", + "sourceTableGuid": "f63e81db-8d85-4f6f-95a0-a4a0ec4aaec6", + "linkGroupGuid": "72aaed13-3479-4331-bd43-86a92b5d95b8", "guid": null } }, @@ -38887,12 +38887,12 @@ { "forwards": true, "sourceDatabaseVersionGuid": "00000000-0000-0000-0000-000000000000", - "tabularAttributeGuid": "8b380cef-c8d0-4bff-991d-54f0fe76014f" + "tabularAttributeGuid": "0f221523-3f23-4b6e-9eab-90b34552a3a3" }, { "forwards": false, "sourceDatabaseVersionGuid": "00000000-0000-0000-0000-000000000000", - "tabularAttributeGuid": "8720838c-585f-44f1-8e75-6bd93dfa88f8" + "tabularAttributeGuid": "0f1d5d12-7d98-4657-a3f2-1ecd3843663d" } ], "guid": null @@ -39125,7 +39125,7 @@ "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "57225cc0-710a-46be-9767-306fda4cf5da" + "guid": "105368c6-9ca6-4e2b-87b4-9766f1283130" } }, "Example 3": { @@ -39158,7 +39158,7 @@ "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "57225cc0-710a-46be-9767-306fda4cf5da" + "guid": "105368c6-9ca6-4e2b-87b4-9766f1283130" } }, "Example 3": { @@ -39191,7 +39191,7 @@ "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "57225cc0-710a-46be-9767-306fda4cf5da" + "guid": "105368c6-9ca6-4e2b-87b4-9766f1283130" } }, "Example 3": { @@ -39224,7 +39224,7 @@ "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "57225cc0-710a-46be-9767-306fda4cf5da" + "guid": "105368c6-9ca6-4e2b-87b4-9766f1283130" } }, "Example 3": { @@ -39254,7 +39254,7 @@ "applicableApplications": [], "displayNames": {}, "name": "Ceramics", - "guid": "791665ed-9336-4415-bfe3-c7180bed5cc0" + "guid": "b242743b-140b-4dae-a305-970e5230015f" } } } @@ -39393,9 +39393,9 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "ef4b220a-c56c-4e69-9851-acd00df10878", + "underlyingEntityGuid": "ac0e7f82-867f-4861-91fa-e72e81380343", "name": "Price", - "guid": "3d7655d8-5be2-472e-b9cb-957a05afcf3a" + "guid": "0b2f85b0-92d4-44bb-ab7e-6aaaf525c32b" }, { "itemType": "attribute", @@ -39403,9 +39403,9 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "e95382de-28ad-4833-8d97-8311cf115288", + "underlyingEntityGuid": "87e6ba83-81ab-4b04-808e-f8043fc4e9ae", "name": "Density", - "guid": "6ec7e3e0-a512-41c8-8c0e-e167278135e3" + "guid": "9f0ba091-abe0-405d-9dcc-c9102f9573be" } ], "displayNames": { @@ -39424,9 +39424,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "ead0651b-9909-4865-b52b-82b477d92d12", + "underlyingEntityGuid": "ab385874-4487-4224-9414-ad14e608a0d8", "name": "Young's modulus", - "guid": "1e88c4be-79b1-41e2-80ed-eb9eb1da6a37" + "guid": "49270b18-c448-4782-9276-d6693a27976c" }, { "itemType": "attribute", @@ -39434,9 +39434,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "ee8e27ff-4933-4616-b8f9-65571a67ee79", + "underlyingEntityGuid": "49cd1d60-6e18-4085-9800-666c6ca74345", "name": "Tensile strength", - "guid": "3a2b3272-6cc5-4b26-ad22-e9a68c5b3172" + "guid": "e1bb3c4a-b192-460b-abac-825f6b79086b" }, { "itemType": "attribute", @@ -39444,9 +39444,9 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "14ce9ab7-80cb-40e2-8f86-9a84a20de7c0", + "underlyingEntityGuid": "f8ef1cf2-636f-4e42-9f06-2507844f2913", "name": "Shape factor", - "guid": "2ce76916-fc88-45da-a96e-f50b32394cdb" + "guid": "b66858a8-ea27-4ab1-833e-de7c93a6fda9" } ], "displayNames": { @@ -39525,7 +39525,7 @@ "An Application" ], "name": "Ceramics (Updated)", - "guid": "8870d814-9e31-40eb-b00b-43685a17ae18" + "guid": "05dff84d-fc80-4a8f-83d0-ab78da22d970" } }, "Example 2": { @@ -39558,7 +39558,7 @@ "An Application" ], "name": "Ceramics (Updated)", - "guid": "8870d814-9e31-40eb-b00b-43685a17ae18" + "guid": "05dff84d-fc80-4a8f-83d0-ab78da22d970" } }, "Example 2": { @@ -39591,7 +39591,7 @@ "An Application" ], "name": "Ceramics (Updated)", - "guid": "8870d814-9e31-40eb-b00b-43685a17ae18" + "guid": "05dff84d-fc80-4a8f-83d0-ab78da22d970" } }, "Example 2": { @@ -39624,7 +39624,7 @@ "An Application" ], "name": "Ceramics (Updated)", - "guid": "8870d814-9e31-40eb-b00b-43685a17ae18" + "guid": "05dff84d-fc80-4a8f-83d0-ab78da22d970" } }, "Example 2": { @@ -39657,7 +39657,7 @@ "applicableApplications": [], "displayNames": {}, "name": "Ceramics", - "guid": "ee3057b4-6980-4dca-b2f4-80846c8631b5" + "guid": "dd0e533d-281d-488a-af39-7d60fb6f4903" } } } @@ -39954,7 +39954,7 @@ { "type": "discrete", "name": "Red", - "guid": "3f2fdedb-d8a9-41e0-be9d-4f86238fa830" + "guid": "a3e6d898-d637-4973-a3fe-7d1e36c2dc53" }, { "type": "discrete", @@ -39964,7 +39964,7 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "27a37415-4a98-431a-a6f4-b57ee892ef54" + "guid": "3b8e9fd8-924d-4942-8271-b2a7ed046f47" } }, "Example 3": { @@ -40092,7 +40092,7 @@ { "type": "discrete", "name": "Red", - "guid": "3f2fdedb-d8a9-41e0-be9d-4f86238fa830" + "guid": "a3e6d898-d637-4973-a3fe-7d1e36c2dc53" }, { "type": "discrete", @@ -40102,7 +40102,7 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "27a37415-4a98-431a-a6f4-b57ee892ef54" + "guid": "3b8e9fd8-924d-4942-8271-b2a7ed046f47" } }, "Example 3": { @@ -40230,7 +40230,7 @@ { "type": "discrete", "name": "Red", - "guid": "3f2fdedb-d8a9-41e0-be9d-4f86238fa830" + "guid": "a3e6d898-d637-4973-a3fe-7d1e36c2dc53" }, { "type": "discrete", @@ -40240,7 +40240,7 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "27a37415-4a98-431a-a6f4-b57ee892ef54" + "guid": "3b8e9fd8-924d-4942-8271-b2a7ed046f47" } }, "Example 3": { @@ -40368,7 +40368,7 @@ { "type": "discrete", "name": "Red", - "guid": "3f2fdedb-d8a9-41e0-be9d-4f86238fa830" + "guid": "a3e6d898-d637-4973-a3fe-7d1e36c2dc53" }, { "type": "discrete", @@ -40378,7 +40378,7 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "27a37415-4a98-431a-a6f4-b57ee892ef54" + "guid": "3b8e9fd8-924d-4942-8271-b2a7ed046f47" } }, "Example 3": { @@ -40646,7 +40646,7 @@ "helpPath": "help/strain-updated.html", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "ee71e2f0-acc4-477a-a9a4-57801a8ba825" + "guid": "c8e7a011-c92f-4535-8771-96b433da3a9c" } }, "Example 2": { @@ -40657,7 +40657,7 @@ "helpPath": "help/basis-updated.html", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "74ed030c-352d-43f6-9bc4-bd9568f5af4b" + "guid": "a42e82b2-03a1-49e5-a474-cc962a065556" } }, "Example 3": { @@ -40665,7 +40665,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "e941fc4a-8c5f-4620-9743-c782370f69aa" + "guid": "d834af1a-a111-4ba2-9dbb-48855c48f74d" } }, "Example 4": { @@ -40684,7 +40684,7 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "e4a451d4-8079-40fe-91ac-3912c4ad7a25" + "guid": "c71cb96d-3206-4b30-9b0f-9bae9f3741ae" } }, "Example 6": { @@ -40724,7 +40724,7 @@ "helpPath": "help/strain-updated.html", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "ee71e2f0-acc4-477a-a9a4-57801a8ba825" + "guid": "c8e7a011-c92f-4535-8771-96b433da3a9c" } }, "Example 2": { @@ -40735,7 +40735,7 @@ "helpPath": "help/basis-updated.html", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "74ed030c-352d-43f6-9bc4-bd9568f5af4b" + "guid": "a42e82b2-03a1-49e5-a474-cc962a065556" } }, "Example 3": { @@ -40743,7 +40743,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "e941fc4a-8c5f-4620-9743-c782370f69aa" + "guid": "d834af1a-a111-4ba2-9dbb-48855c48f74d" } }, "Example 4": { @@ -40762,7 +40762,7 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "e4a451d4-8079-40fe-91ac-3912c4ad7a25" + "guid": "c71cb96d-3206-4b30-9b0f-9bae9f3741ae" } }, "Example 6": { @@ -40802,7 +40802,7 @@ "helpPath": "help/strain-updated.html", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "ee71e2f0-acc4-477a-a9a4-57801a8ba825" + "guid": "c8e7a011-c92f-4535-8771-96b433da3a9c" } }, "Example 2": { @@ -40813,7 +40813,7 @@ "helpPath": "help/basis-updated.html", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "74ed030c-352d-43f6-9bc4-bd9568f5af4b" + "guid": "a42e82b2-03a1-49e5-a474-cc962a065556" } }, "Example 3": { @@ -40821,7 +40821,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "e941fc4a-8c5f-4620-9743-c782370f69aa" + "guid": "d834af1a-a111-4ba2-9dbb-48855c48f74d" } }, "Example 4": { @@ -40840,7 +40840,7 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "e4a451d4-8079-40fe-91ac-3912c4ad7a25" + "guid": "c71cb96d-3206-4b30-9b0f-9bae9f3741ae" } }, "Example 6": { @@ -40880,7 +40880,7 @@ "helpPath": "help/strain-updated.html", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "ee71e2f0-acc4-477a-a9a4-57801a8ba825" + "guid": "c8e7a011-c92f-4535-8771-96b433da3a9c" } }, "Example 2": { @@ -40891,7 +40891,7 @@ "helpPath": "help/basis-updated.html", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "74ed030c-352d-43f6-9bc4-bd9568f5af4b" + "guid": "a42e82b2-03a1-49e5-a474-cc962a065556" } }, "Example 3": { @@ -40899,7 +40899,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "e941fc4a-8c5f-4620-9743-c782370f69aa" + "guid": "d834af1a-a111-4ba2-9dbb-48855c48f74d" } }, "Example 4": { @@ -40918,7 +40918,7 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "e4a451d4-8079-40fe-91ac-3912c4ad7a25" + "guid": "c71cb96d-3206-4b30-9b0f-9bae9f3741ae" } }, "Example 6": { @@ -41211,7 +41211,7 @@ "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "5c55a9b3-24ed-4d22-aad7-67c875e45346" + "guid": "649f4bc3-c99c-4c4a-aead-8150d2aa2d20" } }, "Example 2": { @@ -41220,7 +41220,7 @@ "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "dadffd01-4e7a-4d4b-ae4c-36edae01f2e0" + "guid": "40a92b03-d3ac-4ed0-8af2-35858d1d7ff0" } }, "Example 3": { @@ -41228,7 +41228,7 @@ "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "bffef22e-6eed-46ae-907e-e0042ee5a51c" + "guid": "9b400eba-c415-4904-8c89-93f63af94fb5" } } } @@ -41245,7 +41245,7 @@ "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "5c55a9b3-24ed-4d22-aad7-67c875e45346" + "guid": "649f4bc3-c99c-4c4a-aead-8150d2aa2d20" } }, "Example 2": { @@ -41254,7 +41254,7 @@ "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "dadffd01-4e7a-4d4b-ae4c-36edae01f2e0" + "guid": "40a92b03-d3ac-4ed0-8af2-35858d1d7ff0" } }, "Example 3": { @@ -41262,7 +41262,7 @@ "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "bffef22e-6eed-46ae-907e-e0042ee5a51c" + "guid": "9b400eba-c415-4904-8c89-93f63af94fb5" } } } @@ -41279,7 +41279,7 @@ "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "5c55a9b3-24ed-4d22-aad7-67c875e45346" + "guid": "649f4bc3-c99c-4c4a-aead-8150d2aa2d20" } }, "Example 2": { @@ -41288,7 +41288,7 @@ "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "dadffd01-4e7a-4d4b-ae4c-36edae01f2e0" + "guid": "40a92b03-d3ac-4ed0-8af2-35858d1d7ff0" } }, "Example 3": { @@ -41296,7 +41296,7 @@ "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "bffef22e-6eed-46ae-907e-e0042ee5a51c" + "guid": "9b400eba-c415-4904-8c89-93f63af94fb5" } } } @@ -41313,7 +41313,7 @@ "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "5c55a9b3-24ed-4d22-aad7-67c875e45346" + "guid": "649f4bc3-c99c-4c4a-aead-8150d2aa2d20" } }, "Example 2": { @@ -41322,7 +41322,7 @@ "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "dadffd01-4e7a-4d4b-ae4c-36edae01f2e0" + "guid": "40a92b03-d3ac-4ed0-8af2-35858d1d7ff0" } }, "Example 3": { @@ -41330,7 +41330,7 @@ "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "bffef22e-6eed-46ae-907e-e0042ee5a51c" + "guid": "9b400eba-c415-4904-8c89-93f63af94fb5" } } } @@ -41986,7 +41986,7 @@ "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "8f24529d-8e9b-4a70-93b1-b1ec34350edf" + "guid": "fb82d878-2bb4-4329-a1fd-c55d812ed36d" } }, "Example 3": { @@ -41997,7 +41997,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "663affc1-1903-4532-a692-239d74471059" + "guid": "de020794-9ccb-47ee-b12a-6ab5a1c74253" } } } @@ -42019,7 +42019,7 @@ "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "8f24529d-8e9b-4a70-93b1-b1ec34350edf" + "guid": "fb82d878-2bb4-4329-a1fd-c55d812ed36d" } }, "Example 3": { @@ -42030,7 +42030,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "663affc1-1903-4532-a692-239d74471059" + "guid": "de020794-9ccb-47ee-b12a-6ab5a1c74253" } } } @@ -42052,7 +42052,7 @@ "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "8f24529d-8e9b-4a70-93b1-b1ec34350edf" + "guid": "fb82d878-2bb4-4329-a1fd-c55d812ed36d" } }, "Example 3": { @@ -42063,7 +42063,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "663affc1-1903-4532-a692-239d74471059" + "guid": "de020794-9ccb-47ee-b12a-6ab5a1c74253" } } } @@ -42085,7 +42085,7 @@ "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "8f24529d-8e9b-4a70-93b1-b1ec34350edf" + "guid": "fb82d878-2bb4-4329-a1fd-c55d812ed36d" } }, "Example 3": { @@ -42096,7 +42096,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "663affc1-1903-4532-a692-239d74471059" + "guid": "de020794-9ccb-47ee-b12a-6ab5a1c74253" } } } @@ -42238,7 +42238,7 @@ "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "768bbcc4-ded3-4fe0-a8d6-699b84b34e0d" + "guid": "2ae599b5-654c-4e09-b3be-303d7604a62b" } }, "Example 2": { @@ -42258,7 +42258,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "a81a7d20-5316-4395-9490-dc8461e83a51", + "guid": "2d2d27fc-6a55-4cf1-8385-55fd029914cc", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -42274,7 +42274,7 @@ "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "768bbcc4-ded3-4fe0-a8d6-699b84b34e0d" + "guid": "2ae599b5-654c-4e09-b3be-303d7604a62b" } }, "Example 2": { @@ -42294,7 +42294,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "a81a7d20-5316-4395-9490-dc8461e83a51", + "guid": "2d2d27fc-6a55-4cf1-8385-55fd029914cc", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -42310,7 +42310,7 @@ "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "768bbcc4-ded3-4fe0-a8d6-699b84b34e0d" + "guid": "2ae599b5-654c-4e09-b3be-303d7604a62b" } }, "Example 2": { @@ -42330,7 +42330,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "a81a7d20-5316-4395-9490-dc8461e83a51", + "guid": "2d2d27fc-6a55-4cf1-8385-55fd029914cc", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -42346,7 +42346,7 @@ "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "768bbcc4-ded3-4fe0-a8d6-699b84b34e0d" + "guid": "2ae599b5-654c-4e09-b3be-303d7604a62b" } }, "Example 2": { @@ -42366,7 +42366,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "a81a7d20-5316-4395-9490-dc8461e83a51", + "guid": "2d2d27fc-6a55-4cf1-8385-55fd029914cc", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -42548,7 +42548,7 @@ "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "e682d6ef-17ba-4649-933a-a055fc44c4d4" + "guid": "9044b023-3a57-4964-bbe6-c261125cd82e" } }, "Example 3": { @@ -42559,7 +42559,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "318ccfa4-f5d3-496a-aebf-b807d7f28db1" + "guid": "76de1400-18ee-417e-9578-683e4617e7d7" } } } @@ -42583,7 +42583,7 @@ "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "e682d6ef-17ba-4649-933a-a055fc44c4d4" + "guid": "9044b023-3a57-4964-bbe6-c261125cd82e" } }, "Example 3": { @@ -42594,7 +42594,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "318ccfa4-f5d3-496a-aebf-b807d7f28db1" + "guid": "76de1400-18ee-417e-9578-683e4617e7d7" } } } @@ -42618,7 +42618,7 @@ "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "e682d6ef-17ba-4649-933a-a055fc44c4d4" + "guid": "9044b023-3a57-4964-bbe6-c261125cd82e" } }, "Example 3": { @@ -42629,7 +42629,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "318ccfa4-f5d3-496a-aebf-b807d7f28db1" + "guid": "76de1400-18ee-417e-9578-683e4617e7d7" } } } @@ -42653,7 +42653,7 @@ "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "e682d6ef-17ba-4649-933a-a055fc44c4d4" + "guid": "9044b023-3a57-4964-bbe6-c261125cd82e" } }, "Example 3": { @@ -42664,7 +42664,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "318ccfa4-f5d3-496a-aebf-b807d7f28db1" + "guid": "76de1400-18ee-417e-9578-683e4617e7d7" } } } @@ -42801,7 +42801,7 @@ "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "e0887d85-5ec2-4981-890e-3cbeda9a85a0" + "guid": "f4d5cc11-f874-4e7f-a1b0-a8c13d92f7de" } }, "Example 2": { @@ -42816,7 +42816,7 @@ "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "04986865-acf6-4f7a-9b39-39231c73176b" + "guid": "94fd7714-8ac6-4ec4-8a07-8153d70b281b" } } } @@ -42832,7 +42832,7 @@ "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "e0887d85-5ec2-4981-890e-3cbeda9a85a0" + "guid": "f4d5cc11-f874-4e7f-a1b0-a8c13d92f7de" } }, "Example 2": { @@ -42847,7 +42847,7 @@ "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "04986865-acf6-4f7a-9b39-39231c73176b" + "guid": "94fd7714-8ac6-4ec4-8a07-8153d70b281b" } } } @@ -42863,7 +42863,7 @@ "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "e0887d85-5ec2-4981-890e-3cbeda9a85a0" + "guid": "f4d5cc11-f874-4e7f-a1b0-a8c13d92f7de" } }, "Example 2": { @@ -42878,7 +42878,7 @@ "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "04986865-acf6-4f7a-9b39-39231c73176b" + "guid": "94fd7714-8ac6-4ec4-8a07-8153d70b281b" } } } @@ -42894,7 +42894,7 @@ "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "e0887d85-5ec2-4981-890e-3cbeda9a85a0" + "guid": "f4d5cc11-f874-4e7f-a1b0-a8c13d92f7de" } }, "Example 2": { @@ -42909,7 +42909,7 @@ "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "04986865-acf6-4f7a-9b39-39231c73176b" + "guid": "94fd7714-8ac6-4ec4-8a07-8153d70b281b" } } } @@ -43079,7 +43079,7 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "MI Training Exercise for Import - Second Training Database And Table", - "guid": "07ee5d83-03a6-4528-85b7-c730dbe118f0" + "guid": "b2a79a1c-cddd-43f4-b1eb-0d92c65757b3" } ] } @@ -43149,7 +43149,7 @@ }, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "55f9b652-b79a-479a-a4d4-b60d81150bc6" + "guid": "81883c78-84e6-45b1-a5ec-073b8ab61a37" } }, "Example 3": { @@ -43159,7 +43159,7 @@ "type": "crossDatabase", "includeIndirectLinks": false, "linkTarget": { - "tableGuid": "1c24e3a1-0f44-4178-8617-2098786c853b" + "tableGuid": "6939059c-8bfb-4f24-bea8-6f071138c8e7" }, "reverseName": "Cross database link to Material Universe", "name": "Cross database link from Material Universe" @@ -43172,12 +43172,12 @@ "type": "crossDatabase", "includeIndirectLinks": true, "linkTarget": { - "databaseGuid": "53a65170-549b-452e-b552-4ceb6e9b53cc", - "tableGuid": "345fc5c2-f0c6-47fb-a595-be5304982c7f" + "databaseGuid": "2efcb4ea-1eb0-4578-a762-0a94ba662ad5", + "tableGuid": "dfe02997-8aad-4591-a2db-4f386069f244" }, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "e16d28ef-100d-4786-a0e0-4af6061ad38b" + "guid": "e22647a6-e969-4ae5-b2a2-55157a5bfb24" } }, "Example 5": { @@ -43224,7 +43224,7 @@ }, "reverseName": "Material Universe dynamic link", "name": "Process Universe dynamic link", - "guid": "59e6bbf9-a957-434d-8107-1cb8afc5d1e0" + "guid": "97136a9b-64d2-4d37-ad80-87ca6d5f9789" } } } @@ -43260,7 +43260,7 @@ }, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "55f9b652-b79a-479a-a4d4-b60d81150bc6" + "guid": "81883c78-84e6-45b1-a5ec-073b8ab61a37" } }, "Example 3": { @@ -43270,7 +43270,7 @@ "type": "crossDatabase", "includeIndirectLinks": false, "linkTarget": { - "tableGuid": "1c24e3a1-0f44-4178-8617-2098786c853b" + "tableGuid": "6939059c-8bfb-4f24-bea8-6f071138c8e7" }, "reverseName": "Cross database link to Material Universe", "name": "Cross database link from Material Universe" @@ -43283,12 +43283,12 @@ "type": "crossDatabase", "includeIndirectLinks": true, "linkTarget": { - "databaseGuid": "53a65170-549b-452e-b552-4ceb6e9b53cc", - "tableGuid": "345fc5c2-f0c6-47fb-a595-be5304982c7f" + "databaseGuid": "2efcb4ea-1eb0-4578-a762-0a94ba662ad5", + "tableGuid": "dfe02997-8aad-4591-a2db-4f386069f244" }, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "e16d28ef-100d-4786-a0e0-4af6061ad38b" + "guid": "e22647a6-e969-4ae5-b2a2-55157a5bfb24" } }, "Example 5": { @@ -43335,7 +43335,7 @@ }, "reverseName": "Material Universe dynamic link", "name": "Process Universe dynamic link", - "guid": "59e6bbf9-a957-434d-8107-1cb8afc5d1e0" + "guid": "97136a9b-64d2-4d37-ad80-87ca6d5f9789" } } } @@ -43371,7 +43371,7 @@ }, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "55f9b652-b79a-479a-a4d4-b60d81150bc6" + "guid": "81883c78-84e6-45b1-a5ec-073b8ab61a37" } }, "Example 3": { @@ -43381,7 +43381,7 @@ "type": "crossDatabase", "includeIndirectLinks": false, "linkTarget": { - "tableGuid": "1c24e3a1-0f44-4178-8617-2098786c853b" + "tableGuid": "6939059c-8bfb-4f24-bea8-6f071138c8e7" }, "reverseName": "Cross database link to Material Universe", "name": "Cross database link from Material Universe" @@ -43394,12 +43394,12 @@ "type": "crossDatabase", "includeIndirectLinks": true, "linkTarget": { - "databaseGuid": "53a65170-549b-452e-b552-4ceb6e9b53cc", - "tableGuid": "345fc5c2-f0c6-47fb-a595-be5304982c7f" + "databaseGuid": "2efcb4ea-1eb0-4578-a762-0a94ba662ad5", + "tableGuid": "dfe02997-8aad-4591-a2db-4f386069f244" }, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "e16d28ef-100d-4786-a0e0-4af6061ad38b" + "guid": "e22647a6-e969-4ae5-b2a2-55157a5bfb24" } }, "Example 5": { @@ -43446,7 +43446,7 @@ }, "reverseName": "Material Universe dynamic link", "name": "Process Universe dynamic link", - "guid": "59e6bbf9-a957-434d-8107-1cb8afc5d1e0" + "guid": "97136a9b-64d2-4d37-ad80-87ca6d5f9789" } } } @@ -43482,7 +43482,7 @@ }, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "55f9b652-b79a-479a-a4d4-b60d81150bc6" + "guid": "81883c78-84e6-45b1-a5ec-073b8ab61a37" } }, "Example 3": { @@ -43492,7 +43492,7 @@ "type": "crossDatabase", "includeIndirectLinks": false, "linkTarget": { - "tableGuid": "1c24e3a1-0f44-4178-8617-2098786c853b" + "tableGuid": "6939059c-8bfb-4f24-bea8-6f071138c8e7" }, "reverseName": "Cross database link to Material Universe", "name": "Cross database link from Material Universe" @@ -43505,12 +43505,12 @@ "type": "crossDatabase", "includeIndirectLinks": true, "linkTarget": { - "databaseGuid": "53a65170-549b-452e-b552-4ceb6e9b53cc", - "tableGuid": "345fc5c2-f0c6-47fb-a595-be5304982c7f" + "databaseGuid": "2efcb4ea-1eb0-4578-a762-0a94ba662ad5", + "tableGuid": "dfe02997-8aad-4591-a2db-4f386069f244" }, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "e16d28ef-100d-4786-a0e0-4af6061ad38b" + "guid": "e22647a6-e969-4ae5-b2a2-55157a5bfb24" } }, "Example 5": { @@ -43557,7 +43557,7 @@ }, "reverseName": "Material Universe dynamic link", "name": "Process Universe dynamic link", - "guid": "59e6bbf9-a957-434d-8107-1cb8afc5d1e0" + "guid": "97136a9b-64d2-4d37-ad80-87ca6d5f9789" } } } @@ -43612,8 +43612,8 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "ff086639-980e-4766-a753-c6d648def3b3", - "tableGuid": "d47a8a6f-24c4-41d6-a323-81933681d15f" + "databaseGuid": "2f1c6aba-27ae-4d46-bb15-1232d04571fa", + "tableGuid": "01f3b21c-c627-4200-babe-86ca1c375140" } }, "identity": 1, @@ -43621,7 +43621,7 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "Different database - different table", - "guid": "e4d116cf-53bd-4781-9e28-6573dd1a28bf" + "guid": "02ffa71f-afb5-4af7-8e16-6c97357cb6db" } }, "Example 6": { @@ -43812,8 +43812,8 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "1101f750-b933-41cc-8817-f4e0bebc72e8", - "tableGuid": "89782121-5467-424d-93f9-d6f93a734d5a" + "databaseGuid": "fefe1d59-fe58-4eda-b710-602a37f6f608", + "tableGuid": "3a9ac886-47c6-4834-9d4b-b50d23a6687a" } }, "identity": 1, @@ -43821,7 +43821,7 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "Different database - different table", - "guid": "bcd3b15b-9e3f-4a93-8a9c-b7ca2880dd12" + "guid": "927ac37e-9ebd-4f8c-a446-aa8809358d7b" } }, "Example 3": { @@ -43992,7 +43992,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "28898964-8659-4058-bcea-638eb619d675" + "guid": "89cb74e2-1db6-4169-bdb1-845d7360540a" } }, "Example 2": { @@ -44012,7 +44012,7 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "d888f996-8e73-4d46-ad06-f51e3a23583d" + "guid": "7313ebd1-4d34-411a-8c19-f56b6e046ebb" } }, "Example 4": { @@ -44023,7 +44023,7 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "4a1c68ee-e8c6-42a1-93b2-4734a039d47e" + "guid": "206c8d7f-d832-4022-9f77-6feb28320b5b" } }, "Example 5": { @@ -44045,7 +44045,7 @@ "type": "dynamic", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "0a766df4-c1ba-482f-a7f2-bedf33d72ddc" + "guid": "65cef015-f194-4884-a9c6-4684bc3a5f9e" } } } @@ -44060,7 +44060,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "28898964-8659-4058-bcea-638eb619d675" + "guid": "89cb74e2-1db6-4169-bdb1-845d7360540a" } }, "Example 2": { @@ -44080,7 +44080,7 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "d888f996-8e73-4d46-ad06-f51e3a23583d" + "guid": "7313ebd1-4d34-411a-8c19-f56b6e046ebb" } }, "Example 4": { @@ -44091,7 +44091,7 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "4a1c68ee-e8c6-42a1-93b2-4734a039d47e" + "guid": "206c8d7f-d832-4022-9f77-6feb28320b5b" } }, "Example 5": { @@ -44113,7 +44113,7 @@ "type": "dynamic", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "0a766df4-c1ba-482f-a7f2-bedf33d72ddc" + "guid": "65cef015-f194-4884-a9c6-4684bc3a5f9e" } } } @@ -44128,7 +44128,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "28898964-8659-4058-bcea-638eb619d675" + "guid": "89cb74e2-1db6-4169-bdb1-845d7360540a" } }, "Example 2": { @@ -44148,7 +44148,7 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "d888f996-8e73-4d46-ad06-f51e3a23583d" + "guid": "7313ebd1-4d34-411a-8c19-f56b6e046ebb" } }, "Example 4": { @@ -44159,7 +44159,7 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "4a1c68ee-e8c6-42a1-93b2-4734a039d47e" + "guid": "206c8d7f-d832-4022-9f77-6feb28320b5b" } }, "Example 5": { @@ -44181,7 +44181,7 @@ "type": "dynamic", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "0a766df4-c1ba-482f-a7f2-bedf33d72ddc" + "guid": "65cef015-f194-4884-a9c6-4684bc3a5f9e" } } } @@ -44196,7 +44196,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "28898964-8659-4058-bcea-638eb619d675" + "guid": "89cb74e2-1db6-4169-bdb1-845d7360540a" } }, "Example 2": { @@ -44216,7 +44216,7 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "d888f996-8e73-4d46-ad06-f51e3a23583d" + "guid": "7313ebd1-4d34-411a-8c19-f56b6e046ebb" } }, "Example 4": { @@ -44227,7 +44227,7 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "4a1c68ee-e8c6-42a1-93b2-4734a039d47e" + "guid": "206c8d7f-d832-4022-9f77-6feb28320b5b" } }, "Example 5": { @@ -44249,7 +44249,7 @@ "type": "dynamic", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "0a766df4-c1ba-482f-a7f2-bedf33d72ddc" + "guid": "65cef015-f194-4884-a9c6-4684bc3a5f9e" } } } @@ -44304,8 +44304,8 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "3a00501f-a689-40d1-a7f0-a37a12477c57", - "tableGuid": "917cc7c3-3c96-49c0-bd52-d26ec981bfbf" + "databaseGuid": "a8d78cb4-252d-4a97-95ec-abdd5ed6341f", + "tableGuid": "c7e7af2f-f4f8-4c39-90f1-64c476cfa202" } }, "identity": 1, @@ -44313,7 +44313,7 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "Different database - different table", - "guid": "102323f9-db1d-42c8-928e-840c888e7291" + "guid": "21bb3a0e-c48d-47f5-964a-bda575179928" } }, "Example 9": { @@ -44464,7 +44464,7 @@ "value": { "value": "https://grantadesign.com/industry/support/granta-mi/{a:My Granta web folder}", "name": "Links to GRANTA MI support on the ANSYS Granta website", - "guid": "ae648b1a-ff86-4d71-ad09-5537e73abe6d" + "guid": "d3e1c8f2-4303-4d61-ad55-c4b21b157ee9" } } } @@ -44488,7 +44488,7 @@ "value": { "value": "https://grantadesign.com/industry/support/granta-mi/{a:My Granta web folder}", "name": "Links to GRANTA MI support on the ANSYS Granta website", - "guid": "ae648b1a-ff86-4d71-ad09-5537e73abe6d" + "guid": "d3e1c8f2-4303-4d61-ad55-c4b21b157ee9" } } } @@ -44512,7 +44512,7 @@ "value": { "value": "https://grantadesign.com/industry/support/granta-mi/{a:My Granta web folder}", "name": "Links to GRANTA MI support on the ANSYS Granta website", - "guid": "ae648b1a-ff86-4d71-ad09-5537e73abe6d" + "guid": "d3e1c8f2-4303-4d61-ad55-c4b21b157ee9" } } } @@ -44536,7 +44536,7 @@ "value": { "value": "https://grantadesign.com/industry/support/granta-mi/{a:My Granta web folder}", "name": "Links to GRANTA MI support on the ANSYS Granta website", - "guid": "ae648b1a-ff86-4d71-ad09-5537e73abe6d" + "guid": "d3e1c8f2-4303-4d61-ad55-c4b21b157ee9" } } } @@ -44661,7 +44661,7 @@ "value": { "value": "New value for replacement string", "name": "New name for replacement string", - "guid": "bdb6a93c-fb97-4514-aa46-f82c86e1d7e2" + "guid": "ce6a32bd-f88c-4f0a-a5b3-3d862d6967e9" } }, "Example 2": { @@ -44691,7 +44691,7 @@ "value": { "value": "New value for replacement string", "name": "New name for replacement string", - "guid": "bdb6a93c-fb97-4514-aa46-f82c86e1d7e2" + "guid": "ce6a32bd-f88c-4f0a-a5b3-3d862d6967e9" } }, "Example 2": { @@ -44721,7 +44721,7 @@ "value": { "value": "New value for replacement string", "name": "New name for replacement string", - "guid": "bdb6a93c-fb97-4514-aa46-f82c86e1d7e2" + "guid": "ce6a32bd-f88c-4f0a-a5b3-3d862d6967e9" } }, "Example 2": { @@ -44751,7 +44751,7 @@ "value": { "value": "New value for replacement string", "name": "New name for replacement string", - "guid": "bdb6a93c-fb97-4514-aa46-f82c86e1d7e2" + "guid": "ce6a32bd-f88c-4f0a-a5b3-3d862d6967e9" } }, "Example 2": { @@ -44943,7 +44943,7 @@ "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "fbf5469c-844f-4665-ade8-89fdcbd00a43" + "guid": "489a8a2a-ba7b-44e4-b567-c69d4391a796" } ], "name": "Unification" @@ -45024,7 +45024,7 @@ "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "fbf5469c-844f-4665-ade8-89fdcbd00a43" + "guid": "489a8a2a-ba7b-44e4-b567-c69d4391a796" } ], "name": "Unification" @@ -45105,7 +45105,7 @@ "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "fbf5469c-844f-4665-ade8-89fdcbd00a43" + "guid": "489a8a2a-ba7b-44e4-b567-c69d4391a796" } ], "name": "Unification" @@ -45186,7 +45186,7 @@ "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "fbf5469c-844f-4665-ade8-89fdcbd00a43" + "guid": "489a8a2a-ba7b-44e4-b567-c69d4391a796" } ], "name": "Unification" @@ -45324,7 +45324,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "ccae18d5-31cb-478c-ad5a-8154d10f5d1f" + "guid": "d175bd9d-dea6-4cbd-9718-848902ba077f" } }, "Example 3": { @@ -45374,7 +45374,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "ccae18d5-31cb-478c-ad5a-8154d10f5d1f" + "guid": "d175bd9d-dea6-4cbd-9718-848902ba077f" } }, "Example 3": { @@ -45424,7 +45424,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "ccae18d5-31cb-478c-ad5a-8154d10f5d1f" + "guid": "d175bd9d-dea6-4cbd-9718-848902ba077f" } }, "Example 3": { @@ -45474,7 +45474,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "ccae18d5-31cb-478c-ad5a-8154d10f5d1f" + "guid": "d175bd9d-dea6-4cbd-9718-848902ba077f" } }, "Example 3": { @@ -45705,7 +45705,7 @@ "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "7b546a1d-1367-4592-8709-86ebbef2b973" + "guid": "4cd5eefa-77cc-4834-967a-d6d61b53bbaa" } }, "Example 3": { @@ -45737,7 +45737,7 @@ "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "7b546a1d-1367-4592-8709-86ebbef2b973" + "guid": "4cd5eefa-77cc-4834-967a-d6d61b53bbaa" } }, "Example 3": { @@ -45769,7 +45769,7 @@ "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "7b546a1d-1367-4592-8709-86ebbef2b973" + "guid": "4cd5eefa-77cc-4834-967a-d6d61b53bbaa" } }, "Example 3": { @@ -45801,7 +45801,7 @@ "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "7b546a1d-1367-4592-8709-86ebbef2b973" + "guid": "4cd5eefa-77cc-4834-967a-d6d61b53bbaa" } }, "Example 3": { @@ -45990,7 +45990,7 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "1ffcac94-9517-4720-ab54-ca5e11754734" + "guid": "f1f02432-2a39-4338-9a44-f2c657eb123a" } }, "Example 2": { @@ -46031,7 +46031,7 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "1ffcac94-9517-4720-ab54-ca5e11754734" + "guid": "f1f02432-2a39-4338-9a44-f2c657eb123a" } }, "Example 2": { @@ -46072,7 +46072,7 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "1ffcac94-9517-4720-ab54-ca5e11754734" + "guid": "f1f02432-2a39-4338-9a44-f2c657eb123a" } }, "Example 2": { @@ -46113,7 +46113,7 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "1ffcac94-9517-4720-ab54-ca5e11754734" + "guid": "f1f02432-2a39-4338-9a44-f2c657eb123a" } }, "Example 2": { @@ -46615,7 +46615,7 @@ "isHiddenFromBrowse": false, "isHiddenFromSearch": false, "name": "Coatings (Guid)", - "guid": "20a75854-686b-40f3-afd5-3cb6bc9ef600" + "guid": "a143885d-e605-42f6-9a1b-4d3fade34651" } }, "Example 3": { @@ -46650,7 +46650,7 @@ "isHiddenFromBrowse": false, "isHiddenFromSearch": false, "name": "Coatings (Guid)", - "guid": "20a75854-686b-40f3-afd5-3cb6bc9ef600" + "guid": "a143885d-e605-42f6-9a1b-4d3fade34651" } }, "Example 3": { @@ -46685,7 +46685,7 @@ "isHiddenFromBrowse": false, "isHiddenFromSearch": false, "name": "Coatings (Guid)", - "guid": "20a75854-686b-40f3-afd5-3cb6bc9ef600" + "guid": "a143885d-e605-42f6-9a1b-4d3fade34651" } }, "Example 3": { @@ -46720,7 +46720,7 @@ "isHiddenFromBrowse": false, "isHiddenFromSearch": false, "name": "Coatings (Guid)", - "guid": "20a75854-686b-40f3-afd5-3cb6bc9ef600" + "guid": "a143885d-e605-42f6-9a1b-4d3fade34651" } }, "Example 3": { @@ -46952,7 +46952,7 @@ "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", "name": "MaterialUniverse (Updated)", - "guid": "1048508a-7fe7-413d-a6f2-6a3b3c3d0e6f" + "guid": "bbae2c81-8cff-4dc3-b5fd-f4a707450db0" } }, "Example 2": { @@ -47013,7 +47013,7 @@ "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", "name": "MaterialUniverse (Updated)", - "guid": "1048508a-7fe7-413d-a6f2-6a3b3c3d0e6f" + "guid": "bbae2c81-8cff-4dc3-b5fd-f4a707450db0" } }, "Example 2": { @@ -47074,7 +47074,7 @@ "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", "name": "MaterialUniverse (Updated)", - "guid": "1048508a-7fe7-413d-a6f2-6a3b3c3d0e6f" + "guid": "bbae2c81-8cff-4dc3-b5fd-f4a707450db0" } }, "Example 2": { @@ -47135,7 +47135,7 @@ "defaultSubsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "defaultLayoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", "name": "MaterialUniverse (Updated)", - "guid": "1048508a-7fe7-413d-a6f2-6a3b3c3d0e6f" + "guid": "bbae2c81-8cff-4dc3-b5fd-f4a707450db0" } }, "Example 2": { @@ -47621,9 +47621,9 @@ "reverseDisplayNames": {}, "linkInfo": { "linkSource": { - "databaseGuid": "8187df14-d2bc-4e55-9f42-218bdf33b992", - "databaseVersionGuid": "7fbe88f4-72ad-4331-8d45-4c8e7bae8ee2", - "tableGuid": "ea818585-5bfc-4b4b-82e3-129c34caaf3a" + "databaseGuid": "f4be4e18-360a-475a-ae14-342a72d165e6", + "databaseVersionGuid": "97b85567-25fe-46c6-b5d5-f45b7f9434ce", + "tableGuid": "b3563b37-6350-4ba2-88a3-1f5f19f15c87" }, "linkTarget": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", @@ -47633,7 +47633,7 @@ }, "displayNames": {}, "name": "Cross database link group : Second Training Database And Table - MI Training MaterialUniverse", - "guid": "3e582fa5-ef75-4611-8369-68fa7289ed71" + "guid": "8608f7f7-e71a-4fd8-9dbe-0659a591b164" }, { "identity": 8944, @@ -48161,7 +48161,7 @@ "description": "This example demonstrates how to create a new unit system for the MI_Training database. Only guid and name can be set as the rest of fields is backend generated and changes via equivalents endpoints.", "value": { "name": "Hawaiian common", - "guid": "ea7c6f74-4413-4598-b214-0d1d6317e1a5" + "guid": "19e5aaa3-ab30-4f36-83ca-53d6eff9bb69" } } } @@ -48176,7 +48176,7 @@ "description": "This example demonstrates how to create a new unit system for the MI_Training database. Only guid and name can be set as the rest of fields is backend generated and changes via equivalents endpoints.", "value": { "name": "Hawaiian common", - "guid": "ea7c6f74-4413-4598-b214-0d1d6317e1a5" + "guid": "19e5aaa3-ab30-4f36-83ca-53d6eff9bb69" } } } @@ -48191,7 +48191,7 @@ "description": "This example demonstrates how to create a new unit system for the MI_Training database. Only guid and name can be set as the rest of fields is backend generated and changes via equivalents endpoints.", "value": { "name": "Hawaiian common", - "guid": "ea7c6f74-4413-4598-b214-0d1d6317e1a5" + "guid": "19e5aaa3-ab30-4f36-83ca-53d6eff9bb69" } } } @@ -48206,7 +48206,7 @@ "description": "This example demonstrates how to create a new unit system for the MI_Training database. Only guid and name can be set as the rest of fields is backend generated and changes via equivalents endpoints.", "value": { "name": "Hawaiian common", - "guid": "ea7c6f74-4413-4598-b214-0d1d6317e1a5" + "guid": "19e5aaa3-ab30-4f36-83ca-53d6eff9bb69" } } } @@ -48315,7 +48315,7 @@ "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "1a7137c4-857f-4967-8a4b-3a69788caf01" + "guid": "17838143-4482-4d25-9603-de344f3a27a7" } }, "Example 2": { @@ -48329,7 +48329,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "7aab0159-a23c-40d0-a118-fb6ddc2bff21" + "guid": "b94a59f8-ebf1-436f-8b92-fe3de2c696ee" } } } @@ -48344,7 +48344,7 @@ "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "1a7137c4-857f-4967-8a4b-3a69788caf01" + "guid": "17838143-4482-4d25-9603-de344f3a27a7" } }, "Example 2": { @@ -48358,7 +48358,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "7aab0159-a23c-40d0-a118-fb6ddc2bff21" + "guid": "b94a59f8-ebf1-436f-8b92-fe3de2c696ee" } } } @@ -48373,7 +48373,7 @@ "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "1a7137c4-857f-4967-8a4b-3a69788caf01" + "guid": "17838143-4482-4d25-9603-de344f3a27a7" } }, "Example 2": { @@ -48387,7 +48387,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "7aab0159-a23c-40d0-a118-fb6ddc2bff21" + "guid": "b94a59f8-ebf1-436f-8b92-fe3de2c696ee" } } } @@ -48402,7 +48402,7 @@ "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "1a7137c4-857f-4967-8a4b-3a69788caf01" + "guid": "17838143-4482-4d25-9603-de344f3a27a7" } }, "Example 2": { @@ -48416,7 +48416,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "7aab0159-a23c-40d0-a118-fb6ddc2bff21" + "guid": "b94a59f8-ebf1-436f-8b92-fe3de2c696ee" } } } @@ -48875,8 +48875,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "a42382b9-79d4-4671-a0c0-af4fe59cba67", - "3f304103-d6e4-48ce-87b0-327b6410cb84" + "ab937892-59c7-4296-8433-0b0e1b3ff472", + "25c08939-9347-4de0-8b09-1d456c3f8786" ], "type": "recordListMember" }, @@ -49676,8 +49676,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "a42382b9-79d4-4671-a0c0-af4fe59cba67", - "3f304103-d6e4-48ce-87b0-327b6410cb84" + "ab937892-59c7-4296-8433-0b0e1b3ff472", + "25c08939-9347-4de0-8b09-1d456c3f8786" ], "type": "recordListMember" }, @@ -50477,8 +50477,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "a42382b9-79d4-4671-a0c0-af4fe59cba67", - "3f304103-d6e4-48ce-87b0-327b6410cb84" + "ab937892-59c7-4296-8433-0b0e1b3ff472", + "25c08939-9347-4de0-8b09-1d456c3f8786" ], "type": "recordListMember" }, @@ -51278,8 +51278,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "a42382b9-79d4-4671-a0c0-af4fe59cba67", - "3f304103-d6e4-48ce-87b0-327b6410cb84" + "ab937892-59c7-4296-8433-0b0e1b3ff472", + "25c08939-9347-4de0-8b09-1d456c3f8786" ], "type": "recordListMember" }, @@ -52157,8 +52157,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "ab743f3b-c3bb-4957-9768-020a41de7eb8", - "1c17118c-1ed4-49a4-bce1-c419d4a483e3" + "3b442101-8a44-47d3-9905-fe40a98e4720", + "3d7deabb-405f-409d-8335-5b5adbb2da96" ], "type": "recordListMember" }, @@ -52958,8 +52958,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "ab743f3b-c3bb-4957-9768-020a41de7eb8", - "1c17118c-1ed4-49a4-bce1-c419d4a483e3" + "3b442101-8a44-47d3-9905-fe40a98e4720", + "3d7deabb-405f-409d-8335-5b5adbb2da96" ], "type": "recordListMember" }, @@ -53759,8 +53759,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "ab743f3b-c3bb-4957-9768-020a41de7eb8", - "1c17118c-1ed4-49a4-bce1-c419d4a483e3" + "3b442101-8a44-47d3-9905-fe40a98e4720", + "3d7deabb-405f-409d-8335-5b5adbb2da96" ], "type": "recordListMember" }, @@ -54560,8 +54560,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "ab743f3b-c3bb-4957-9768-020a41de7eb8", - "1c17118c-1ed4-49a4-bce1-c419d4a483e3" + "3b442101-8a44-47d3-9905-fe40a98e4720", + "3d7deabb-405f-409d-8335-5b5adbb2da96" ], "type": "recordListMember" }, @@ -55430,8 +55430,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "f7a28ab5-11ee-4e72-bcc5-f900c9b865e1", - "14e60ce0-c782-406e-ae85-e524eac04894" + "e29671b6-a6ea-4f9a-97ad-104cd199ca01", + "0df01b38-f3f2-4b6f-a674-8b503c56ef95" ], "type": "recordListMember" }, @@ -56231,8 +56231,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "f7a28ab5-11ee-4e72-bcc5-f900c9b865e1", - "14e60ce0-c782-406e-ae85-e524eac04894" + "e29671b6-a6ea-4f9a-97ad-104cd199ca01", + "0df01b38-f3f2-4b6f-a674-8b503c56ef95" ], "type": "recordListMember" }, @@ -57032,8 +57032,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "f7a28ab5-11ee-4e72-bcc5-f900c9b865e1", - "14e60ce0-c782-406e-ae85-e524eac04894" + "e29671b6-a6ea-4f9a-97ad-104cd199ca01", + "0df01b38-f3f2-4b6f-a674-8b503c56ef95" ], "type": "recordListMember" }, @@ -57833,8 +57833,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "f7a28ab5-11ee-4e72-bcc5-f900c9b865e1", - "14e60ce0-c782-406e-ae85-e524eac04894" + "e29671b6-a6ea-4f9a-97ad-104cd199ca01", + "0df01b38-f3f2-4b6f-a674-8b503c56ef95" ], "type": "recordListMember" }, @@ -58679,8 +58679,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "ca188645-0065-49df-b18c-38b4008ecadc", - "5e24238a-0778-42ca-b2bc-9d3996c1ae4e" + "c59d1325-478b-406b-8eec-fc404167baa9", + "44470179-f562-45ca-b4c0-efc292c90787" ], "type": "recordListMember" }, @@ -59480,8 +59480,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "ca188645-0065-49df-b18c-38b4008ecadc", - "5e24238a-0778-42ca-b2bc-9d3996c1ae4e" + "c59d1325-478b-406b-8eec-fc404167baa9", + "44470179-f562-45ca-b4c0-efc292c90787" ], "type": "recordListMember" }, @@ -60281,8 +60281,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "ca188645-0065-49df-b18c-38b4008ecadc", - "5e24238a-0778-42ca-b2bc-9d3996c1ae4e" + "c59d1325-478b-406b-8eec-fc404167baa9", + "44470179-f562-45ca-b4c0-efc292c90787" ], "type": "recordListMember" }, @@ -61082,8 +61082,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "ca188645-0065-49df-b18c-38b4008ecadc", - "5e24238a-0778-42ca-b2bc-9d3996c1ae4e" + "c59d1325-478b-406b-8eec-fc404167baa9", + "44470179-f562-45ca-b4c0-efc292c90787" ], "type": "recordListMember" }, @@ -62158,45 +62158,6 @@ "description": "Values that can be used in place of an attribute identity to perform a search, aggregation or export of a record property. RecordCreatedBy and RecordModifiedBy cannot be used in free text search or aggregation.", "format": "int32" }, - "GsaAccessControlCategoriesInfo": { - "required": [ - "accessControlCategories" - ], - "type": "object", - "properties": { - "accessControlCategories": { - "type": "array", - "items": { - "$ref": "#/components/schemas/GsaSlimAccessControlCategory" - } - } - }, - "additionalProperties": false - }, - "GsaAccessControlCategory": { - "required": [ - "guid", - "name", - "permissions" - ], - "type": "object", - "properties": { - "permissions": { - "type": "array", - "items": { - "$ref": "#/components/schemas/GsaSlimNamedEntity" - } - }, - "name": { - "type": "string" - }, - "guid": { - "type": "string", - "format": "uuid" - } - }, - "additionalProperties": false - }, "GsaAddDatabase": { "required": [ "databaseKey", @@ -74456,6 +74417,45 @@ }, "additionalProperties": false }, + "GsaPermissionCategoriesInfo": { + "required": [ + "categories" + ], + "type": "object", + "properties": { + "categories": { + "type": "array", + "items": { + "$ref": "#/components/schemas/GsaSlimPermissionCategory" + } + } + }, + "additionalProperties": false + }, + "GsaPermissionCategory": { + "required": [ + "guid", + "name", + "permissions" + ], + "type": "object", + "properties": { + "permissions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/GsaSlimNamedEntity" + } + }, + "name": { + "type": "string" + }, + "guid": { + "type": "string", + "format": "uuid" + } + }, + "additionalProperties": false + }, "GsaPictureAttribute": { "type": "object", "allOf": [ @@ -78343,23 +78343,6 @@ "x-discriminator-value": "simple", "x-discriminator-name": "attributeType" }, - "GsaSlimAccessControlCategory": { - "required": [ - "guid", - "name" - ], - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "guid": { - "type": "string", - "format": "uuid" - } - }, - "additionalProperties": false - }, "GsaSlimAttribute": { "required": [ "displayNames", @@ -78683,6 +78666,23 @@ }, "additionalProperties": false }, + "GsaSlimPermissionCategory": { + "required": [ + "guid", + "name" + ], + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "guid": { + "type": "string", + "format": "uuid" + } + }, + "additionalProperties": false + }, "GsaSlimProfile": { "required": [ "isImplicit",