Skip to content

Commit

Permalink
rename compiled schema title to TachyonCommand for now to fix defs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazcash committed Jun 17, 2024
1 parent 27fd8fb commit 619bfc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/compiled.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.beyondallreason.dev/tachyon/compiled.json",
"title": "TachyonCompiled",
"title": "TachyonCommand",
"definitions": {
"allyTeam": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/generate-json-schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export async function generateJsonSchemas(): Promise<TachyonConfig> {
const compiledSchema = Type.Union(individualSchemas, {
$schema: "http://json-schema.org/draft-07/schema#",
$id: `${schemaBaseUri}/compiled.json`,
title: "TachyonCompiled",
title: "TachyonCommand",
definitions: definitionsMap,
});
mapRefs(compiledSchema, (ref) =>
Expand Down

0 comments on commit 619bfc4

Please sign in to comment.