ceramicnetwork / ceramicnetwork/CIPs
Education Profile
- Dominant language
- HTML
- Stars
- 84
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
```
cip:
title: Education Profile
author: Michael Sena (@michaelsena), Joel Thorstensson (@oed)
discussions-to:
status: Idea
category: Standards
type: RFC
created: 2020-05-26
requires: Tile Doctype (CIP-8)
replaces:
```
> 🚨 This is a placeholder for an idea, and we will work to draft the CIP at a later time.
## Simple Summary
**Education Profile** contains the education profile of a DID.
## Abstract
Add description.
Education Profile is usually linked from a [Profiles Index (CIP-13)](https://github.com/ceramicnetwork/CIP/issues/12).
## Motivation
## Specification
The Education Profile specification consists of a doctype, schema, and tags.
### Doctype
Education Profile is a [Tile Doctype (CIP-8)](https://github.com/ceramicnetwork/CIP/issues/56).
### Schema
`name`: A string that represents a name.
`image`: An CID (IPFS hash) of an image.
`description`: A string that serves as a description for the DID.
`history`: The DocId of an [Education History](https://github.com/ceramicnetwork/CIP/issues/42) document.
```
```
### Tags
When creating an Education Profile document, add `EducationProfile` to the **tags** field.
## Example
```
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.