Home / File/ cats.json — astro Source File

cats.json — astro Source File

Architecture documentation for cats.json, a json file in the astro codebase.

Entity Profile

Source Code

[
	{
		"breed": "Siamese",
		"id": "siamese",
		"size": "Medium",
		"origin": "Thailand",
		"lifespan": "15 years",
		"temperament": [
			"Active",
			"Affectionate",
			"Social",
			"Playful"
		]
	},
	{
		"breed": "Persian",
		"id": "persian",
		"size": "Medium",
		"origin": "Iran",
		"lifespan": "15 years",
		"temperament": [
			"Calm",
			"Affectionate",
			"Social"
		]
	},
	{
		"breed": "Tabby",
		"id": "tabby",
		"size": "Medium",
		"origin": "Egypt",
		"lifespan": "15 years",
		"temperament": [
			"Curious",
			"Playful",
			"Independent"
		]
	},
	{
		"breed": "Ragdoll",
		"id": "ragdoll",
		"size": "Medium",
		"origin": "United States",
		"lifespan": "15 years",
		"temperament": [
			"Calm",
			"Affectionate",
			"Social"
		]
	}
]

Frequently Asked Questions

What does cats.json do?
cats.json is a source file in the astro codebase, written in json.
Where is cats.json in the architecture?
cats.json is located at packages/astro/test/fixtures/content-layer/src/data/cats.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