# JSON Metadata Standard

ERC created by Pierre <https://github.com/bpierre>

## ERC Overview

This ERC proposes adding a TypeScript specification for a JSON file representing metadata. In NFTs, metadata are described in a JSON file; this specification defines a JSON file.

Basically just defines metadata schema in TypeScript programming language functions. The functions are described in the ERC itself.

This ERC specification is compatible with both ERC-7211 and ERC-1155.

Full ERC: <https://github.com/NFT-Standards-WG/nft-metadata/blob/main/eip/eip-draft\\_json\\_metadata.md>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nft-standards.gitbook.io/nft-standards-wiki/working-group-eips-and-implementations/json-metadata-standard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
