Entity: note
If a user wants to enter general information and add his own text, he can use the note
entity.
Example usage
Below is an example note
entity, filled with some attributes. See AFD 2.0 Online for the complete and up-to-date data catalog with all available entity types and associated attributes listed under the note
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"note": [{
"entityType": "default",
"effectiveDate": "2024-01-02",
"noteAuthor": "John Doe",
"subjectDescription": "This note describes the general rules for structures",
"text": "The general rules for structures are ..."
}]
}
Entity types
All entity types currently in use can be found in AFD 2.0 Online.
Post your comment on this topic.