2,085
回編集
編集の要約なし |
編集の要約なし |
||
94行目: | 94行目: | ||
"description": "名前の上に表示される名前。読み仮名や原語での名前を記入しましょう。", | "description": "名前の上に表示される名前。読み仮名や原語での名前を記入しましょう。", | ||
"example": "やまだたろう、Albert Einstein", | "example": "やまだたろう、Albert Einstein", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"名前": { | "名前": { | ||
113行目: | 111行目: | ||
"description": "個人の生物種。ヒトの場合は省略してもいいかもしれません。", | "description": "個人の生物種。ヒトの場合は省略してもいいかもしれません。", | ||
"example": "ヒト", | "example": "ヒト", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"生誕": { | "生誕": { | ||
"description": "個人の生年月日。", | "description": "個人の生年月日。", | ||
"example": "1999年8月9日", | "example": "1999年8月9日", | ||
"type": "date" | "type": "date" | ||
}, | }, | ||
"死没": { | "死没": { | ||
"description": "個人の死没年月日と享年。まだ死んでいないのならば省略しましょう。", | "description": "個人の死没年月日と享年。まだ死んでいないのならば省略しましょう。", | ||
"example": "2001年3月11日(享年23)", | "example": "2001年3月11日(享年23)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"年齢": { | "年齢": { | ||
"description": "個人の年齢。死んでいるのなら省略しましょう。", | "description": "個人の年齢。死んでいるのなら省略しましょう。", | ||
"example": "93歳", | "example": "93歳", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"性別": { | "性別": { | ||
"description": "個人の性別。", | "description": "個人の性別。", | ||
"example": "男", | "example": "男", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"国籍": { | "国籍": { | ||
"description": "個人の国籍。", | "description": "個人の国籍。", | ||
"example": "アメリカ合衆国", | "example": "アメリカ合衆国", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"居住": { | "居住": { | ||
"description": "個人の居住地。", | "description": "個人の居住地。", | ||
"example": "日本国沖縄県南風原町", | "example": "日本国沖縄県南風原町", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"職業": { | "職業": { | ||
"description": "個人の職業。", | "description": "個人の職業。", | ||
"example": "ネイリスト", | "example": "ネイリスト", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"活動期間": { | "活動期間": { | ||
"description": "個人が主とした職業で活動した期間。", | "description": "個人が主とした職業で活動した期間。", | ||
"example": "1987年~2001年", | "example": "1987年~2001年", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"学歴": { | "学歴": { | ||
"description": "個人の最終学歴。", | "description": "個人の最終学歴。", | ||
"example": "沖縄県立開邦高等学校中退", | "example": "沖縄県立開邦高等学校中退", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"配偶者": { | "配偶者": { | ||
"description": "個人の配偶者と、そうであった期間。", | "description": "個人の配偶者と、そうであった期間。", | ||
"example": "ピエール・キュリー(1895~1906)", | "example": "ピエール・キュリー(1895~1906)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"親族": { | "親族": { | ||
"description": "個人の著名な親族。", | "description": "個人の著名な親族。", | ||
"example": "安倍寛(祖父)<br />\n岸信介(祖父)<br />\n佐藤栄作(大叔父)<br />\n佐藤市郎(大伯父)<br />\n安倍晋太郎(父)<br />\n安倍洋子(母)<br />\n安倍寛信(兄)<br />\n岸信夫(弟)", | "example": "安倍寛(祖父)<br />\n岸信介(祖父)<br />\n佐藤栄作(大叔父)<br />\n佐藤市郎(大伯父)<br />\n安倍晋太郎(父)<br />\n安倍洋子(母)<br />\n安倍寛信(兄)<br />\n岸信夫(弟)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"受賞歴": { | "受賞歴": { | ||
"description": "個人の受賞歴。", | "description": "個人の受賞歴。", | ||
"example": "日本推理作家協会賞(2002年)<br />\n本格ミステリ大賞(2005年)", | "example": "日本推理作家協会賞(2002年)<br />\n本格ミステリ大賞(2005年)", | ||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, |
回編集