Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Remove image for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber committed Sep 25, 2024
1 parent f5f3aa2 commit aeda4f0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/content/graphos/delivery/custom-checks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@ Once you [configure custom checks](./custom-checks), GraphOS sends schema change
Your endpoint performs validations and reports potential issues back to GraphOS via the [Platform API](/graphos/platform-api/).
GraphOS Studio displays the issues you report along with other check result details.

<img
className="screenshot"
src="../img/schema-checks/custom-check-result.jpg"
alt="To-do: Schema check run showing custom check details in GraphOS Studio"
width="700"
/>

<Note>

You can only register one endpoint for custom checks, but that endpoint can perform as many different schema validations as you want.
You can write and deploy your validation service using whatever languages and frameworks you like.

</Note>

Custom checks run alongside other [check types](./schema-checks#types-of-checks) as part of every schema check run.
Like operations, linter, other check types, custom checks only run [after a build check has successfully completed](schema-checks#build-checks-1).

Expand Down

0 comments on commit aeda4f0

Please sign in to comment.