11 lines
266 B
YAML
11 lines
266 B
YAML
JMS\Serializer\Tests\Fixtures\PersonSecret:
|
|
properties:
|
|
name:
|
|
type: string
|
|
gender:
|
|
type: string
|
|
exclude_if: "show_data('gender')"
|
|
age:
|
|
type: string
|
|
expose_if: "show_data('age')"
|