Separating schema and resource names in frontend for more genericity
This commit is contained in:
@@ -35,7 +35,7 @@ class Employee(BaseModel):
|
||||
entity_id: str = Field(foreignKey={
|
||||
"reference": {
|
||||
"resource": "entity",
|
||||
"displayName": "_id",
|
||||
"schema": "Entity",
|
||||
"condition": "entity_data.type=individual"
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user