Skip to content

Commit

Permalink
Remove ethdebug/format/pointer/templates
Browse files Browse the repository at this point in the history
... and just define ethdebug/format/pointer/template instead
  • Loading branch information
gnidan committed Sep 28, 2024
1 parent 75734d4 commit 60f15e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 158 deletions.
19 changes: 2 additions & 17 deletions packages/web/spec/pointer/templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,13 @@ import SchemaViewer from "@site/src/components/SchemaViewer";

# Pointer templates

This format provides the concept of **pointer templates** to allow
This format provides the concept of a **pointer template** to allow
deduplicating representations. Pointer templates are defined to specify the
variables they expect in scope and the pointer definition that uses those
variables.

## Template schema {#template-schema}

The following schema defines how to represent a single pointer template.
See [below](#templates-schema) for how to organize pointer templates by name.

<SchemaViewer
schema={{
id: "schema:ethdebug/format/pointer/templates"
id: "schema:ethdebug/format/pointer/template"
}}
pointer="#/$defs/Template"
/>

## Organizing templates {#templates-schema}

The **ethdebug/format/pointer/templates** schema specifies how to represent
a collection of pointer templates by name.

<SchemaViewer
schema={{ id: "schema:ethdebug/format/pointer/templates" }}
/>
141 changes: 0 additions & 141 deletions schemas/pointer/templates.schema.yaml

This file was deleted.

0 comments on commit 60f15e4

Please sign in to comment.