メインコンテンツまでスキップ

Profile Annotation Policy

用語

本文書に説明のない用語については、用語を参照してください。

  • Profile Annotation (PA)
  • Profile Annotation Policy

Profile Annotation Policy のデータモデル

プロパティ

Profile Annotation Policy のプロパティ一覧

NameTypeDescription
idstringREQUIRED. Profile Annotation Policy の ID を URI 形式で指定してください。
typestringREQUIRED. ProfileAnnotationPolicy でなければなりません (MUST)。
namestringREQUIRED. Profile Annotation Policy の名前です。
descriptionstringOPTIONAL. Profile Annotation Policy の説明です。
refstringRECOMMENDED. Profile Annotation Policy の詳細を知るための人が読むためのページの URL です。

Appendix

このセクションは非規範的です。

Profile Annotation Policy のデータモデルの具体例を次に示します。

{
"id": "urn:uuid:14270f8f-9f1c-4f89-9fa4-8c93767a8404",
"type": "ProfileAnnotationPolicy",
"name": "<Profile Annotation Policy 名>",
"description": "<Profile Annotation Policy の説明>",
"ref": "https://annotation.example.org/about"
}