Normalized形式
{
"id": "urn:ngsi-ld:Complaint:9000020342025:ABC0123",
"type": "Complaint",
"category": {
"type": "Array",
"value": [
"破損"
]
},
"isMadeBy": {
"type": "Text",
"value": "施設太郎"
},
"status": {
"type": "Text",
"value": "補修中"
},
"timestamp": {
"type": "DateTime",
"value": "2022-08-08T13:45:00+09:00"
},
"dateReported": {
"type": "Date",
"value": "2022-08-08"
},
"refFacility": {
"type": "StructuredValue",
"value": {
"type": "Relationship",
"value": "urn:ngsi-ld:PublicFacility:0001"
}
},
"refResponsibleDepartment": {
"type": "StructuredValue",
"value": {
"type": "Relationship",
"value": "urn:ngsi-ld:Department:9000020342025:001"
}
},
"zones": {
"type": "StructuredValue",
"value": {
"abstracts": {
"type": "Text",
"value": ["建物外部", "", "外壁-北面"]
},
"remarks": {
"type": "Text",
"value": "体育館 北東側"
}
}
},
"parts": {
"type": "StructuredValue",
"value": {
"abstracts": {
"type": "Text",
"value": ["階段"]
},
"remarks": {
"type": "Text",
"value": "基礎"
}
}
},
"phenomenon": {
"type": "StructuredValue",
"value": {
"abstracts": {
"type": "Text",
"value": ["破損"]
},
"remarks": {
"type": "Text",
"value": ""
}
}
},
"cause": {
"type": "Text",
"value": "使用消耗"
},
"sevirity": {
"type": "Text",
"value": "放置すると機能不全"
},
"repairPlan": {
"type": "Text",
"value": "破損部撤去の上、補修"
},
"remarks": {
"type": "Text",
"value": "施設巡回時指摘事項"
}
} |
keyValues形式
{
"id": "urn:ngsi-ld:Complaint:9000020342025:ABC0123",
"type": "Complaint",
"category": [
"破損"
],
"isMadeBy": "施設太郎",
"status": "補修中",
"timestamp": {
"type": "DateTime",
"value": "2022-08-08T13:45:00+09:00"
},
"dateReported": {
"type": "Date",
"value": "2022-08-08"
},
"refFacility": {
"type": "Relationship",
"value": "urn:ngsi-ld:PublicFacility:0001"
},
"refResponsibleDepartment": {
"type": "Relationship",
"value": "urn:ngsi-ld:Department:9000020342025:001"
},
"zones": {
"abstracts": ["建物外部", "", "外壁-北面"],
"remarks": "体育館 北東側"
},
"parts": {
"abstracts": ["階段"],
"remarks": "基礎"
},
"phenomenon": {
"abstracts": ["破損"],
"remarks": ""
},
"cause": "使用消耗",
"sevirity": "放置すると機能不全",
"repairPlan": "破損部撤去の上、補修",
"remarks": "施設巡回時指摘事項"
} |