com.glide.apps.include_my_schema
ServiceNow property description:
Determines if schema files in the /author_elective folder of an application should be loaded.
Attributes
- Sys ID: e0bcb860c72010106c2e45ece8c26012
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `com.glide.apps.include_my_schema` determines whether schema files located in the `/author_elective` folder of an application should be loaded during the application installation process. According to the provided documentation, this property is used to control the inclusion of specific schema files that are not mandatory but may be required for certain functionalities or customizations within the application. When set to true, the schema files in the `/author_elective` folder are included and loaded, ensuring that any additional configurations or customizations defined in those files are applied. Conversely, setting this property to false will exclude these schema files from being loaded, which might be useful for streamlining the installation process or avoiding unnecessary configurations. This property provides developers with flexibility in managing the components that are included during the application deployment.
Source