mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-16 12:12:09 -05:00
11 lines
155 B
PHP
11 lines
155 B
PHP
<?php
|
|
|
|
return [
|
|
'cookie' => [
|
|
'type' => 'anomaly.field_type.integer',
|
|
'config' => [
|
|
'min' => 1
|
|
],
|
|
],
|
|
];
|