paperai / materials-schema-web

0 stars 0 forks source link

format #1

Open hshindo opened 2 years ago

hshindo commented 2 years ago
{
  "types": [
    {"id": "T100", "name": "Person", "properties": ["P1", "P2", "P3"]},
    {"id": "T101", "name": "Organization", "properties": ["P4", "P5", "P1"]},
  ],
  "properties": [
    {"id": "P1", "name": "additionalName", "expectedTypes": ["T1", "T2", "T3"], "description": "xxxx"},
    {"id": "P2", "name": "address", "expectedTypes": ["T1", "T2", "T3"], "description": "xxxx"},
  ]
}