{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/json-schema/eve-online-corporation-schema.json", "title": "get_corporations_corporation_id_ok", "description": "200 ok object", "type": "object", "required": [ "name", "ticker", "member_count", "ceo_id", "tax_rate", "creator_id" ], "properties": { "alliance_id": { "type": "integer", "format": "int32", "description": "ID of the alliance that corporation is a member of, if any", "title": "get_corporations_corporation_id_alliance_id" }, "ceo_id": { "type": "integer", "format": "int32", "description": "ceo_id integer", "title": "get_corporations_corporation_id_ceo_id" }, "creator_id": { "type": "integer", "format": "int32", "description": "creator_id integer", "title": "get_corporations_corporation_id_creator_id" }, "date_founded": { "type": "string", "format": "date-time", "description": "date_founded string", "title": "get_corporations_corporation_id_date_founded" }, "description": { "type": "string", "description": "description string", "title": "get_corporations_corporation_id_description" }, "faction_id": { "type": "integer", "format": "int32", "description": "faction_id integer", "title": "get_corporations_corporation_id_faction_id" }, "home_station_id": { "type": "integer", "format": "int32", "description": "home_station_id integer", "title": "get_corporations_corporation_id_home_station_id" }, "member_count": { "type": "integer", "format": "int32", "description": "member_count integer", "title": "get_corporations_corporation_id_member_count" }, "name": { "type": "string", "description": "the full name of the corporation", "title": "get_corporations_corporation_id_name" }, "shares": { "type": "integer", "format": "int64", "description": "shares integer", "title": "get_corporations_corporation_id_shares" }, "tax_rate": { "type": "number", "format": "float", "minimum": 0, "maximum": 1, "description": "tax_rate number", "title": "get_corporations_corporation_id_tax_rate" }, "ticker": { "type": "string", "description": "the short name of the corporation", "title": "get_corporations_corporation_id_ticker" }, "url": { "type": "string", "description": "url string", "title": "get_corporations_corporation_id_url" }, "war_eligible": { "type": "boolean", "description": "war_eligible boolean", "title": "get_corporations_corporation_id_war_eligible" } } }