JSON Resumeスキーマ v1.0.0 — 利用可能な全セクション

JSON Resume v1.0.0スキーマの全セクションの完全な概要:basics、work、volunteer、education、awards、certificates、publications、skills、languages、interests、references、projects。

Templates

詳細な説明

JSON Resumeスキーマの完全リファレンス

JSON Resume v1.0.0スキーマは12のトップレベルセクションを定義しています。すべてを理解することで、どのセクションを含めるか判断できます。

全セクション一覧

セクション 目的 主なフィールド
basics 個人情報・連絡先 name, label, email, phone, url, summary, location, profiles
work 職歴 name, position, startDate, endDate, summary, highlights, url
volunteer ボランティア経験 organization, position, startDate, endDate, summary, highlights
education 学歴 institution, area, studyType, startDate, endDate, score, courses
awards 賞・表彰 title, date, awarder, summary
certificates 資格・認定 name, date, issuer, url
publications 出版物 name, publisher, releaseDate, url, summary
skills 技術・ソフトスキル name, level, keywords
languages 言語能力 language, fluency
interests 個人的な興味 name, keywords
references 推薦者 name, reference
projects サイドプロジェクト name, description, highlights, keywords, startDate, endDate, url, roles, entity, type

日付形式

JSON Resumeのすべての日付はISO 8601形式を使用:YYYY-MM-DD。精度を下げてYYYY-MMYYYYのみも使用可能です。endDateを省略すると、ほとんどのレンダラーで「現在」を意味します。

basicsのプロフィール

basics.profiles配列でソーシャル・プロフェッショナルプロフィールを列挙できます:

"profiles": [
  { "network": "GitHub", "username": "tanaka", "url": "https://github.com/tanaka" },
  { "network": "LinkedIn", "username": "tanaka", "url": "https://linkedin.com/in/tanaka" }
]

どのセクションを含めるべきか?

ほとんどの求人応募では、basicsworkeducationskillsが必須です。注目すべきサイドワークがあればprojectsを、関連する資格があればcertificatesを、国際的なポジションにはlanguagesを追加しましょう。

ユースケース

履歴書にどのセクションを含めるか決める前にJSON Resumeの全セクションの完全なリファレンスが欲しい場合、またはスキーマ周りのツールを構築する場合に使用します。

試してみる — JSON Resume Editor

フルツールを開く