{ "person": { "description": "A person who has been involved in creating or maintaining this package.", "type": [ "object", "string" ], "required": [ "name" ], "properties": { "name": { "type": "string" }, "url": { "type": "string", "format": "uri" }, "email": { "type": "string", "format": "email" } } } } personの内訳です。 description: 定義の説明。ドキュメントを参照する際にはこのテキストが表示される type: 何の型でプロパティを設定できるのか(プロパティそのものの