Skip to content

Commit 8f29670

Browse files
committed
Initial commit
1 parent 5e2708a commit 8f29670

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/content/pages/schema.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: "../../layouts/Flow.astro"
3+
title: Schemas
4+
slug: /schema/
5+
hero:
6+
title: Schemas
7+
background_image: ../../assets/images/background-image.jpg
8+
flow:
9+
- row: container_row
10+
sections:
11+
- component: md_content
12+
---
13+
14+
These are not the schemas you are looking for.
15+
16+
The schema URLs are just unique identifiers which is json-schema convention. The DT schemas exist within the dt-schema project and projects using dt-schema (e.g. Linux kernel). For dt-schema, the schema files are installed with the python module.

0 commit comments

Comments
 (0)