Skip to content

Commit

Permalink
Restructure to data, message and resource types
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Ho <[email protected]>
  • Loading branch information
jujaga committed Nov 23, 2024
1 parent 9405e01 commit fd0b7df
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Data Types",
"position": 3,
"position": 2,
"link": {
"type": "generated-index",
"description": "Data Types"
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/types/code.mdx → docs/spec/data/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CodeBlock from "@theme/CodeBlock";
import JSONSchemaViewer from "@theme/JSONSchemaViewer";
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import Schema from "@site/docs/spec/types/code.schema.json";
import Schema from "@site/docs/spec/data/code.schema.json";

Indicates that the value is taken from a set of controlled strings defined elsewhere. Technically, a code is restricted
to a string which has at least one character and no leading or trailing whitespace, and where there is no whitespace
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import JSONSchemaViewer from "@theme/JSONSchemaViewer";
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

import Example from "@site/docs/spec/types/parcel_id.example.json";
import Schema from "@site/docs/spec/types/parcel_id.schema.json";
import Example from "@site/docs/spec/data/parcel_id.example.json";
import Schema from "@site/docs/spec/data/parcel_id.schema.json";

An identifier for a specific area with clear boundaries.

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import JSONSchemaViewer from "@theme/JSONSchemaViewer";
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

import Example from "@site/docs/spec/types/project_bundle.example.json";
import Schema from "@site/docs/spec/types/project_bundle.schema.json";
import Example from "@site/docs/spec/data/project_bundle.example.json";
import Schema from "@site/docs/spec/data/project_bundle.schema.json";

A set of one or more permits related to an activity.

Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions docs/spec/message/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Message Types",
"position": 3,
"link": {
"type": "generated-index",
"description": "Message Types"
}
}
8 changes: 8 additions & 0 deletions docs/spec/resource/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Resource Types",
"position": 4,
"link": {
"type": "generated-index",
"description": "Resource Types"
}
}
8 changes: 0 additions & 8 deletions docs/spec/schemas/_category_.json

This file was deleted.

0 comments on commit fd0b7df

Please sign in to comment.