json/v1.0/client.json in sk_api_schema-0.3.0 vs json/v1.0/client.json in sk_api_schema-0.3.1
- old
+ new
@@ -55,11 +55,11 @@
},
"vat_number": {
"description": "VAT number, for a company or person paying value added taxes.",
"type":"string",
"maxLength": 30
- },
+ },
"email": {
"description": "Email address of the contact.",
"type":"string",
"maxLength": 100
},
@@ -73,11 +73,11 @@
"type":"string"
},
"tag_list": {
"description": "Space separated list of tags.",
"type":"string"
- },
+ },
"created_at": {
"description": "Date the record was created in SK. Never changes afterwards.",
"format":"date-time",
"readonly":true,
"type":"string"
@@ -203,35 +203,39 @@
"type":"string"
},
"filter[created_at_from]":{
"title" : "From date",
"description": "Objects with a creation date after the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z",
- "type" : "date-time"
+ "format" : "date-time",
+ "type" : "string"
},
"filter[created_at_to]":{
"title" : "To date",
"description": "Objects with a creation date before the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z",
- "type" : "date-time"
+ "format" : "date-time",
+ "type" : "string"
},
"filter[birthday_from]":{
"title" : "From birthday date",
"description": "Contacts with a birthday after and on the date. Leave the birthday-to date blank to only search on this day.",
- "type" : "date"
+ "format" : "date",
+ "type" : "string"
},
"filter[birthday_to]":{
"title" : "To birthday date",
"description": "Contacts with a birthday date before and on the date.",
- "type" : "date"
+ "format" : "date",
+ "type" : "string"
},
"filter[creator_ids]":{
"title" : "Creator",
"description": "Objects created by the given users uuids, comma separated",
"type" : "string"
},
"filter[number]":{
"title" : "By number",
"description": "Search by number where the number is matched from the start: %number",
- "type" : "date"
+ "type" : "string"
},
"filter[languages]":{
"title" : "Languages",
"description": "A single or a list of language codes, comma separated",
"type" : "string"
\ No newline at end of file