Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 21 additions & 20 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
name: pre-commit

on:
pull_request:
push:
branches: [main]
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.14"
- uses: actions/setup-node@v4
with:
node-version: ">=18.0"
- name: Install dependencies
run: npm install
- uses: pre-commit/action@v3.0.0
- name: Run eslint and prettier linting checks
run: |
npm cache clean --force
npm run lint
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.14"
- uses: actions/setup-node@v4
with:
node-version: ">=18.0"
- name: Install dependencies
run: npm install
- uses: pre-commit/action@v3.0.0
- name: Run eslint and prettier linting checks
run: |
npm cache clean --force
npm run format
npm run lint
5 changes: 5 additions & 0 deletions docs/available-feeds/CER/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "CER",
"position": 4,
"link": null
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Orcfax feeds",
"label": "Available feeds",
"position": 3,
"link": null
}
5 changes: 5 additions & 0 deletions docs/available-feeds/custom/_category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "Custom",
"position": 6,
"link": null
}
46 changes: 46 additions & 0 deletions docs/available-feeds/custom/fact-statement-datum.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
id: centralized-review-2
sidebar_position: 2
slug: /custom-fact-statement-datum
---

import CodeBlock from "@theme/CodeBlock";
import factStatementDatum from "/schema/custom/custom-feeds/fact-statement-datum.json";

# Fact Statement Datum

A description of the types/properties relevant to a `fact-statement-datum.json`.

Orcfax utilizes the following Schema.org types and properties in its Fact
Statement Datum records. The description provided by [Schema.org][schema-1]
follows each; if Orcfax maintains a more nuanced understanding, an additional
definition will be provided. If the term appears in its own definition, it will
be replaced when possible with a \[synonym\] in order to aid understanding.

[schema-1]: https://schema.org/

## Schema.org Types

| Type | Schema.org description | Orcfax description |
| -------- | --------------------------- | ---------------------- |
| -------- | --------------------------- | ---------------------- |

## Schema.org Properties

| Property | Type | Schema.org description | Orcfax definition |
| ------------ | -------- | --------------------------- | --------------------- |
| ------------ | -------- | --------------------------- | --------------------- |

## Fact Statement Datum example

<CodeBlock language="json">
{JSON.stringify(factStatementDatum, null, 2)}
</CodeBlock>

<a
target="_blank"
href="risk-rating/centralized-review/fact-statement-datum.json"
download="fact-statement-datum.json"
>
Download
</a>
48 changes: 48 additions & 0 deletions docs/available-feeds/custom/fact-statement.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
id: centralized-review-1
sidebar_position: 1
slug: /custom-fact-statement
---

import CodeBlock from "@theme/CodeBlock";
import factStatement from "/schema/custom/custom-feeds/fact-statement.json";

# Fact Statement

A description of the types/properties relevant to a `fact-statement.json`.

Orcfax utilizes the following Schema.org types and properties in its Fact
Statement records. The description provided by [Schema.org][schema-1] follows
each; if Orcfax maintains a more nuanced understanding, an additional definition
will be provided. If the term appears in its own definition, it will be replaced
when possible with a \[synonym\] in order to aid understanding.

[schema-1]: https://schema.org/

## Schema.org Types

| Type | Schema.org description | Orcfax description |
| -------- | --------------------------- | ---------------------- |
| -------- | --------------------------- | ---------------------- |

Types under review for development

TBD

## Schema.org Properties

| Property | Type | Schema.org description | Orcfax definition |
| ------------ | -------- | --------------------------- | --------------------- |
| ------------ | -------- | --------------------------- | --------------------- |

## Fact Statement example

<CodeBlock language="json">{JSON.stringify(factStatement, null, 2)}</CodeBlock>

<a
target="_blank"
href="/schema/risk-rating/centralized-review/fact-statement.json"
download="fact-statement.json"
>
Download
</a>
44 changes: 44 additions & 0 deletions docs/available-feeds/custom/message.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
id: centralized-review-3
sidebar_position: 3
slug: /custom-message
---

import CodeBlock from "@theme/CodeBlock";
import Message from "/schema/custom/custom-feeds/message.json";

# Message

A description of the types/properties relevant to a `message.json`.

Orcfax utilizes the following Schema.org types and properties in its Message
records. The description provided by [Schema.org][schema-1] follows each; if
Orcfax maintains a more nuanced understanding, an additional definition will be
provided. If the term appears in its own definition, it will be replaced when
possible with a \[synonym\] in order to aid understanding.

[schema-1]: https://schema.org/

## Schema.org Types

| Type | Schema.org description | Orcfax description |
| -------- | --------------------------- | ---------------------- |
| -------- | --------------------------- | ---------------------- |

## Schema.org Properties

| Property | Type | Schema.org description | Orcfax definition |
| ------------ | -------- | --------------------------- | --------------------- |
| ------------ | -------- | --------------------------- | --------------------- |

## Message example

<CodeBlock language="json">{JSON.stringify(Message, null, 2)}</CodeBlock>

<a
target="_blank"
href="/schema/risk-rating/centralized-review/Message.json"
download="Message.json"
>
Download
</a>
44 changes: 44 additions & 0 deletions docs/available-feeds/custom/validation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
id: centralized-review-4
sidebar_position: 4
slug: /custom-validation
---

import CodeBlock from "@theme/CodeBlock";
import Validation from "/schema/custom/custom-feeds/validation.json";

# Validation

A description of the types/properties relevant to a `validation.json`.

Orcfax utilizes the following Schema.org types and properties in its Validation
records. The description provided by [Schema.org][schema-1] follows each; if
Orcfax maintains a more nuanced understanding, an additional definition will be
provided. If the term appears in its own definition, it will be replaced when
possible with a \[synonym\] in order to aid understanding.

[schema-1]: https://schema.org/

## Schema.org Types

| Type | Schema.org description | Orcfax description |
| -------- | --------------------------- | ---------------------- |
| -------- | --------------------------- | ---------------------- |

## Schema.org Properties

| Property | Type | Schema.org description | Orcfax definition |
| ------------ | -------- | --------------------------- | --------------------- |
| ------------ | -------- | --------------------------- | --------------------- |

## Validation example

<CodeBlock language="json">{JSON.stringify(Validation, null, 2)}</CodeBlock>

<a
target="_blank"
href="/schema/risk-rating/centralized-review/validation.json"
download="validation.json"
>
Download
</a>
Loading
Loading