'string', 'description' => 'string', 'format' => 'string', 'collectionFormat' => ['csv', 'ssv', 'tsv', 'pipes', 'multi'], 'maximum' => 'number', 'exclusiveMaximum' => 'boolean', 'minimum' => 'number', 'exclusiveMinimum' => 'boolean', 'maxLength' => 'integer', 'minLength' => 'integer', 'pattern' => 'string', 'maxItems' => 'integer', 'minItems' => 'integer', 'uniqueItems' => 'boolean', 'multipleOf' => 'integer', ]; /** @inheritdoc */ public static $_nested = [ 'Swagger\Annotations\Items' => 'items' ]; /** @inheritdoc */ public static $_parents = [ 'Swagger\Annotations\Response' ]; }