5c9fa41834
This patch corrects some parameter's type such as 'type: list' to 'type: array' or 'type: array of...' to 'type: array' because we don't have 'type: list' in 'JSON Schema primitive types' [1] [1] http://json-schema.org/latest/json-schema-core.html#anchor8 Change-Id: Ic638ef48fcf0f60c55cec975ee20a71d1830b319
50 lines
800 B
YAML
50 lines
800 B
YAML
# variables in header
|
|
|
|
# variables in path
|
|
|
|
id_path:
|
|
description: |
|
|
The Federation Mapping unique ID
|
|
in: path
|
|
required: true
|
|
type: string
|
|
|
|
# variables in query
|
|
|
|
# variables in body
|
|
|
|
id_body:
|
|
description: |
|
|
The Federation Mapping unique ID
|
|
in: body
|
|
required: true
|
|
type: string
|
|
|
|
links:
|
|
description: |
|
|
Link to the URI where the mapping is located
|
|
in: body
|
|
required: true
|
|
type: object
|
|
|
|
links_collection:
|
|
description: |
|
|
Link to the URI where the mapping collection is located
|
|
in: body
|
|
required: true
|
|
type: object
|
|
|
|
mappings:
|
|
description: |
|
|
The collection of Federation Mappings
|
|
in: body
|
|
required: true
|
|
type: array
|
|
|
|
rules:
|
|
description: |
|
|
The list of rules used to map remote users into local users
|
|
in: body
|
|
required: true
|
|
type: object
|