changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "by_role_family": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "count"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "by_seniority": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "seniority": {
+ "enum": [
+ "Junior / Entry",
+ "Mid-level",
+ "Senior",
+ "Lead / Staff",
+ "Principal",
+ "Director+"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "seniority",
+ "count"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "companies_hiring": {
+ "type": "number"
+ },
+ "countries": {
+ "type": "number"
+ },
+ "generated_at": {
+ "type": "string"
+ },
+ "open_roles": {
+ "type": "number"
+ },
+ "posted_last_7_days": {
+ "type": "number"
+ },
+ "remote_share_of_stated_workplace": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "roles_with_posted_salary": {
+ "type": "number"
+ },
+ "top_cities": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "count"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "top_companies": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "count"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "top_countries": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "count"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "generated_at",
+ "open_roles",
+ "posted_last_7_days",
+ "remote_share_of_stated_workplace",
+ "roles_with_posted_salary",
+ "companies_hiring",
+ "countries",
+ "by_seniority",
+ "by_role_family",
+ "top_countries",
+ "top_cities",
+ "top_companies",
+ "attribution"
+ ],
+ "type": "object"
+}