addedInput schema / properties / claims
Added value: +{
+ "items": {
+ "properties": {
+ "aliases": {
+ "items": {
+ "maxLength": 120,
+ "minLength": 1,
+ "type": "string"
+ },
+ "maxItems": 12,
+ "type": "array"
+ },
+ "attribute": {
+ "maxLength": 80,
+ "minLength": 1,
+ "type": "string"
+ },
+ "closed_world": {
+ "type": "boolean"
+ },
+ "id": {
+ "maxLength": 80,
+ "minLength": 1,
+ "type": "string"
+ },
+ "kind": {
+ "enum": [
+ "auto",
+ "number",
+ "text",
+ "boolean",
+ "exists"
+ ],
+ "type": "string"
+ },
+ "max_age_seconds": {
+ "exclusiveMinimum": 0,
+ "maximum": 315360000,
+ "type": "integer"
+ },
+ "operator": {
+ "default": "eq",
+ "enum": [
+ "eq",
+ "neq",
+ "gte",
+ "gt",
+ "lte",
+ "lt",
+ "contains",
+ "not_contains",
+ "exists"
+ ],
+ "type": "string"
+ },
+ "required": {
+ "default": true,
+ "type": "boolean"
+ },
+ "unit": {
+ "maxLength": 20,
+ "minLength": 1,
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "maxLength": 240,
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+ ]
+ }
+ },
+ "required": [
+ "attribute"
+ ],
+ "type": "object"
+ },
+ "maxItems": 40,
+ "type": "array"
+}