📄️ ArchDoc
The ArchDoc schema is the root-level schema of an ArchDoc Specification file.
📄️ User
The User schema allows users of the software system to be described and documented. This schema is useful in describing the different types of users who interact with the system, their roles, and what components they utilize for their use case.
📄️ Component
The Component schema is used to describe the various software components that make up your software system. A component can be thought of as a building block or module of the system, such as a microservice, database, external service, etc.