The given snippet is a configuration template for the Pimcore Data Hub. It includes general information and schema details for a particular configuration.
General Information:
- Active: This specifies whether the configuration is currently active (true) or not (false).
- Type: This specifies the type of the configuration.
- Name: This is the name of the configuration.
- Description: This provides a description of the configuration.
- Group: This indicates the group to which the configuration belongs.
- SQL Object Condition: This specifies a condition related to SQL objects.
- Modification Date: This indicates the date of the last modification made to the configuration.
- Path: This specifies the path of the configuration.
- Create Date: This indicates the date when the configuration was created.
Schema:
- Query Entities: This section would list the entities involved in query operations, but it currently contains no entities.
- Mutation Entities: This section would list the entities involved in mutation operations, but it currently contains no entities.
- Special Entities: This section contains a special entity named "document" with specific permissions:
- Read: Indicates whether reading documents is allowed (false in this case).
- Create: Indicates whether creating documents is allowed (false in this case).
- Update: Indicates whether updating documents is allowed (false in this case).
- Delete: Indicates whether deleting documents is allowed (false in this case).
This configuration template provides a comprehensive overview of the general properties and schema details for a particular configuration within the Pimcore Data Hub.