Project

General

Profile

« Previous | Next » 

Revision ea386896

Added by Marc Dequènes over 12 years ago

  • ID ea386896174a9571c47c387eb8da532a4633ebe9

[evol] attributes parameters rework §3 (schema + defaults) (refs #142)

View differences:

data/ldap_shadows/schema/aspect.yaml
sequence:
- type: str
"associate_unclaimed_attributes": {type: bool}
"presentation":
"interface":
type: map
mapping:
"hidden_attributes":
type: seq
sequence:
- type: str
"expert_attributes":
type: seq
sequence:
- type: str
"attributes":
type: map
mapping:
=: &attrdata
type: map
mapping:
"access": {type: str, enum: [full, read_only, write_only, forbidden]}
"visibility": {type: str, enum: [always, expert, admin, never]}
"presentation_multiple": {type: str, enum: [list, shortlist]}
"possible_values":
type: seq
sequence:
- type: scalar
"attribute_defaults": *attrdata
"relations":
type: map
mapping:

Also available in: Unified diff