dogs.json — astro Source File
Architecture documentation for dogs.json, a json file in the astro codebase.
Entity Profile
Source Code
[
{
"breed": "Labrador Retriever",
"id": "labrador-retriever",
"size": "Large",
"origin": "Canada",
"lifespan": "10-12 years",
"temperament": [
"Friendly",
"Active",
"Outgoing"
]
},
{
"breed": "German Shepherd",
"id": "german-shepherd",
"size": "Large",
"origin": "Germany",
"lifespan": "9-13 years",
"temperament": [
"Loyal",
"Intelligent",
"Confident"
]
},
{
"breed": "Alsatian",
"id": "german-shepherd",
"size": "Large",
"origin": "Germany",
"lifespan": "9-13 years",
"temperament": [
"Loyal",
"Intelligent",
"Confident"
]
},
{
"breed": "Golden Retriever",
"id": "golden-retriever",
"size": "Large",
"origin": "Scotland",
"lifespan": "10-12 years",
"temperament": [
"Intelligent",
"Friendly",
"Devoted"
]
},
{
"breed": "French Bulldog",
"id": "french-bulldog",
"size": "Small",
"origin": "France",
"lifespan": "10-12 years",
"temperament": [
"Playful",
"Adaptable",
"Sociable"
]
// ... (255 more lines)
Source
Frequently Asked Questions
What does dogs.json do?
dogs.json is a source file in the astro codebase, written in json.
Where is dogs.json in the architecture?
dogs.json is located at packages/astro/test/fixtures/content-layer/src/data/dogs.json (directory: packages/astro/test/fixtures/content-layer/src/data).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free