123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- {
- "$schema": "http://json-schema.org/draft-04/schema#",
- "type": ["null","object"],
- "properties": {
- "company_id": {
- "type": ["string"]
- },
- "new_cid": {
- "type": ["null","string"]
- },
- "base": {
- "type": ["null","string"]
- },
- "name": {
- "type": ["null","string"]
- },
- "name_en": {
- "type": ["null","string"]
- },
- "name_alias": {
- "type": ["null","string"]
- },
- "history_names": {
- "type": ["null","array"],
- "items": [
- {
- "type": ["string"]
- }
- ]
- },
- "legal_entity_id": {
- "type": ["null","string"]
- },
- "legal_entity_name": {
- "type": ["null","string"]
- },
- "legal_entity_type": {
- "type": ["null","integer"]
- },
- "reg_number": {
- "type": ["null","string"]
- },
- "company_org_type": {
- "type": ["null","string"]
- },
- "reg_location": {
- "type": ["null","string"]
- },
- "estiblish_time": {
- "type": ["null","string"]
- },
- "from_time": {
- "type": ["null","string"]
- },
- "to_time": {
- "type": ["null","string"]
- },
- "business_scope": {
- "type": ["null","string"]
- },
- "reg_institute": {
- "type": ["null","string"]
- },
- "approved_time": {
- "type": ["null","string"]
- },
- "reg_status": {
- "type": ["null","string"]
- },
- "reg_capital": {
- "type": ["null","string"]
- },
- "org_approved_institute": {
- "type": ["null","string"]
- },
- "parent_company_id": {
- "type": ["null","string"]
- },
- "company_type": {
- "type": ["null","integer"]
- },
- "credit_code": {
- "type": ["null","string"]
- },
- "org_number": {
- "type": ["null","string"]
- },
- "score": {
- "type": ["null","number"]
- },
- "cate_first_code": {
- "type": ["null","string"]
- },
- "cate_second_code": {
- "type": ["null","string"]
- },
- "cate_third_code": {
- "type": ["null","string"]
- },
- "lat": {
- "type": ["null","string"]
- },
- "lng": {
- "type": ["null","string"]
- },
- "province_code": {
- "type": ["null","string"]
- },
- "city_code": {
- "type": ["null","string"]
- },
- "county_code": {
- "type": ["null","string"]
- },
- "reg_capital_amount": {
- "type": ["null","integer"]
- },
- "reg_capital_currency": {
- "type": ["null","string"]
- },
- "actual_capital_amount": {
- "type": ["null","integer"]
- },
- "actual_capital_currency": {
- "type": ["null","string"]
- },
- "reg_status_std": {
- "type": ["null","string"]
- },
- "social_security_staff_num": {
- "type": ["null","integer"]
- },
- "cancel_date": {
- "type": ["null","string"]
- },
- "cancel_reason": {
- "type": ["null","string"]
- },
- "revoke_date": {
- "type": ["null","string"]
- },
- "revoke_reason": {
- "type": ["null","string"]
- },
- "emails": {
- "type": ["null","string"]
- },
- "phones": {
- "type": ["null","string"]
- },
- "wechat_public_num": {
- "type": ["null","string"]
- },
- "logo": {
- "type": ["null","string"]
- },
- "crawled_time": {
- "type": ["null","string"]
- },
- "create_time": {
- "type": ["null","string"]
- },
- "update_time": {
- "type": ["null","string"]
- },
- "deleted": {
- "type": ["null","integer"]
- }
- },
- "required": [
- "company_id"
- ]
- }
|