You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns a JSON object listing all modelled entities where the property names is the key property of the entity and where the value is an Object with the following properties:
String plural. Mandatory.
String documentation, coming from the entity docstring. Defaults to "".
Object roles if the entity is not a person (in case the entity is a person, roles must be falsy), where the name is the key property and where the value is an object with the following properties:
Returns a JSON object listing all modelled entities where the property names is the
key
property of the entity and where the value is an Object with the following properties:plural
. Mandatory.documentation
, coming from the entity docstring. Defaults to""
.roles
if the entity is not a person (in case the entity is a person,roles
must be falsy), where the name is thekey
property and where the value is an object with the following properties:plural
. Mandatory.mandatory
. Defaults tofalse
.max
(if one is defined).subroles
are not to be exposed yet.Related to openfisca/legislation-explorer#80.
The text was updated successfully, but these errors were encountered: