Skip to content

Commit

Permalink
Update doc ipa-metadata-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Tucker committed Feb 18, 2025
1 parent a7b0acc commit b04f43e
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/Protocol Concepts/ip-asset/ipa-metadata-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,48 @@ This is the JSON metadata that is associated with an IP Asset, and gets stored i
</td>
</tr>

<tr>
<td style={{ textAlign: "left" }}>
`mediaUrl`
</td>

<td style={{ textAlign: "left" }}>
`string`
</td>

<td style={{ textAlign: "left" }}>
Used for infringement checking, points to the actual media img or audio
</td>
</tr>

<tr>
<td style={{ textAlign: "left" }}>
`mediaHash`
</td>

<td style={{ textAlign: "left" }}>
`string`
</td>

<td style={{ textAlign: "left" }}>
Hashed string of the media (for infringement checking)
</td>
</tr>

<tr>
<td style={{ textAlign: "left" }}>
`mediaType`
</td>

<td style={{ textAlign: "left" }}>
`string`
</td>

<td style={{ textAlign: "left" }}>
Type of media (audio, video, image), based on [mimeType](https://developer.mozilla.org/en-US/docs/Web/HTTP/MIME_types/Common_types)
</td>
</tr>

<tr>
<td style={{ textAlign: "left" }}>
N/A
Expand Down Expand Up @@ -369,6 +411,14 @@ The different relationship types that can be used for the `relationships` attrib
20. **ADAPTS\_TO** - A fine-tuned model ADAPTS\_TO new data.
## Media Types
Here are the valid media types:
* Audio: `audio/wav`, `audio/mpeg`, `audio/flac`, `audio/aac`, `audio/ogg`, `audio/mp4`, `audio/x-aiff`, `audio/x-ms-wma`, `audio/opus`
* Video: `video/mp4`, `video/webm`, `video/quicktime`
* Image: `image/jpeg`, `image/png`, `image/apng`, `image/avif`, `image/gif`, `image/svg+xml`, `image/webp`
# Example Use Cases
```json Ippy Mascot
Expand Down

0 comments on commit b04f43e

Please sign in to comment.