input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"source": {"type": "string"}, "general": {"type": "array", "items": {"type": "string"}}, "reception": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "thumbnail": {"type": "string"}, "lat": {"type": "string"}, "lon": {"type": "string"}, "address": {"type": "string"}}, "required": ["type", "thumbnail", "lat", "lon", "address"]}}}, "required": ["source", "general", "reception"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "https://www.google.com/maps/search/gurudwara/@47.0010187,28.5627475,8.72z/data=!4m2!2m1!6e2", "general" : ["Places in Moldova with available food and shelter", "Gurudwaras are known to provide food and shelter."], "reception" : [{"type" : "Food & Shelter - Gurudwara", "thumbnail" : "https://maps.gstatic.com/tactile/pane/default_geocode-1x.png", "lat" : "47.12369282277384", "lon" : "28.869369343221255", "address" : "Strada Izvoarelor 11, Vaslui, Rom\u00e2nia, Moldova"}, {"type" : "Food & Shelter - Gurudwara", "thumbnail" : "https://maps.gstatic.com/tactile/pane/default_geocode-1x.png", "lat" : "47.12369282277384", "lon" : "28.869369343221255", "address" : "Strada Izvoarelor 11, Vaslui, Rom\u00e2nia, Moldova"}, {"type" : "Food & Shelter - Gurudwara", "thumbnail" : "https://maps.gstatic.com/tactile/pane/default_geocode-1x.png", "lat" : "47.042367021215654", "lon" : "28.892368730885536", "address" : "Strada Petru Zadnipru 14/4, Chi\u0219in\u0103u, Moldova"}, {"type" : "Food & Shelter - Gurudwara", "thumbnail" : "https://maps.gstatic.com/tactile/pane/default_geocode-1x.png", "lat" : "47.031619897933815", "lon" : "28.791610716684698", "address" : "Ion Pelivan St 13A, Chi\u0219in\u0103u 2064, Moldova"}]} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "general": {"type": "array", "items": {"type": "string"}}, "reception": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "thumbnail": {"type": "string"}, "lat": {"type": "string"}, "lon": {"type": "string"}, "address": {"type": "string"}}, "required": ["type", "thumbnail", "lat", "lon", "address"]}}}, "required": ["source", "general", "reception"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [0.508244, 0.40483, 0.962174, 0.522964, 0.444947, 0.875295, 0.480603, 0.444784, 0.847051, 0.410614, 0.500361, 0.758329, 0.410433, 0.452883, 0.549232, 0.608016, 0.437053, 0.892769, 0.621379, 0.524298, 0.922884, 0.509222, 0.571672, 0.871762, 0.523085, 0.595377, 0.899472, 0.494485, 0.595346, 0.921182, 0.494112, 0.722191, 0.895213, 0.48063, 0.801971, 0.882601, 0.593914, 0.595423, 0.90937, 0.593275, 0.714783, 0.863922, 0.551307, 0.802293, 0.803788, 0.49467, 0.396899, 0.892989, 0.509343, 0.396884, 0.919852, 0.494326, 0.404688, 0.246855, 0.565628, 0.397198, 0.797581, 0.551523, 0.841508, 0.647185, 0.593695, 0.841513, 0.69339, 0.537272, 0.810095, 0.700939, 0.480663, 0.825708, 0.678281, 0.452252, 0.817815, 0.663497, 0.48093, 0.810078, 0.719464], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "string"}, "icao": {"type": "null"}, "iata": {"type": "null"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "11380", "name" : {"en" : "Reichenau / Rax"}, "country" : "AT", "region" : null, "identifiers" : {"national" : null, "wmo" : "11380", "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : "11380", "icao" : null, "iata" : null}, "location" : {"latitude" : 47.7, "longitude" : 15.85, "elevation" : 486}, "timezone" : "Europe/Vienna", "history" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "string"}, "icao": {"type": "null"}, "iata": {"type": "null"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["type", "title", "summary", "parent", "url", "updated", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "wiki", "title" : "\uc815\ub82c \uc548\uc815\uc131 (Stability)", "summary" : "\uc815\ub82c \ud6c4\uc5d0\ub3c4 \uac19\uc740 \ud0a4\ub4e4\uc758 \uc0c1\ub300\uc801\uc778 \uc21c\uc11c\uac00 \uc815\ub82c \uc774\uc804\uacfc \uac19\uac8c \uc720\uc9c0\ub418\ub294 \uc815\ub82c \ubc29\ubc95", "parent" : "algorithm", "url" : "/wiki/sort-stability", "updated" : "2020-10-04 23:37:50 +0900", "children" : []} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["type", "title", "summary", "parent", "url", "updated", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"extends": {"type": "string"}, "globals": {"type": "object", "properties": {"Promise": {"type": "boolean"}, "System": {"type": "boolean"}, "Slideout": {"type": "boolean"}}, "required": ["Promise", "System", "Slideout"]}, "parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}, "sourceType": {"type": "string"}}, "required": ["ecmaVersion", "sourceType"]}, "rules": {"type": "object", "properties": {"valid-jsdoc": {"type": "integer"}}, "required": ["valid-jsdoc"]}}, "required": ["extends", "globals", "parserOptions", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "openlayers", "globals" : {"Promise" : false, "System" : false, "Slideout" : false}, "parserOptions" : {"ecmaVersion" : 6, "sourceType" : "module"}, "rules" : {"valid-jsdoc" : 0}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "globals": {"type": "object", "properties": {"Promise": {"type": "boolean"}, "System": {"type": "boolean"}, "Slideout": {"type": "boolean"}}, "required": ["Promise", "System", "Slideout"]}, "parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}, "sourceType": {"type": "string"}}, "required": ["ecmaVersion", "sourceType"]}, "rules": {"type": "object", "properties": {"valid-jsdoc": {"type": "integer"}}, "required": ["valid-jsdoc"]}}, "required": ["extends", "globals", "parserOptions", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "x_capec_version": {"type": "string"}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "object_marking_refs", "x_capec_version"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "bundle", "id" : "bundle--3e62f2e9-18a4-4055-9e7d-8224f1b5869d", "spec_version" : "2.0", "objects" : [{"type" : "course-of-action", "id" : "course-of-action--f46f8204-a5a5-4d0b-927d-1204f8d80a35", "created_by_ref" : "identity--e50ab59c-5c4f-4d40-bf6a-d58418d89bcd", "created" : "2014-06-23T00:00:00.000Z", "modified" : "2020-12-17T00:00:00.000Z", "name" : "coa-462-0", "description" : "Design: The victim's site could protect all potentially sensitive functionality (e.g. search functions) with cross site request forgery (CSRF) protection and not perform any work on behalf of forged requests", "object_marking_refs" : ["marking-definition--17d82bb2-eeeb-4898-bda5-3ddbcd2b799d"], "x_capec_version" : "3.4"}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "x_capec_version": {"type": "string"}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "object_marking_refs", "x_capec_version"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "npmClient": {"type": "string"}, "version": {"type": "string"}, "useWorkspaces": {"type": "boolean"}}, "required": ["packages", "npmClient", "version", "useWorkspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"packages" : ["react/javascript/*", "react/typescript/*", "vanilla/*"], "npmClient" : "yarn", "version" : "independent", "useWorkspaces" : true} | json_instruct | {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "npmClient": {"type": "string"}, "version": {"type": "string"}, "useWorkspaces": {"type": "boolean"}}, "required": ["packages", "npmClient", "version", "useWorkspaces"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"load_kind": {"type": "string"}, "regions_configs": {"type": "array", "items": {"type": "object", "properties": {"region_name": {"type": "string"}, "pattern": {"type": "object", "properties": {"type": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"month": {"type": "string"}, "day_of_week": {"type": "string"}, "values": {"type": "array", "items": {"type": "integer"}}}, "required": ["month", "day_of_week", "values"]}}}, "required": ["type", "params"]}, "load_configs": {"type": "array", "items": {"type": "object", "properties": {"request_type": {"type": "string"}, "load_config": {"type": "object", "properties": {"ratio": {"type": "number"}, "sliced_distribution": {"type": "object", "properties": {"type": {"type": "string"}, "params": {"type": "object", "properties": {"sigma": {"type": "integer"}}, "required": ["sigma"]}}, "required": ["type", "params"]}}, "required": ["ratio", "sliced_distribution"]}}, "required": ["request_type", "load_config"]}}}, "required": ["region_name", "pattern", "load_configs"]}}}, "required": ["load_kind", "regions_configs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"load_kind" : "seasonal", "regions_configs" : [{"region_name" : "eu", "pattern" : {"type" : "values", "params" : [{"month" : "all", "day_of_week" : "all", "values" : [50947, 50958, 50985, 50959, 50965, 50977, 50017, 50061, 50033, 50051, 50079, 50112, 50174, 50247, 50227, 50218, 501014, 50178, 50146, 50101, 50134, 50111, 50044, 50025]}]}, "load_configs" : [{"request_type" : "req-75c4a762-4da4-11eb-bb92-d8cb8af1e959", "load_config" : {"ratio" : 1.0, "sliced_distribution" : {"type" : "normal", "params" : {"sigma" : 10}}}}]}]} | json_instruct | {"type": "object", "properties": {"load_kind": {"type": "string"}, "regions_configs": {"type": "array", "items": {"type": "object", "properties": {"region_name": {"type": "string"}, "pattern": {"type": "object", "properties": {"type": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"month": {"type": "string"}, "day_of_week": {"type": "string"}, "values": {"type": "array", "items": {"type": "integer"}}}, "required": ["month", "day_of_week", "values"]}}}, "required": ["type", "params"]}, "load_configs": {"type": "array", "items": {"type": "object", "properties": {"request_type": {"type": "string"}, "load_config": {"type": "object", "properties": {"ratio": {"type": "number"}, "sliced_distribution": {"type": "object", "properties": {"type": {"type": "string"}, "params": {"type": "object", "properties": {"sigma": {"type": "integer"}}, "required": ["sigma"]}}, "required": ["type", "params"]}}, "required": ["ratio", "sliced_distribution"]}}, "required": ["request_type", "load_config"]}}}, "required": ["region_name", "pattern", "load_configs"]}}}, "required": ["load_kind", "regions_configs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"any": {"type": "integer"}, "echo-reply": {"type": "integer"}, "unreachable": {"type": "integer"}, "source-quench": {"type": "integer"}, "redirect": {"type": "integer"}, "alternate-address": {"type": "integer"}, "echo": {"type": "integer"}, "router-advertisement": {"type": "integer"}, "router-solicitation": {"type": "integer"}, "time-exceeded": {"type": "integer"}, "parameter-problem": {"type": "integer"}, "timestamp-request": {"type": "integer"}, "timestamp-reply": {"type": "integer"}, "information-request": {"type": "integer"}, "information-reply": {"type": "integer"}, "mask-request": {"type": "integer"}, "mask-reply": {"type": "integer"}, "traceroute": {"type": "integer"}, "conversion-error": {"type": "integer"}, "mobile-redirect": {"type": "integer"}}, "required": ["any", "echo-reply", "unreachable", "source-quench", "redirect", "alternate-address", "echo", "router-advertisement", "router-solicitation", "time-exceeded", "parameter-problem", "timestamp-request", "timestamp-reply", "information-request", "information-reply", "mask-request", "mask-reply", "traceroute", "conversion-error", "mobile-redirect"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"any" : -1, "echo-reply" : 0, "unreachable" : 3, "source-quench" : 4, "redirect" : 5, "alternate-address" : 6, "echo" : 8, "router-advertisement" : 9, "router-solicitation" : 10, "time-exceeded" : 11, "parameter-problem" : 12, "timestamp-request" : 13, "timestamp-reply" : 14, "information-request" : 15, "information-reply" : 16, "mask-request" : 17, "mask-reply" : 18, "traceroute" : 30, "conversion-error" : 31, "mobile-redirect" : 32} | json_instruct | {"type": "object", "properties": {"any": {"type": "integer"}, "echo-reply": {"type": "integer"}, "unreachable": {"type": "integer"}, "source-quench": {"type": "integer"}, "redirect": {"type": "integer"}, "alternate-address": {"type": "integer"}, "echo": {"type": "integer"}, "router-advertisement": {"type": "integer"}, "router-solicitation": {"type": "integer"}, "time-exceeded": {"type": "integer"}, "parameter-problem": {"type": "integer"}, "timestamp-request": {"type": "integer"}, "timestamp-reply": {"type": "integer"}, "information-request": {"type": "integer"}, "information-reply": {"type": "integer"}, "mask-request": {"type": "integer"}, "mask-reply": {"type": "integer"}, "traceroute": {"type": "integer"}, "conversion-error": {"type": "integer"}, "mobile-redirect": {"type": "integer"}}, "required": ["any", "echo-reply", "unreachable", "source-quench", "redirect", "alternate-address", "echo", "router-advertisement", "router-solicitation", "time-exceeded", "parameter-problem", "timestamp-request", "timestamp-reply", "information-request", "information-reply", "mask-request", "mask-reply", "traceroute", "conversion-error", "mobile-redirect"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2020-12-31T18:00:00Z", "Temp" : 14.1, "RelHum" : 84, "WindSpeed" : 0.8, "WindDir" : 136} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 85801153, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "275d396b7850f44f5870b4482466f306", "wof:id" : 85801153, "wof:repo" : "whosonfirst-data-admin-be"}, "bbox" : [4.32775, 50.81678, 4.32775, 50.81678], "geometry" : {"coordinates" : [4.32775, 50.81678], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 21, "n_trials" : 130, "objective" : "landscapes_combo3_on_cube", "white" : "dlib", "black" : "platypus_moead", "traceback" : ["passing", "passing"], "best_val" : [7.6555395002880875, 7.0621900100967325], "best_x" : [[0.9636436433885998, 0.796513216262302, 0.226345984289421, 0.534131173444228, 0.03784392673264531, 0.20892413614148803, 0.6227808679260611, 0.6678087895583792, 0.7915259264814015, 0.027457936462446497, 0.8139624709242711, 0.10994012302737347, 0.0946901750531608, 0.6552071992510738, 0.9126906572225236, 0.09707447123665924, 0.06734331358831946, 0.5857352158889572, 0.7004021409822165, 0.2179234577451656, 0.7919038275004223], [0.30141197077263115, 0.6568699638824258, 0.49634545716962963, 0.6909254033848559, 0.10388821598669995, 0.7985775539611046, 0.5141690721624562, 0.17473766444180994, 0.617230652247594, 0.15019121284860404, 0.9430766861924443, 0.23719343093063905, 4.801067809090398e-05, 0.3674287455952838, 0.9877659267380797, 0.18860244210936383, 0.03360794128209621, 0.4583750794007394, 0.814867929416661, 0.4516777161853527, 0.598080898835181]], "feval_count" : [130, 131], "n_trials_instructed" : [130, 130], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "platypus_moead_cube", "loser" : "dlib_cube"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Federal University of Technology, Owerri", "alt_name" : "(FUTO)", "country" : "Nigeria", "state" : null, "address" : {"street" : "PMB 1526", "city" : "Owerri", "province" : "Imo State", "postal_code" : null}, "contact" : {"telephone" : "+234(83) 426-0769", "website" : "http://www.futo.edu.ng/", "email" : "info@futo.edu.ng", "fax" : "+234(83) 230-969"}, "funding" : "Public", "languages" : null, "academic_year" : "October to July (October-February; March-July)", "accrediting_agency" : "National University Commission(NUC); Council for the Regulation of Engineering in Nigeria (COREN)"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_@context": {"type": "string"}, "@type": {"type": "string"}, "name": {"type": "string"}}, "required": ["_@context", "@type", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_@context" : "https://www.w3.org/ns/activitystreams", "@type" : "Person", "name" : "Sally"} | json_instruct | {"type": "object", "properties": {"_@context": {"type": "string"}, "@type": {"type": "string"}, "name": {"type": "string"}}, "required": ["_@context", "@type", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ended": {"type": "object", "properties": {"context": {"type": "string"}, "translation": {"type": "string"}}, "required": ["context", "translation"]}, "endsAt": {"type": "object", "properties": {"context": {"type": "string"}, "translation": {"type": "string"}}, "required": ["context", "translation"]}, "startsAt": {"type": "object", "properties": {"context": {"type": "string"}, "translation": {"type": "string"}}, "required": ["context", "translation"]}}, "required": ["ended", "endsAt", "startsAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ended" : {"context" : "End date and time that is in the past", "translation" : "Wedi dod i ben ar {date} am {time}"}, "endsAt" : {"context" : "End date and time that is in the future.", "translation" : "Yn dod i ben ar {date} am {time}"}, "startsAt" : {"context" : "Start date and time that is in the future", "translation" : "Yn dechrau ar {date} am {time}"}} | json_instruct | {"type": "object", "properties": {"ended": {"type": "object", "properties": {"context": {"type": "string"}, "translation": {"type": "string"}}, "required": ["context", "translation"]}, "endsAt": {"type": "object", "properties": {"context": {"type": "string"}, "translation": {"type": "string"}}, "required": ["context", "translation"]}, "startsAt": {"type": "object", "properties": {"context": {"type": "string"}, "translation": {"type": "string"}}, "required": ["context", "translation"]}}, "required": ["ended", "endsAt", "startsAt"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : [["2", "3 9", "001000001", "111111010", "100100100", "7 9", "010101110", "110110111", "010011111", "100100000", "000010100", "011011000", "000100101"]], "outputs" : [["9", "10"]]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"database": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "DBname": {"type": "string"}, "password": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "username", "DBname", "password", "port"]}}, "required": ["database"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"database" : {"host" : "127.0.0.1", "username" : "test", "DBname" : "daim", "password" : "qwerty123", "port" : 3306}} | json_instruct | {"type": "object", "properties": {"database": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "DBname": {"type": "string"}, "password": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "username", "DBname", "password", "port"]}}, "required": ["database"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.2.0", "0.2.1", "0.2.2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.2.2"], "meta" : {"description" : "A transparent bidirectional bridge between Git and Dropbox", "homepage" : "https://github.com/anishathalye/git-remote-dropbox", "license" : "MIT"}, "versions" : {"0.1.0" : {"sha256" : "98b745ac00c04fc9aeb083df3aad601c173219fcf65c895c24a53ed50b7e1415", "url" : "https://files.pythonhosted.org/packages/e9/c8/9a46159766ee7d038236e87f5207de9e3f69eb0ce09c7e6a6315c35a6cca/git-remote-dropbox-0.1.0.tar.gz"}, "0.2.0" : {"sha256" : "90946d76106cb71b19b426c3f12061d4c0b474a0c51fc8ece51c443fb3f3ef6a", "url" : "https://files.pythonhosted.org/packages/dd/97/1aaa712b2c20c69698e90ae6dd57c0be28b09123d9197bcba5befccf3c3a/git-remote-dropbox-0.2.0.tar.gz"}, "0.2.1" : {"sha256" : "2eeff8fda31da191af1480c01789d78f4e2d4dc8d8528ee09734eb35b1da1359", "url" : "https://files.pythonhosted.org/packages/54/f7/62273bffad8b467792216ca6b7c54ab905010e408099ba9f37e3016ae4c1/git-remote-dropbox-0.2.1.tar.gz"}, "0.2.2" : {"sha256" : "43ed130416241f48bdf4ec52bab561810d7159a8a43528431979e5ca2fc459bb", "url" : "https://files.pythonhosted.org/packages/cd/69/e9380ef77309dd04e3653065e13930e2d3e80c423cb6c8c0512976bd1739/git-remote-dropbox-0.2.2.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.2.0", "0.2.1", "0.2.2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"DTDproc_z0p00025_bw500_1.32<mwd_3e-11<mdot<3e-10": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTDproc_z0p00025_bw500_1.32<mwd_3e-11<mdot<3e-10", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DTDproc_z0p00025_bw500_1.32<mwd_3e-11<mdot<3e-10" : [1.5089629590981487e-08, 3.666768798490812e-08, 4.458930369180532e-08, 4.834868519109368e-08, 4.513701392756594e-08, 3.854760283113813e-08, 2.82315370977404e-08, 1.979554273236563e-08, 1.0903721343106865e-08, 8.187615790762378e-09, 7.718322516827655e-09, 8.567749994357881e-09, 8.923741728570858e-09, 7.94690620946184e-09, 7.966951063226287e-09, 5.998017208526099e-09, 7.271054568140729e-09, 3.809535501917618e-09, 2.7914973461636427e-09, 2.2044925617637343e-09, 3.0653274086292637e-09, 1.267997675588447e-09, 1.9875190599201495e-09, 1.8822226026353823e-09, 1.5805836657066873e-09, 2.7800872276636895e-09, 2.4918579462577525e-09, 2.506625129805126e-09, 1.2997441110632937e-09, 9.63974142581949e-10], "arrbool" : true} | json_instruct | {"type": "object", "properties": {"DTDproc_z0p00025_bw500_1.32<mwd_3e-11<mdot<3e-10": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTDproc_z0p00025_bw500_1.32<mwd_3e-11<mdot<3e-10", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Legal aid work ... v.124", "author" : "American Academy of Political and Social Science.", "id" : "001630888"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-120.393406, 36.459085], [-120.392754, 36.48029], [-120.389091, 36.486791], [-120.388927, 36.574263], [-120.387168, 36.720076], [-120.361048, 36.730982], [-120.329359, 36.73426], [-120.20508, 36.73456], [-120.205363, 36.723868], [-120.206697, 36.71919], [-120.227525, 36.683652], [-120.205656, 36.66932], [-120.173221, 36.646249], [-120.101569, 36.574016], [-120.098677, 36.570768], [-120.095456, 36.565045], [-120.094682, 36.56545], [-120.092741, 36.562561], [-120.079638, 36.553022], [-120.069454, 36.53885], [-120.065904, 36.535886], [-120.06166, 36.528258], [-120.061548, 36.521678], [-120.059051, 36.519996], [-120.055989, 36.515752], [-120.051256, 36.511733], [-120.050912, 36.509286], [-120.049512, 36.507664], [-120.042027, 36.504355], [-120.03857, 36.499928], [-120.036481, 36.498725], [-120.030276, 36.49645], [-120.029319, 36.496503], [-120.028768, 36.497662], [-120.027342, 36.497436], [-120.026529, 36.49553], [-120.023396, 36.494266], [-120.017423, 36.487557], [-120.01032, 36.486421], [-120.006826, 36.487088], [-120.004855, 36.485329], [-120.01066, 36.480925], [-120.011643, 36.477276], [-120.017523, 36.467534], [-120.027486, 36.459125], [-120.031294, 36.459019], [-120.031295, 36.429877], [-120.338012, 36.428614], [-120.338667, 36.43921], [-120.340401, 36.441531], [-120.343226, 36.442891], [-120.393214, 36.443092], [-120.393406, 36.459085]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 4014}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc774\ub984" : "\ucd5c\uc7ac\uad6c", "\ud55c\ubb38\uba85" : "\u5d14\u8f09\u4e5d", "\uc0dd\ub144\uc6d4\uc77c" : "1929-07-13", "\uc815\ub2f9" : "\ubbfc\uc8fc\uacf5\ud654\ub2f9", "\uc120\uac70\uad6c" : "\uacbd\ub0a8 \ucda9\ubb34.\ud1b5\uc601.\uace0\uc131.\uac70\uc81c", "\ub2f9\uc120\ud69f\uc218" : "4\uc120", "\ub2f9\uc120\ub300\uc218" : "8, 9, 10, 12"} | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"entryPoints": {"type": "array", "items": {"type": "string"}}, "categoryOrder": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "includeVersion": {"type": "boolean"}}, "required": ["entryPoints", "categoryOrder", "out", "includeVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entryPoints" : ["src/types/index.ts"], "categoryOrder" : ["Required", "Common", "Styles", "Accessibility", "*"], "out" : "docs", "includeVersion" : true} | json_instruct | {"type": "object", "properties": {"entryPoints": {"type": "array", "items": {"type": "string"}}, "categoryOrder": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "includeVersion": {"type": "boolean"}}, "required": ["entryPoints", "categoryOrder", "out", "includeVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"source": {"type": "string"}, "issues": {"type": "string"}}, "required": ["source", "issues"]}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "require-dev": {"type": "object", "properties": {"coldtrick/sniffs": {"type": "string"}, "coldtrick/releases": {"type": "string"}}, "required": ["coldtrick/sniffs", "coldtrick/releases"]}}, "required": ["name", "description", "type", "keywords", "license", "support", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "coldtrick/questions", "description" : "Q&A functionality analagous to Quora, Stack Overflow, or Facebook Questions", "type" : "elgg-plugin", "keywords" : ["elgg", "plugin"], "license" : "GPL-2.0", "support" : {"source" : "https://github.com/ColdTrick/questions", "issues" : "https://github.com/ColdTrick/questions/issues"}, "require" : {"composer/installers" : "^1.0.8"}, "require-dev" : {"coldtrick/sniffs" : "dev-master", "coldtrick/releases" : "dev-master"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"source": {"type": "string"}, "issues": {"type": "string"}}, "required": ["source", "issues"]}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "require-dev": {"type": "object", "properties": {"coldtrick/sniffs": {"type": "string"}, "coldtrick/releases": {"type": "string"}}, "required": ["coldtrick/sniffs", "coldtrick/releases"]}}, "required": ["name", "description", "type", "keywords", "license", "support", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"AT0000857412.VI": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "currency": {"type": "string"}, "summary": {"type": "string"}, "manager_name": {"type": "string"}, "manager_bio": {"type": "string"}, "category": {"type": "string"}, "family": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "total_assets": {"type": "integer"}}, "required": ["short_name", "long_name", "currency", "summary", "manager_name", "manager_bio", "category", "family", "exchange", "market", "total_assets"]}, "AT0000858147.VI": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "currency": {"type": "string"}, "summary": {"type": "string"}, "manager_name": {"type": "string"}, "manager_bio": {"type": "string"}, "category": {"type": "string"}, "family": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "total_assets": {"type": "integer"}}, "required": ["short_name", "long_name", "currency", "summary", "manager_name", "manager_bio", "category", "family", "exchange", "market", "total_assets"]}}, "required": ["AT0000857412.VI", "AT0000858147.VI"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AT0000857412.VI" : {"short_name" : "Amundi Austria Stock", "long_name" : "Amundi Austria Stock A", "currency" : "EUR", "summary" : "Equity fund, invested in Austrian companies.", "manager_name" : "Andreas Wosol", "manager_bio" : "", "category" : "Austria Equity", "family" : "Amundi Austria GmbH", "exchange" : "VIE", "market" : "at_market", "total_assets" : 181496000}, "AT0000858147.VI" : {"short_name" : "ERSTE STOCK VIENNA (A) (EUR)", "long_name" : "ESPA Stock Vienna A", "currency" : "EUR", "summary" : "The ESPA STOCK VIENNA fund is an equity fund geared towards achieving long-term capital appreciation. The strategic focus of the fund is on the shares of companies from Austria. The management of the fund pursues an active investment approach that is geared towards the weightings of the benchmark (ATX Prime Index).", "manager_name" : "Bernhard Ruttenstorfer", "manager_bio" : "", "category" : "Austria Equity", "family" : "Erste Asset Management GmbH", "exchange" : "VIE", "market" : "at_market", "total_assets" : 60399200}} | json_instruct | {"type": "object", "properties": {"AT0000857412.VI": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "currency": {"type": "string"}, "summary": {"type": "string"}, "manager_name": {"type": "string"}, "manager_bio": {"type": "string"}, "category": {"type": "string"}, "family": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "total_assets": {"type": "integer"}}, "required": ["short_name", "long_name", "currency", "summary", "manager_name", "manager_bio", "category", "family", "exchange", "market", "total_assets"]}, "AT0000858147.VI": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "currency": {"type": "string"}, "summary": {"type": "string"}, "manager_name": {"type": "string"}, "manager_bio": {"type": "string"}, "category": {"type": "string"}, "family": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "total_assets": {"type": "integer"}}, "required": ["short_name", "long_name", "currency", "summary", "manager_name", "manager_bio", "category", "family", "exchange", "market", "total_assets"]}}, "required": ["AT0000857412.VI", "AT0000858147.VI"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Ultimate5 Plus", "description" : "A handlebar bag for a bike.", "url" : "http://www.ortlieb.com/_prod.php?lang=en&produkt=ultimate5plus"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Place ingredients in bread machine pan in the order suggested by the manufacturer. Select White Bread setting. Start.", "To bake bread in oven: select dough or manual cycle. Once cycle is complete, shape dough and place in a greased loaf pan. Allow to rise in a warm spot until doubled in size. Bake in a preheated 350 degrees F (175 degrees C) oven for 35 to 45 minutes."], "ingredients" : ["1 1/8 cups buttermilk", "3 cups bread flour", "1 1/2 teaspoons salt", "1 1/2 teaspoons white sugar", "3/4 cup shredded sharp Cheddar cheese", "1 1/2 teaspoons active dry yeast"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Tangy Buttermilk Cheese Bread", "url" : "http://allrecipes.com/recipe/7232/tangy-buttermilk-cheese-bread/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"date_updated": {"type": "null"}, "date_created": {"type": "string"}, "sid": {"type": "string"}, "friendly_name": {"type": "string"}, "account_sid": {"type": "string"}}, "required": ["date_updated", "date_created", "sid", "friendly_name", "account_sid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"date_updated" : null, "date_created" : "Sat, 27 Jun 2020 23:00:00 +0000", "sid" : "CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "friendly_name" : "Test", "account_sid" : "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"} | json_instruct | {"type": "object", "properties": {"date_updated": {"type": "null"}, "date_created": {"type": "string"}, "sid": {"type": "string"}, "friendly_name": {"type": "string"}, "account_sid": {"type": "string"}}, "required": ["date_updated", "date_created", "sid", "friendly_name", "account_sid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "karma": {"type": "string"}, "karma-browserify": {"type": "string"}, "karma-painless": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}, "painless": {"type": "string"}, "phantomjs-prebuilt": {"type": "string"}, "uglify-js": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["browserify", "karma", "karma-browserify", "karma-painless", "karma-chrome-launcher", "painless", "phantomjs-prebuilt", "uglify-js", "watchify"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "setasap", "version" : "2.0.1", "description" : "setImmediate polyfill for the browser and node", "main" : "setAsap.js", "scripts" : {"test" : "painless test.js && karma start", "build" : "uglifyjs --compress --mangle -o setAsap.min.js -- setAsap.js"}, "repository" : {"type" : "git", "url" : "https://taylorhakes@github.com/taylorhakes/setAsap.git"}, "keywords" : ["setImmediate", "task", "setAsap", "setTimeout", "process.nextTick"], "author" : "Taylor Hakes", "license" : "MIT", "bugs" : {"url" : "https://github.com/taylorhakes/setAsap/issues"}, "homepage" : "https://github.com/taylorhakes/setAsap", "devDependencies" : {"browserify" : "^13.0.0", "karma" : "^3.1.1", "karma-browserify" : "^5.3.0", "karma-painless" : "1.3.0", "karma-chrome-launcher" : "^2.2.0", "painless" : "^0.9.1", "phantomjs-prebuilt" : "^2.1.7", "uglify-js" : "^2.6.2", "watchify" : "^3.11.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "karma": {"type": "string"}, "karma-browserify": {"type": "string"}, "karma-painless": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}, "painless": {"type": "string"}, "phantomjs-prebuilt": {"type": "string"}, "uglify-js": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["browserify", "karma", "karma-browserify", "karma-painless", "karma-chrome-launcher", "painless", "phantomjs-prebuilt", "uglify-js", "watchify"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "start": {"type": "string"}}, "required": ["serve", "build", "lint", "start"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "core-js": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "express": {"type": "string"}, "register-service-worker": {"type": "string"}, "serve-static": {"type": "string"}, "vue": {"type": "string"}, "vue-axios": {"type": "string"}, "vue-router": {"type": "string"}, "vuex": {"type": "string"}}, "required": ["axios", "core-js", "eslint-plugin-prettier", "express", "register-service-worker", "serve-static", "vue", "vue-axios", "vue-router", "vuex"]}, "devDependencies": {"type": "object", "properties": {"@vue/cli-plugin-babel": {"type": "string"}, "@vue/cli-plugin-eslint": {"type": "string"}, "@vue/cli-plugin-pwa": {"type": "string"}, "@vue/cli-plugin-router": {"type": "string"}, "@vue/cli-plugin-vuex": {"type": "string"}, "@vue/cli-service": {"type": "string"}, "@vue/compiler-sfc": {"type": "string"}, "@vue/eslint-config-prettier": {"type": "string"}, "babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@vue/cli-plugin-babel", "@vue/cli-plugin-eslint", "@vue/cli-plugin-pwa", "@vue/cli-plugin-router", "@vue/cli-plugin-vuex", "@vue/cli-service", "@vue/compiler-sfc", "@vue/eslint-config-prettier", "babel-eslint", "eslint", "eslint-plugin-vue", "prettier"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tracker-ui", "version" : "0.1.0", "private" : true, "scripts" : {"serve" : "vue-cli-service serve", "build" : "vue-cli-service build", "lint" : "vue-cli-service lint", "start" : "node server.js"}, "dependencies" : {"axios" : "0.21.1", "core-js" : "3.14.0", "eslint-plugin-prettier" : "3.4.0", "express" : "4.17.1", "register-service-worker" : "1.7.2", "serve-static" : "1.14.1", "vue" : "3.1.1", "vue-axios" : "3.2.4", "vue-router" : "4.0.8", "vuex" : "4.0.1"}, "devDependencies" : {"@vue/cli-plugin-babel" : "4.5.13", "@vue/cli-plugin-eslint" : "4.5.13", "@vue/cli-plugin-pwa" : "4.5.13", "@vue/cli-plugin-router" : "4.5.13", "@vue/cli-plugin-vuex" : "4.5.13", "@vue/cli-service" : "4.5.13", "@vue/compiler-sfc" : "3.1.1", "@vue/eslint-config-prettier" : "6.0.0", "babel-eslint" : "10.1.0", "eslint" : "6.8.0", "eslint-plugin-vue" : "7.9.0", "prettier" : "1.19.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "start": {"type": "string"}}, "required": ["serve", "build", "lint", "start"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "core-js": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "express": {"type": "string"}, "register-service-worker": {"type": "string"}, "serve-static": {"type": "string"}, "vue": {"type": "string"}, "vue-axios": {"type": "string"}, "vue-router": {"type": "string"}, "vuex": {"type": "string"}}, "required": ["axios", "core-js", "eslint-plugin-prettier", "express", "register-service-worker", "serve-static", "vue", "vue-axios", "vue-router", "vuex"]}, "devDependencies": {"type": "object", "properties": {"@vue/cli-plugin-babel": {"type": "string"}, "@vue/cli-plugin-eslint": {"type": "string"}, "@vue/cli-plugin-pwa": {"type": "string"}, "@vue/cli-plugin-router": {"type": "string"}, "@vue/cli-plugin-vuex": {"type": "string"}, "@vue/cli-service": {"type": "string"}, "@vue/compiler-sfc": {"type": "string"}, "@vue/eslint-config-prettier": {"type": "string"}, "babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@vue/cli-plugin-babel", "@vue/cli-plugin-eslint", "@vue/cli-plugin-pwa", "@vue/cli-plugin-router", "@vue/cli-plugin-vuex", "@vue/cli-service", "@vue/compiler-sfc", "@vue/eslint-config-prettier", "babel-eslint", "eslint", "eslint-plugin-vue", "prettier"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "bin": {"type": "object", "properties": {"typerSpeeder": {"type": "string"}}, "required": ["typerSpeeder"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"co": {"type": "string"}, "nightmare": {"type": "string"}}, "required": ["co", "nightmare"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "bin", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "typerSpeeder", "version" : "0.0.1", "description" : "speed through typerRacer on cruise control", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/CyrusRoshan/typerSpeeder.git"}, "keywords" : ["typerSpeeder", "typerFaker", "typing", "race"], "author" : "Cyrus Roshan <hello@cyrusroshan.com> (http://github.com/cyrusroshan)", "license" : "MIT", "bugs" : {"url" : "https://github.com/CyrusRoshan/typerSpeeder/issues"}, "bin" : {"typerSpeeder" : "typerSpeeder.js"}, "homepage" : "https://github.com/CyrusRoshan/typerSpeeder/", "devDependencies" : {}, "dependencies" : {"co" : "^4.6.0", "nightmare" : "^2.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "bin": {"type": "object", "properties": {"typerSpeeder": {"type": "string"}}, "required": ["typerSpeeder"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"co": {"type": "string"}, "nightmare": {"type": "string"}}, "required": ["co", "nightmare"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "bin", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "email", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Berufsbildende Schule f\u00fcr Metalltechnik", "id" : "HB-352", "address" : "Reiherstr. 80, 28239 Bremen", "school_type" : "Berufsbildende Schule", "fax" : "0421/361-59533", "phone" : "0421/361-18042", "email" : "352@bildung.bremen.de", "headmaster" : "Gerhard Martini", "state" : "HB", "programs" : {"programs" : ["Schule ohne Rassismus - Schule mit Courage"]}, "full_time_school" : false, "lon" : 8.722589, "lat" : 53.139732} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "email", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "entity": {"type": "string"}, "properties": {"type": "object", "properties": {"userId": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "groupId": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "type": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["userId", "groupId", "type"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "entity", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "object", "entity" : "IdentityLink", "properties" : {"userId" : {"type" : "string"}, "groupId" : {"type" : "string"}, "type" : {"type" : "string"}}, "required" : ["userId", "groupId", "type"]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "entity": {"type": "string"}, "properties": {"type": "object", "properties": {"userId": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "groupId": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "type": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["userId", "groupId", "type"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "entity", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "requiredBy": {"type": "array", "items": {}}, "grantedBy": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["id", "name", "description", "requiredBy", "grantedBy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "trait-runewright", "name" : "Runewright", "description" : "You are an expert Runecrafter, meticulously crafting sigils and discipline runes.", "requiredBy" : [], "grantedBy" : [{"id" : "runewright", "name" : "Runewright"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "requiredBy": {"type": "array", "items": {}}, "grantedBy": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["id", "name", "description", "requiredBy", "grantedBy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"problems": {"type": "array", "items": {"type": "object", "properties": {"avgPts": {"type": "number"}, "constraints": {"type": "array", "items": {}}, "correctRatio": {"type": "number"}, "definition": {"type": "array", "items": {}}, "div": {"type": "integer"}, "examples": {"type": "array", "items": {}}, "level": {"type": "integer"}, "link": {"type": "string"}, "name": {"type": "string"}, "notes": {"type": "array", "items": {}}, "submission": {"type": "integer"}}, "required": ["avgPts", "constraints", "correctRatio", "definition", "div", "examples", "level", "link", "name", "notes", "submission"]}}, "name": {"type": "string"}, "link": {"type": "string"}}, "required": ["problems", "name", "link"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"problems" : [{"avgPts" : 217.1, "constraints" : [], "correctRatio" : 78.28, "definition" : [], "div" : 0, "examples" : [], "level" : 1, "link" : "http://community.topcoder.com/stat?c=problem_statement&pm=6169&rd=9818", "name" : "OptimalQueues", "notes" : [], "submission" : 267}, {"avgPts" : 278.45, "constraints" : [], "correctRatio" : 40.38, "definition" : [], "div" : 0, "examples" : [], "level" : 2, "link" : "http://community.topcoder.com/stat?c=problem_statement&pm=6025&rd=9818", "name" : "CageTheMonster", "notes" : [], "submission" : 156}, {"avgPts" : 474.8, "constraints" : [], "correctRatio" : 40, "definition" : [], "div" : 0, "examples" : [], "level" : 3, "link" : "http://community.topcoder.com/stat?c=problem_statement&pm=6168&rd=9818", "name" : "DynamiteBoxes", "notes" : [], "submission" : 10}], "name" : "Single Round Match 297 > Round 1", "link" : "http://community.topcoder.com/stat?c=round_overview&er=5&rd=9818"} | json_instruct | {"type": "object", "properties": {"problems": {"type": "array", "items": {"type": "object", "properties": {"avgPts": {"type": "number"}, "constraints": {"type": "array", "items": {}}, "correctRatio": {"type": "number"}, "definition": {"type": "array", "items": {}}, "div": {"type": "integer"}, "examples": {"type": "array", "items": {}}, "level": {"type": "integer"}, "link": {"type": "string"}, "name": {"type": "string"}, "notes": {"type": "array", "items": {}}, "submission": {"type": "integer"}}, "required": ["avgPts", "constraints", "correctRatio", "definition", "div", "examples", "level", "link", "name", "notes", "submission"]}}, "name": {"type": "string"}, "link": {"type": "string"}}, "required": ["problems", "name", "link"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Fantastic Max", "genre" : "Animated", "creators" : ["Kalisto Ltd."], "cast" : [], "country_of_origin" : "Wales", "seasons" : 2, "episodes" : 26, "start_date" : "", "end_date" : ""} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Cabrini College", "alt_name" : null, "country" : "United States", "state" : "Pennsylvania", "address" : {"street" : "610 King of Prussia Road", "city" : "Radnor", "province" : "Pennsylvania", "postal_code" : "19087-3698"}, "contact" : {"telephone" : "+1(610) 902-8100", "website" : "http://www.cabrini.edu", "email" : "anne.skleder@cabrini.edu", "fax" : "+1(610) 902-8309"}, "funding" : "Private", "languages" : null, "academic_year" : "August to May. Also Summer Session (May-August)", "accrediting_agency" : "Middle States Commission on Higher Education"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"async_generator-1.10-py3-none-any.whl": {"type": "string"}, "async_generator-1.10.tar.gz": {"type": "string"}}, "required": ["async_generator-1.10-py3-none-any.whl", "async_generator-1.10.tar.gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"async_generator-1.10-py3-none-any.whl" : "01c7bf666359b4967d2cda0000cc2e4af16a0ae098cbffcb8472fb9e8ad6585b", "async_generator-1.10.tar.gz" : "6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144"} | json_instruct | {"type": "object", "properties": {"async_generator-1.10-py3-none-any.whl": {"type": "string"}, "async_generator-1.10.tar.gz": {"type": "string"}}, "required": ["async_generator-1.10-py3-none-any.whl", "async_generator-1.10.tar.gz"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "absentbydesign:block/stairs_terracotta_pink"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Ehab Elganainy"}, {"author" : "Alaa A Abd-Elsayed"}], "doi" : "10.1186/1757-1626-1-202", "publication_date" : "2008-10-04", "id" : "EN118841", "url" : "https://pubmed.ncbi.nlm.nih.gov/18831755", "source" : "Cases journal", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 55 years old woman presented at out institute, she had an operation 19 years ago - elsewhere - to remove a branched stone from her right kidney and admitted for two months into the hospital at this time as she had troubles with her surgical wound and she had repeated secondary sutures. The hernia is in the right lumbar region, has a smooth surface, shows expansile impulse on coughing, there are some dilated veins on its surface, there is no tenderness, it has a uniform consistency, mobile, there are no pulsations, it contains large and small intestine, partially reducible, the defect is about 10 cm in diameter and there are no complications. This woman had left nephrectomy two years ago as a treatment for painful non functioning kidney and she is living now with only functioning right kidney with serum creatinine 1.1 mg % and blood urea 38 mg %."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "client:install": {"type": "string"}, "build:server": {"type": "string"}, "build:client": {"type": "string"}, "start:production": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "start", "client:install", "build:server", "build:client", "start:production", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sfcc-ci-dashboard", "version" : "1.0.0", "description" : "Performs On Demand Sandbox use-cases on easy to use GUI using sfcc-ci as backend", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "cd server && node src/index.js", "client:install" : "cd client && npm install", "build:server" : "cd server && npm install", "build:client" : "cd client && npm run build", "start:production" : "cd server && node src/index.js", "build" : "npm run client:install && npm run build:client && npm run build:server"}, "repository" : {"type" : "git", "url" : "git+https://github.com/sachin-upmanyu/sfcc-ci-dashboard.git"}, "keywords" : ["sfcc-ci"], "author" : "Sachin Upmanyu", "license" : "ISC", "bugs" : {"url" : "https://github.com/sachin-upmanyu/sfcc-ci-dashboard/issues"}, "homepage" : "https://github.com/sachin-upmanyu/sfcc-ci-dashboard#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "client:install": {"type": "string"}, "build:server": {"type": "string"}, "build:client": {"type": "string"}, "start:production": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "start", "client:install", "build:server", "build:client", "start:production", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "run-tests": {"type": "string"}, "coveralls": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "run-tests", "coveralls", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "eslint": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "coveralls", "eslint", "istanbul", "mocha"]}, "dependencies": {"type": "object", "properties": {"clone": {"type": "string"}, "console.table": {"type": "string"}, "debug": {"type": "string"}, "ioredis": {"type": "string"}}, "required": ["clone", "console.table", "debug", "ioredis"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "rigiddb", "version" : "0.11.1", "description" : "Object store with an index and strict schema", "main" : "index.js", "scripts" : {"test" : "npm run lint && npm run run-tests", "run-tests" : "istanbul cover _mocha", "coveralls" : "cat ./coverage/lcov.info | coveralls", "lint" : "eslint index.js test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ilkkao/rigidDB.git"}, "keywords" : ["object", "store", "redis"], "author" : "Ilkka Oksanen <iao@iki.fi> (http://iao.fi)", "license" : "MIT", "bugs" : {"url" : "https://github.com/ilkkao/rigidDB/issues"}, "homepage" : "https://github.com/ilkkao/rigidDB#readme", "devDependencies" : {"chai" : "^3.4.0", "coveralls" : "^2.0.0", "eslint" : "^3.0.0", "istanbul" : "^0.4.0", "mocha" : "^3.0.0"}, "dependencies" : {"clone" : "2.1.1", "console.table" : "0.7.0", "debug" : "2.2.0", "ioredis" : "3.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "run-tests": {"type": "string"}, "coveralls": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "run-tests", "coveralls", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "eslint": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "coveralls", "eslint", "istanbul", "mocha"]}, "dependencies": {"type": "object", "properties": {"clone": {"type": "string"}, "console.table": {"type": "string"}, "debug": {"type": "string"}, "ioredis": {"type": "string"}}, "required": ["clone", "console.table", "debug", "ioredis"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "createdAt": {"type": "string"}, "createdBy": {"type": "string"}, "rows": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["id", "createdAt", "createdBy", "rows", "size"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "01694e01-6170-29a1-3248-eb660e70f645", "createdAt" : "2019-03-05T13:18:27.184Z", "createdBy" : "user", "rows" : 5000000, "size" : 166774979}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "createdAt": {"type": "string"}, "createdBy": {"type": "string"}, "rows": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["id", "createdAt", "createdBy", "rows", "size"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-hot-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "react", "react-dom", "react-hot-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-counter-view-example", "version" : "1.0.0", "private" : true, "scripts" : {"start" : "webpack-dev-server -d --progress --colors", "test" : "echo \"Error: no test specified\" && exit 1"}, "devDependencies" : {"babel-core" : "^6.10.4", "babel-loader" : "^6.2.4", "babel-preset-es2015" : "^6.9.0", "babel-preset-react" : "^6.11.1", "react" : "^15.2.0", "react-dom" : "^15.2.0", "react-hot-loader" : "^1.3.0", "webpack" : "^1.13.1", "webpack-dev-server" : "^1.14.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-hot-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "react", "react-dom", "react-hot-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "exts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "exts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "twig", "exts" : [".twig"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "exts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "exts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "saved_answer": {"type": "null"}, "type": {"type": "string"}}, "required": ["Update", "answer", "category", "choices", "detail", "explanation", "id", "saved_answer", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Update" : "2020-03-23 15:28:16", "answer" : ["C"], "category" : "saa", "choices" : ["A.Apply an Amazon S3 Bucket policy", "B.Use Amazon EBS provisioned IOPS", "C.Use VPC endpoints for S3", "D.Request a service limit increase "], "detail" : "You have an application running on an Amazon EC2 instance that uploads 10 GB video objects to amazon S3. Video uploads are taking longer than expected inspite of using multipart upload cause of internet bandwidth, resulting in poor application performance. Which action can help improve the upload performance?", "explanation" : ["Correct answer is C as the internet is being used, it can be avoided using an VPC endpoint which will allow the communication to happen within the AWS network.", "VPC endpoints for Amazon S3 can alleviate these challenges. A VPC endpoint for Amazon S3 enables Application to use a private IP addresses to access Amazon S3 with no exposure to the public internet. Application does not require public IP addresses, and you don't need an internet gateway, a NAT device, or a virtual private gateway in your VPC. You use endpoint policies to control access to Amazon S3. Traffic between your VPC and the AWS service does not leave the Amazon network.", "Option A is wrong as S3 bucket policy is for access control.", "Option B is wrong as EBS provisioned IOPS would help improve the network performance between EC2 instance and EBS volumes.", "Option D is wrong as there is no service limit upload."], "id" : 337, "saved_answer" : null, "type" : "Multiple Choice"} | json_instruct | {"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "saved_answer": {"type": "null"}, "type": {"type": "string"}}, "required": ["Update", "answer", "category", "choices", "detail", "explanation", "id", "saved_answer", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Engagement in weekly discussions", "weight" : 20}, {"name" : "1500 words", "weight" : 25}, {"name" : "4000 words", "weight" : 55}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"command": {"type": "string"}, "config_files": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "dest": {"type": "string"}, "owner": {"type": "string"}, "perm": {"type": "string"}}, "required": ["source", "dest", "owner", "perm"]}}}, "required": ["command", "config_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"command" : "/usr/sbin/libvirtd --listen", "config_files" : [{"source" : "/var/lib/kolla/config_files/libvirtd.conf", "dest" : "/etc/libvirt/libvirtd.conf", "owner" : "root", "perm" : "0600"}, {"source" : "/var/lib/kolla/config_files/qemu.conf", "dest" : "/etc/libvirt/qemu.conf", "owner" : "root", "perm" : "0600"}]} | json_instruct | {"type": "object", "properties": {"command": {"type": "string"}, "config_files": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "dest": {"type": "string"}, "owner": {"type": "string"}, "perm": {"type": "string"}}, "required": ["source", "dest", "owner", "perm"]}}}, "required": ["command", "config_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Burgers2D": {"type": "object", "properties": {"u": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max", "min"]}, "v": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max", "min"]}, "x": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max", "min"]}, "y": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max", "min"]}, "u_bounds": {"type": "object", "properties": {"x_percent": {"type": "array", "items": {"type": "number"}}, "y_percent": {"type": "array", "items": {"type": "number"}}}, "required": ["x_percent", "y_percent"]}, "v_bounds": {"type": "object", "properties": {"x_percent": {"type": "array", "items": {"type": "number"}}, "y_percent": {"type": "array", "items": {"type": "number"}}}, "required": ["x_percent", "y_percent"]}, "nx": {"type": "integer"}, "ny": {"type": "integer"}, "nu": {"type": "number"}, "dt": {"type": "number"}, "tmax": {"type": "number"}}, "required": ["u", "v", "x", "y", "u_bounds", "v_bounds", "nx", "ny", "nu", "dt", "tmax"]}}, "required": ["Burgers2D"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Burgers2D" : {"u" : {"max" : 3, "min" : 1}, "v" : {"max" : 3, "min" : 1}, "x" : {"max" : 2, "min" : 0}, "y" : {"max" : 2, "min" : 0}, "u_bounds" : {"x_percent" : [0.3, 0.6], "y_percent" : [0.3, 0.6]}, "v_bounds" : {"x_percent" : [0.4, 0.6], "y_percent" : [0.4, 0.6]}, "nx" : 41, "ny" : 41, "nu" : 0.1, "dt" : 0.001, "tmax" : 0.5}} | json_instruct | {"type": "object", "properties": {"Burgers2D": {"type": "object", "properties": {"u": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max", "min"]}, "v": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max", "min"]}, "x": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max", "min"]}, "y": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max", "min"]}, "u_bounds": {"type": "object", "properties": {"x_percent": {"type": "array", "items": {"type": "number"}}, "y_percent": {"type": "array", "items": {"type": "number"}}}, "required": ["x_percent", "y_percent"]}, "v_bounds": {"type": "object", "properties": {"x_percent": {"type": "array", "items": {"type": "number"}}, "y_percent": {"type": "array", "items": {"type": "number"}}}, "required": ["x_percent", "y_percent"]}, "nx": {"type": "integer"}, "ny": {"type": "integer"}, "nu": {"type": "number"}, "dt": {"type": "number"}, "tmax": {"type": "number"}}, "required": ["u", "v", "x", "y", "u_bounds", "v_bounds", "nx", "ny", "nu", "dt", "tmax"]}}, "required": ["Burgers2D"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@firebase/testing": {"type": "string"}, "@firebase/util": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "mocha": {"type": "string"}, "node-fetch": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@firebase/testing", "@firebase/util", "@types/mocha", "@types/node", "mocha", "node-fetch", "ts-node", "tslint", "typescript"]}, "private": {"type": "boolean"}, "volta": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "scripts", "main", "devDependencies", "private", "volta"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "functions", "scripts" : {"test" : "mocha 'src/**/*.ts' --exit"}, "main" : "src/firestore.test.ts", "devDependencies" : {"@firebase/testing" : "^0.20.11", "@firebase/util" : ">=1.4.2", "@types/mocha" : "^9.0.0", "@types/node" : "^16.11.7", "mocha" : "^9.1.3", "node-fetch" : ">=3.1.0", "ts-node" : "^10.4.0", "tslint" : "^6.1.3", "typescript" : "^4.4.4"}, "private" : true, "volta" : {"node" : "16.13.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@firebase/testing": {"type": "string"}, "@firebase/util": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "mocha": {"type": "string"}, "node-fetch": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@firebase/testing", "@firebase/util", "@types/mocha", "@types/node", "mocha", "node-fetch", "ts-node", "tslint", "typescript"]}, "private": {"type": "boolean"}, "volta": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "scripts", "main", "devDependencies", "private", "volta"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u06af\u0631 \u0628\u0631 \u0631\u06af \u062c\u0627\u0646 \u0632 \u0634\u0633\u062a\u062a \u0622\u06cc\u062f \u062a\u06cc\u0631\u0645", "m2" : "\u0686\u0647 \u062e\u0648\u0634\u062a\u0631 \u0627\u0632\u0627\u0646 \u06a9\u0647 \u067e\u06cc\u0634 \u062f\u0633\u062a\u062a \u0645\u06cc\u0631\u0645"}, "1" : {"m1" : "\u062f\u0644 \u0628\u0627 \u062a\u0648 \u062e\u0635\u0648\u0645\u062a \u0622\u0631\u0632\u0648 \u0645\u06cc\u200c\u06a9\u0646\u062f\u0645", "m2" : "\u062a\u0627 \u0635\u0644\u062d \u06a9\u0646\u06cc\u0645 \u0648 \u062f\u0631 \u06a9\u0646\u0627\u0631\u062a \u06af\u06cc\u0631\u0645"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 13403, "name" : "Servery meat pie", "qualified_name" : "Servery meat pie", "examine" : "Put it on the servery table to feed the troops.", "members" : true, "release_date" : "2016-01-07", "quest" : false, "weight" : 0.45, "value" : 1, "tradeable" : false, "stackable" : false, "noteable" : false, "equipable" : false, "tradeable_ge" : false, "icon" : "iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAACRklEQVR4Xu2WX0sbQRTFnW/iR/Cl9MmHIqWEiFQMhigWa6hKtKJJTFJTQ2yqtf4jlSaVqqhtRSSIig9+vFvObO/m7mw2zTar9GEPHLLM7s797bmzs+npCRUq1H8lRd5+NDWL1vJD2t9WXmrjeH95kKqZ6EMCOif+/n7Y4aPSCM1Gn9JpOaaPMWbC7S5FggJT9ONDzC5mGue8LAEBB7CN+RfdQFkwsgDbMZ4W59JuMBhgSA2JlWcG/hXKCWSaASSMFzRfL9Py2UJFFxtx16Q2SCsbQF5gSAtQWwsRyk/2dwKlqLE15gIyC/m1mRTaV0k910B9vb3eUJebCQeQOXEQlmtq9c2z9ikxEH4fCojXErYDtK5tSr8+jmqYq51xnZI5WbfmrQDpAAZbAbfOZNHCTYACDJICWFBJMQyMdCQMEvJISdmbHqcFsJu9CVcBP5a7ONLpEIal9CSAQlIMJY2xVsb1eBBYvuoSBq3yAcNSdHewZrdPFpTm4hKAE2HzImaYyWHfMJCi+8MKXddKdL6TdxU115UszmmY/wIyUyOUGhukSP+T9m+Wt6yUGl+K9HM7R2efs7blF18WZgNAujAdp7cTQ5SMWR9Yn+lIKbqtl+myuqKTMs2gJ58ydFhZpIO1Bfq6OkfVdzO0nUtSZfEVFWcTdjqyXWYlH1K6dYBiX+wVWgLVy/O0X0zRbmGa1tOvqTQ3Trlk7M8+Y7mLdKSsybxgjteXHOlsZqd0OiZEQDCWrImaT9qJA4doJfNp/2bz/lChHlO/ATOifqc8y3CaAAAAAElFTkSuQmCC", "wiki_url" : "https://oldschool.runescape.wiki/w/Servery_meat_pie"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x0cf934554388062b55a363f2d14983f9ab06d8bf", "tool" : "slither", "start" : 1563555263.5876212, "end" : 1563555267.704138, "duration" : 4.116516828536987, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"changeset": {"type": "string"}, "release": {"type": "string"}}, "required": ["changeset", "release"]}, "devDependencies": {"type": "object", "properties": {"@changesets/changelog-github": {"type": "string"}, "@changesets/cli": {"type": "string"}}, "required": ["@changesets/changelog-github", "@changesets/cli"]}}, "required": ["private", "workspaces", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "workspaces" : ["@dotnetthailand/*", "minimal-portfolio-example"], "scripts" : {"changeset" : "changeset", "release" : "changeset publish"}, "devDependencies" : {"@changesets/changelog-github" : "^0.4.2", "@changesets/cli" : "^2.19.0"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"changeset": {"type": "string"}, "release": {"type": "string"}}, "required": ["changeset", "release"]}, "devDependencies": {"type": "object", "properties": {"@changesets/changelog-github": {"type": "string"}, "@changesets/cli": {"type": "string"}}, "required": ["@changesets/changelog-github", "@changesets/cli"]}}, "required": ["private", "workspaces", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "C:\\Users\\Morten\\.virtualenvs\\file-backup-iTwJDa4y\\Scripts\\python.exe"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["130827203201", "\u4e0b\u5b5f\u5b50\u5cad\u6751\u59d4\u4f1a", "210", "0"], ["130827203202", "\u4e0a\u5b5f\u5b50\u5cad\u6751\u59d4\u4f1a", "220", "0"], ["130827203203", "\u5357\u5929\u95e8\u6751\u59d4\u4f1a", "220", "0"], ["130827203204", "\u572a\u8fbe\u5730\u6751\u59d4\u4f1a", "220", "0"], ["130827203205", "\u77f3\u67f1\u5b50\u6751\u59d4\u4f1a", "220", "0"], ["130827203206", "\u5927\u6851\u56ed\u6751\u59d4\u4f1a", "220", "0"], ["130827203207", "\u738b\u5382\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["130827203208", "\u67cf\u6728\u5858\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "", "id" : "card.technology.yellow.kollecc:homebrew.discordant_stars/seeker_drones", "name" : "Seeker Drones"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "DOMINGO DANIEL", "frequency" : 44, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:docs": {"type": "string"}, "build:dev": {"type": "string"}, "build:prod": {"type": "string"}}, "required": ["build", "build:docs", "build:dev", "build:prod"]}, "dependencies": {"type": "object", "properties": {"gsap": {"type": "string"}}, "required": ["gsap"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["prettier", "ts-loader", "typescript", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "main", "module", "types", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dialogue", "version" : "0.1.0", "description" : "", "keywords" : ["bubble", "dialogue", "game", "renderer", "speech", "text"], "author" : "", "license" : "MIT", "main" : "./dist/dialogue.js", "module" : "./esm/index.js", "types" : "./index.d.ts", "scripts" : {"build" : "npm run build:prod", "build:docs" : "npm run build:prod && npx webpack --config webpack.docs.config.js --mode production", "build:dev" : "npx webpack --mode development", "build:prod" : "npx webpack --mode production"}, "dependencies" : {"gsap" : "^3.7.1"}, "devDependencies" : {"prettier" : "^2.3.2", "ts-loader" : "^9.2.4", "typescript" : "^4.3.5", "webpack" : "^5.38.1", "webpack-cli" : "^4.7.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:docs": {"type": "string"}, "build:dev": {"type": "string"}, "build:prod": {"type": "string"}}, "required": ["build", "build:docs", "build:dev", "build:prod"]}, "dependencies": {"type": "object", "properties": {"gsap": {"type": "string"}}, "required": ["gsap"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["prettier", "ts-loader", "typescript", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "main", "module", "types", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import * as React from 'react';\nimport omit from 'omit.js';\nimport { FormProvider as RcFormProvider } from 'rc-field-form';\nexport var FormContext = React.createContext({\n labelAlign: 'right',\n vertical: false\n});\nexport var FormItemContext = React.createContext({\n updateItemErrors: function updateItemErrors() {}\n});\nexport var FormProvider = function FormProvider(props) {\n var providerProps = omit(props, ['prefixCls']);\n return /*#__PURE__*/React.createElement(RcFormProvider, providerProps);\n};", "map" : {"version" : 3, "sources" : ["/Users/xueqinfan/fanfan-code-2020/wanhao-management/web/node_modules/antd/es/form/context.js"], "names" : ["React", "omit", "FormProvider", "RcFormProvider", "FormContext", "createContext", "labelAlign", "vertical", "FormItemContext", "updateItemErrors", "props", "providerProps", "createElement"], "mappings" : "AAAA,OAAO,KAAKA,KAAZ,MAAuB,OAAvB;AACA,OAAOC,IAAP,MAAiB,SAAjB;AACA,SAASC,YAAY,IAAIC,cAAzB,QAA+C,eAA/C;AACA,OAAO,IAAIC,WAAW,GAAGJ,KAAK,CAACK,aAAN,CAAoB;AAC3CC,EAAAA,UAAU,EAAE,OAD+B;AAE3CC,EAAAA,QAAQ,EAAE;AAFiC,CAApB,CAAlB;AAIP,OAAO,IAAIC,eAAe,GAAGR,KAAK,CAACK,aAAN,CAAoB;AAC/CI,EAAAA,gBAAgB,EAAE,SAASA,gBAAT,GAA4B,CAAE;AADD,CAApB,CAAtB;AAGP,OAAO,IAAIP,YAAY,GAAG,SAASA,YAAT,CAAsBQ,KAAtB,EAA6B;AACrD,MAAIC,aAAa,GAAGV,IAAI,CAACS,KAAD,EAAQ,CAAC,WAAD,CAAR,CAAxB;AACA,SAAO,aAAaV,KAAK,CAACY,aAAN,CAAoBT,cAApB,EAAoCQ,aAApC,CAApB;AACD,CAHM", "sourcesContent" : ["import * as React from 'react';\nimport omit from 'omit.js';\nimport { FormProvider as RcFormProvider } from 'rc-field-form';\nexport var FormContext = React.createContext({\n labelAlign: 'right',\n vertical: false\n});\nexport var FormItemContext = React.createContext({\n updateItemErrors: function updateItemErrors() {}\n});\nexport var FormProvider = function FormProvider(props) {\n var providerProps = omit(props, ['prefixCls']);\n return /*#__PURE__*/React.createElement(RcFormProvider, providerProps);\n};"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "1939\u5e7411\u670817\u65e5:\u7834\u574f\u654c\u540e\u4ea4\u901a\u7684\u6218\u58eb ", "user_id" : 2896390104, "screen_name" : "\u6297\u6218\u76f4\u64ad", "id" : 3778016763303834, "bid" : "BwJzudRtE", "article_url" : "", "pics" : "https://ww4.sinaimg.cn/large/aca367d8jw1emecccl1hfj20j210wk3m.jpg", "video_url" : "", "location" : "", "created_at" : "2014-11-17", "source" : "\u76ae\u76ae\u65f6\u5149\u673a", "attitudes_count" : 1, "comments_count" : 0, "reposts_count" : 2, "topics" : "", "at_users" : "", "history_date" : "1939\u5e7411\u670817\u65e5", "type" : 0} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["flask-redis"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bounding boxes": {"type": "array", "items": {"type": "object", "properties": {"center": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "width": {"type": "number"}, "length": {"type": "number"}, "angle": {"type": "number"}, "object_id": {"type": "string"}}, "required": ["center", "width", "length", "angle", "object_id"]}}}, "required": ["bounding boxes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bounding boxes" : [{"center" : {"x" : 33.83906512979223, "y" : -18.16618922076821}, "width" : 2.933737386231714, "length" : 5.6418010445441755, "angle" : -4.692181288026097, "object_id" : "1c1"}, {"center" : {"x" : 19.228596572419885, "y" : -9.611440196976648}, "width" : 2.8209004530036954, "length" : 5.303292706040467, "angle" : -3.5991851048847034, "object_id" : "1c2"}, {"center" : {"x" : -7.888492801198083, "y" : -24.45418339192897}, "width" : 2.777864607498013, "length" : 5.416457054242872, "angle" : -4.729373446530441, "object_id" : "1c3"}, {"center" : {"x" : 17.20721728814207, "y" : 9.469227058024671}, "width" : 3.1449476062356907, "length" : 5.688181964145222, "angle" : -3.181227066097668, "object_id" : "1c4"}, {"center" : {"x" : 5.100457658544224, "y" : -4.111641106539144}, "width" : 3.3184866300910825, "length" : 5.653720576165453, "angle" : -1.501042218753752, "object_id" : "1c5"}]} | json_instruct | {"type": "object", "properties": {"bounding boxes": {"type": "array", "items": {"type": "object", "properties": {"center": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "width": {"type": "number"}, "length": {"type": "number"}, "angle": {"type": "number"}, "object_id": {"type": "string"}}, "required": ["center", "width", "length", "angle", "object_id"]}}}, "required": ["bounding boxes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x07a64cf812844b2a3af03006ba9356c64da96ce2", "tool" : "osiris", "start" : 1564636708.3022559, "end" : 1564636763.421325, "duration" : 55.11906909942627, "analysis" : [{"errors" : [], "file" : "/unique_chucks/39/0x07a64cf812844b2a3af03006ba9356c64da96ce2.sol", "name" : "Ownable"}, {"errors" : [], "file" : "/unique_chucks/39/0x07a64cf812844b2a3af03006ba9356c64da96ce2.sol", "name" : "SafeMath"}, {"errors" : [{"line" : 194, "column" : 33, "message" : "truncation_bugs"}], "file" : "/unique_chucks/39/0x07a64cf812844b2a3af03006ba9356c64da96ce2.sol", "name" : "eGoldchain"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"loss": {"type": "number"}, "elapsed_time": {"type": "number"}, "epoch": {"type": "integer"}, "worker": {"type": "integer"}}, "required": ["loss", "elapsed_time", "epoch", "worker"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"loss" : 3.273606061935425, "elapsed_time" : 29.197492, "epoch" : 0, "worker" : 0} | json_instruct | {"type": "object", "properties": {"loss": {"type": "number"}, "elapsed_time": {"type": "number"}, "epoch": {"type": "integer"}, "worker": {"type": "integer"}}, "required": ["loss", "elapsed_time", "epoch", "worker"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "(OR AT LEAST IT IS NOT IMPOSSIBLE FOR GOD SO TO MOVE HIM:) AND THEN I ASK,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/2566.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0xba2e05aade1db4692e6b29e84df99dd3ad4b125c51d24b35dbfe26110b9b18e2", "parentHash" : "0x7d0dcbba7d393f47cca0baddca3f4203a9c66e353f3e647db601a97d097d4dbc", "number" : 66229, "timestamp" : 1439250942, "nonce" : "0x082ae8c263d85119", "difficulty" : 1944305092844, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xbb7B8287f3F0a933474a79eAe42CBCa977791171", "extraData" : "0x476574682f4c5649562f76312e302e312f6c696e75782f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/light_red_sandstone_brick_sphere"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [5.1454320566445375, 5.1988898178431135, 5.3961220524605995, 5.548390040113714, 5.579499114575821, 5.715199495756217, 5.932603443629734, 5.930437626005408, 5.669329539929267, 5.75030254579706, 5.59006582639023, 5.72902122359818, 5.627964369109881, 5.334523914047083, 5.435460256114932, 5.421335935310756, 5.340254301393173, 5.5595799877049235, 5.558187555363655, 5.607136210847188, 5.502122390551908, 5.657424370053579, 5.7240471435435625, 5.949490485656079, 5.698700437028961, 5.553000389874127, 5.337065964017768, 5.250730518971763, 5.310531916569489, 5.178318913701629, 4.831621427123001, 4.782822623548446, 4.390432549224871, 4.198330252354032, 4.089045288475279, 3.8061984391418537, 24.596900602426018, 3.6350588875151244, 3.7260393450317624, 4.2834132525191455, 4.541247900212364, 4.554720310833852, 4.864963318673267, 5.15882617201692, 5.388503449534999, 5.5129143790396045, 5.467974113053083, 5.316913889991067, 5.357415395477427, 5.524420130211144, 5.856961485613042, 5.891089951818118, 5.736475614914675, 5.490906144862617, 5.7087193078251515, 5.584799497684679, 5.574620610912212, 5.600936752354521, 5.570461568563276, 5.320003303501899, 5.3907315630014905, 5.658374864032156, 5.432201029945572, 5.484830258770449, 5.807083493474985, 5.913691350811013, 5.774807894634263, 5.6632180948919215, 5.948688400821881, 5.97352180742364, 5.770820476291219, 5.2862944514666514, 5.510898499918655, 5.528212103932014, 5.262721903514356]} | json_instruct | {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "release": {"type": "string"}, "lint": {"type": "string"}, "test:watch": {"type": "string"}, "test:unit": {"type": "string"}, "doc": {"type": "string"}, "postinstall": {"type": "string"}, "check": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "release", "lint", "test:watch", "test:unit", "doc", "postinstall", "check", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "dependencies": {"type": "object", "properties": {"history": {"type": "string"}, "immutable": {"type": "string"}, "keymirror": {"type": "string"}, "lodash": {"type": "string"}, "react-hot-loader": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}}, "required": ["history", "immutable", "keymirror", "lodash", "react-hot-loader", "react", "react-dom", "react-router", "react-router-dom"]}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "enzyme": {"type": "string"}, "accelerator-build-engine": {"type": "string"}}, "required": ["autoprefixer", "enzyme", "accelerator-build-engine"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-sample-project", "version" : "0.0.1", "description" : "React Application Accelerator - Sample React Project", "main" : "index.js", "scripts" : {"start" : "build-engine --server", "build" : "build-engine --build development", "release" : "build-engine --build production", "lint" : "build-engine --lint", "test:watch" : "build-engine --test watchAll", "test:unit" : "build-engine --test", "doc" : "build-engine --doc", "postinstall" : "node scripts/npm-check.js", "check" : "npm-check -u", "test" : "build-engine --lint --test"}, "keywords" : ["Webpack 2", "Application", "Accelerator", "Sample", "React", "Project"], "author" : {"name" : "sku146", "email" : "skumar146@sapient.com"}, "license" : "MIT", "engines" : {"node" : ">= 4", "npm" : ">= 3"}, "dependencies" : {"history" : "^4.6.3", "immutable" : "^3.8.1", "keymirror" : "^0.1.1", "lodash" : "^4.17.4", "react-hot-loader" : "^3.0.0-beta.6", "react" : "^15.6.1", "react-dom" : "^15.6.1", "react-router" : "^4.1.1", "react-router-dom" : "^4.1.1"}, "devDependencies" : {"autoprefixer" : "^7.1.1", "enzyme" : "^2.9.1", "accelerator-build-engine" : "^1.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "release": {"type": "string"}, "lint": {"type": "string"}, "test:watch": {"type": "string"}, "test:unit": {"type": "string"}, "doc": {"type": "string"}, "postinstall": {"type": "string"}, "check": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "release", "lint", "test:watch", "test:unit", "doc", "postinstall", "check", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "dependencies": {"type": "object", "properties": {"history": {"type": "string"}, "immutable": {"type": "string"}, "keymirror": {"type": "string"}, "lodash": {"type": "string"}, "react-hot-loader": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}}, "required": ["history", "immutable", "keymirror", "lodash", "react-hot-loader", "react", "react-dom", "react-router", "react-router-dom"]}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "enzyme": {"type": "string"}, "accelerator-build-engine": {"type": "string"}}, "required": ["autoprefixer", "enzyme", "accelerator-build-engine"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "location_type": {"type": "string"}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["bounds", "location", "location_type", "viewport"]}, "place_id": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["address_components", "formatted_address", "geometry", "place_id", "types"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"address_components" : [{"long_name" : "Yedisu", "short_name" : "Yedisu", "types" : ["locality", "political"]}, {"long_name" : "Merkez", "short_name" : "Merkez", "types" : ["administrative_area_level_4", "political"]}, {"long_name" : "Yedisu", "short_name" : "Yedisu", "types" : ["administrative_area_level_2", "political"]}, {"long_name" : "Bing\u00f6l", "short_name" : "Bing\u00f6l", "types" : ["administrative_area_level_1", "political"]}, {"long_name" : "Turkey", "short_name" : "TR", "types" : ["country", "political"]}, {"long_name" : "12830", "short_name" : "12830", "types" : ["postal_code"]}], "formatted_address" : "Yedisu, Merkez, 12830 Yedisu/Bing\u00f6l, Turkey", "geometry" : {"bounds" : {"northeast" : {"lat" : 39.4368309, "lng" : 40.54919599999999}, "southwest" : {"lat" : 39.431809, "lng" : 40.5410389}}, "location" : {"lat" : 39.433943, "lng" : 40.5452909}, "location_type" : "APPROXIMATE", "viewport" : {"northeast" : {"lat" : 39.4368309, "lng" : 40.54919599999999}, "southwest" : {"lat" : 39.431809, "lng" : 40.5410389}}}, "place_id" : "ChIJWX5hEi_ocUAR38EFc11Vgzw", "types" : ["locality", "political"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "location_type": {"type": "string"}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["bounds", "location", "location_type", "viewport"]}, "place_id": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["address_components", "formatted_address", "geometry", "place_id", "types"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "mapaadadaay", "h" : [{"d" : [{"f" : "\u88ab\u50b3\u67d3\u75be\u75c5\u4e86\uff0c\u67d3\u75c5\u4e86\u3002"}, {"f" : "\u88ab\u50b3\u67d3\u75be\u75c5\u7684\u60a3\u8005\u3002", "e" : ["\ufff9`Ma~`paadadaay~ `koya~ `mato'asay~ `to~ `adada~ `no~ `fala'~.\ufffa\ufffb\u90a3\u4f4d\u8001\u4eba\u50b3\u67d3\u4e0a\u80ba\u75c5\u4e86\u3002"]}]}], "stem" : "adada"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "conquest:block/mossy_soil"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"tags": {"type": "string"}}, "required": ["tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tags" : "animals"} | json_instruct | {"type": "object", "properties": {"tags": {"type": "string"}}, "required": ["tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "For https://github.com/spack/spack/issues/8829", "user" : "paul-chelarescu", "url" : "https://api.github.com/repos/spack/spack/issues/8832", "updated_at" : "2018-08-02 00:16:42", "created_at" : "2018-07-30 15:31:15", "closed_at" : "2018-08-02 00:16:42", "state" : "closed", "title" : "Changed gettext archive to gz", "number" : 8832, "milestone" : null, "labels" : [], "id" : 345810303, "html_url" : "https://github.com/spack/spack/pull/8832", "assignees" : [], "comments" : 1} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["code", "name", "children"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "P", "name" : "Pr\u00edncipe", "children" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["code", "name", "children"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"license": {"type": "string"}, "name": {"type": "string"}, "metadata_version": {"type": "string"}, "generator": {"type": "string"}, "summary": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "version": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"project_urls": {"type": "object", "properties": {"Home": {"type": "string"}}, "required": ["Home"]}, "document_names": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}}, "required": ["role", "email", "name"]}}}, "required": ["project_urls", "document_names", "contacts"]}, "python.commands": {"type": "object", "properties": {"wrap_console": {"type": "object", "properties": {"psqworker": {"type": "string"}}, "required": ["psqworker"]}}, "required": ["wrap_console"]}, "python.exports": {"type": "object", "properties": {"console_scripts": {"type": "object", "properties": {"psqworker": {"type": "string"}}, "required": ["psqworker"]}}, "required": ["console_scripts"]}}, "required": ["python.details", "python.commands", "python.exports"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "classifiers": {"type": "array", "items": {"type": "string"}}, "extras": {"type": "array", "items": {}}}, "required": ["license", "name", "metadata_version", "generator", "summary", "run_requires", "version", "extensions", "keywords", "classifiers", "extras"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"license" : "Apache Software License", "name" : "psq", "metadata_version" : "2.0", "generator" : "bdist_wheel (0.24.0)", "summary" : "A simple task queue using Google Cloud Pub/Sub", "run_requires" : [{"requires" : ["gcloud (>=0.9.0)", "retrying (>=1.0.0,<2.0.0)", "werkzeug (>=0.10.0,<1.0.0)", "click (>=4.0,<5.0)", "colorlog (>=2.6.0,<3.0.0)"]}], "version" : "0.3.0", "extensions" : {"python.details" : {"project_urls" : {"Home" : "https://github.com/GoogleCloudPlatform/psq"}, "document_names" : {"description" : "DESCRIPTION.rst"}, "contacts" : [{"role" : "author", "email" : "jonwayne@google.com", "name" : "Jon Wayne Parrott"}]}, "python.commands" : {"wrap_console" : {"psqworker" : "psq.psqworker:main"}}, "python.exports" : {"console_scripts" : {"psqworker" : "psq.psqworker:main"}}}, "keywords" : ["queue", "tasks", "background", "worker"], "classifiers" : ["Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Internet", "Topic :: Scientific/Engineering", "Topic :: System :: Distributed Computing", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Operating System :: POSIX", "Operating System :: MacOS", "Operating System :: Unix"], "extras" : []} | json_instruct | {"type": "object", "properties": {"license": {"type": "string"}, "name": {"type": "string"}, "metadata_version": {"type": "string"}, "generator": {"type": "string"}, "summary": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "version": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"project_urls": {"type": "object", "properties": {"Home": {"type": "string"}}, "required": ["Home"]}, "document_names": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}}, "required": ["role", "email", "name"]}}}, "required": ["project_urls", "document_names", "contacts"]}, "python.commands": {"type": "object", "properties": {"wrap_console": {"type": "object", "properties": {"psqworker": {"type": "string"}}, "required": ["psqworker"]}}, "required": ["wrap_console"]}, "python.exports": {"type": "object", "properties": {"console_scripts": {"type": "object", "properties": {"psqworker": {"type": "string"}}, "required": ["psqworker"]}}, "required": ["console_scripts"]}}, "required": ["python.details", "python.commands", "python.exports"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "classifiers": {"type": "array", "items": {"type": "string"}}, "extras": {"type": "array", "items": {}}}, "required": ["license", "name", "metadata_version", "generator", "summary", "run_requires", "version", "extensions", "keywords", "classifiers", "extras"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"count": {"type": "integer"}, "second": {"type": "string"}, "child": {"type": "object", "properties": {"num": {"type": "integer"}, "name": {"type": "string"}, "num2": {"type": "integer"}}, "required": ["num", "name", "num2"]}}, "required": ["count", "second", "child"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"count" : 40, "second" : "Dave", "child" : {"num" : 15, "name" : "Mike", "num2" : 22}} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "second": {"type": "string"}, "child": {"type": "object", "properties": {"num": {"type": "integer"}, "name": {"type": "string"}, "num2": {"type": "integer"}}, "required": ["num", "name", "num2"]}}, "required": ["count", "second", "child"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["xmljade", "xmlpug"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"dir": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "scope": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "description": {"type": "string"}, "orientation": {"type": "string"}, "related_applications": {"type": "array", "items": {}}, "prefer_related_applications": {"type": "string"}, "icons": {"type": "array", "items": {}}, "url": {"type": "string"}, "generated": {"type": "boolean"}, "screenshots": {"type": "array", "items": {}}}, "required": ["dir", "lang", "name", "short_name", "scope", "display", "start_url", "background_color", "theme_color", "description", "orientation", "related_applications", "prefer_related_applications", "icons", "url", "generated", "screenshots"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dir" : "ltr", "lang" : "de", "name" : "The Butcher's Almanac", "short_name" : "The Butcher's Almanac", "scope" : "/the-butchers-almanac/", "display" : "standalone", "start_url" : "https://haydenm-312.github.io/the-butchers-almanac/", "background_color" : "#000000", "theme_color" : "transparent", "description" : "", "orientation" : "any", "related_applications" : [], "prefer_related_applications" : "false", "icons" : [], "url" : "https://haydenm-312.github.io/the-butchers-almanac/", "generated" : true, "screenshots" : []} | json_instruct | {"type": "object", "properties": {"dir": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "scope": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "description": {"type": "string"}, "orientation": {"type": "string"}, "related_applications": {"type": "array", "items": {}}, "prefer_related_applications": {"type": "string"}, "icons": {"type": "array", "items": {}}, "url": {"type": "string"}, "generated": {"type": "boolean"}, "screenshots": {"type": "array", "items": {}}}, "required": ["dir", "lang", "name", "short_name", "scope", "display", "start_url", "background_color", "theme_color", "description", "orientation", "related_applications", "prefer_related_applications", "icons", "url", "generated", "screenshots"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"page_hash": {"type": "string"}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "monsters": {"type": "array", "items": {}}}, "required": ["page_hash", "paragraphs", "monsters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"page_hash" : "b3543c5acc590340a69a5c49ee8a5516cfaba098030cfbb78f54b2649b5baa17", "paragraphs" : [{"type" : "text", "text" : "Vous \u00eates \u00e0 nouveau dans le couloir est de la Forteresse."}, {"type" : "link", "text" : "Choisirez- vous de pousser la porte qui se trouve en face de vous", "hash" : "e4edd75381048668f7269dd6d3f836d43e77c618a913dafc1c2d12f9efe3bc2a"}, {"type" : "link", "text" : "ou tenterez-vous d'ouvrir celle qui barre le fond du couloir ?", "hash" : "077d877895f4300a67d0b952fc677fe6b272b51f6978921b3354fbd1ceece01b"}], "monsters" : []} | json_instruct | {"type": "object", "properties": {"page_hash": {"type": "string"}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "monsters": {"type": "array", "items": {}}}, "required": ["page_hash", "paragraphs", "monsters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jailtime", "version" : "0.0.0", "description" : "Intercept external calls in a node application", "main" : "jailtime.js", "repository" : "https://github.com/vjeux/jailtime", "author" : "vjeux", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 10713, "cartId" : "e98abd4e-660a-4c11-9a00-2cf13095ce89", "preferredProducts" : [4591, 3142, 4120, 3481, 4343], "productReviews" : [{"productId" : 3966, "reviewText" : "I saw one of these in Bhutan and I bought one.", "reviewDate" : "2019-11-07T16:30:01.1463316+02:00"}, {"productId" : 978, "reviewText" : "I saw one of these in New Zealand and I bought one.", "reviewDate" : "2017-04-21T14:55:09.1811955+03:00"}, {"productId" : 1137, "reviewText" : "My co-worker Mohamed has one of these. He says it looks brown.", "reviewDate" : "2017-01-02T05:21:40.5910322+02:00"}, {"productId" : 1043, "reviewText" : "The box this comes in is 4 yard by 5 inch and weights 12 pound!", "reviewDate" : "2019-06-10T03:32:22.8756894+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"version": {"type": "integer"}, "number": {"type": "integer"}, "filename": {"type": "string"}, "start_date": {"type": "string"}, "feature_name": {"type": "array", "items": {}}, "issues": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "teams": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "number", "filename", "start_date", "feature_name", "issues", "title", "teams", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1, "number" : 112, "filename" : "0112-remove-cross-borrowing.md", "start_date" : "2014-06-09", "feature_name" : [], "issues" : ["[rust-lang/rust#10504](https://github.com/rust-lang/rust/issues/10504)"], "title" : "Remove coercion from Box to &mut", "teams" : ["Lang"], "tags" : ["A-typesystem", "A-references", "A-coercions"]} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "number": {"type": "integer"}, "filename": {"type": "string"}, "start_date": {"type": "string"}, "feature_name": {"type": "array", "items": {}}, "issues": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "teams": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "number", "filename", "start_date", "feature_name", "issues", "title", "teams", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"country" : "Wellington, New Zealand", "github" : "raquelxmoss", "home" : "http://www.raquelmoss.com/", "name" : "Raquel Moss", "twitter" : "raquelxmoss"} | json_instruct | {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"mysql": {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "user", "password", "database"]}}, "required": ["mysql"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mysql" : {"host" : "localhost", "user" : "jointdj", "password" : "jointdj", "database" : "jointdj"}} | json_instruct | {"type": "object", "properties": {"mysql": {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "user", "password", "database"]}}, "required": ["mysql"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "mappingHash": {"type": "integer"}, "isGlobal": {"type": "boolean"}}, "required": ["index", "hash", "blacklisted", "mappingIndex", "redacted", "mappingHash", "isGlobal"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 3323, "hash" : 1704963743, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "mappingHash" : 0, "isGlobal" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "mappingHash": {"type": "integer"}, "isGlobal": {"type": "boolean"}}, "required": ["index", "hash", "blacklisted", "mappingIndex", "redacted", "mappingHash", "isGlobal"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ingredientes": {"type": "array", "items": {"type": "object", "properties": {"nome": {"type": "string"}, "valor": {"type": "number"}}, "required": ["nome", "valor"]}}, "lanches": {"type": "array", "items": {"type": "object", "properties": {"nome": {"type": "string"}, "ingredientes": {"type": "array", "items": {"type": "string"}}}, "required": ["nome", "ingredientes"]}}, "pedidos": {"type": "array", "items": {}}}, "required": ["ingredientes", "lanches", "pedidos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ingredientes" : [{"nome" : "alface", "valor" : 0.4}, {"nome" : "bacon", "valor" : 2.0}, {"nome" : "hamburguer", "valor" : 3.0, "promocao" : true}, {"nome" : "ovo", "valor" : 0.8}, {"nome" : "queijo", "valor" : 1.5, "promocao" : true}], "lanches" : [{"nome" : "x-bacon", "ingredientes" : ["bacon", "hamburguer", "queijo"]}, {"nome" : "x-burguer", "ingredientes" : ["hamburguer", "queijo"]}, {"nome" : "x-egg", "ingredientes" : ["ovo", "hamburguer", "queijo"]}, {"nome" : "x-egg bacon", "ingredientes" : ["ovo", "bacon", "hamburguer", "queijo"]}], "pedidos" : []} | json_instruct | {"type": "object", "properties": {"ingredientes": {"type": "array", "items": {"type": "object", "properties": {"nome": {"type": "string"}, "valor": {"type": "number"}}, "required": ["nome", "valor"]}}, "lanches": {"type": "array", "items": {"type": "object", "properties": {"nome": {"type": "string"}, "ingredientes": {"type": "array", "items": {"type": "string"}}}, "required": ["nome", "ingredientes"]}}, "pedidos": {"type": "array", "items": {}}}, "required": ["ingredientes", "lanches", "pedidos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}}, "required": ["symbol", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "TPS+", "address" : "0xdEcad07BCba1A655D908307617d7Cc48e6228B99"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}}, "required": ["symbol", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"PRE": {"type": "integer"}, "ENC": {"type": "array", "items": {"type": "integer"}}}, "required": ["PRE", "ENC"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PRE" : 1600, "ENC" : [40095744, 1, 42692608, 4, 45342720, 6, 45793280, 1, 49610752, 10, 112873472, 1, 113164288, 2, 113455104, 1, 113741824, 3, 120262656, 1, 129171456, 1, 134471680, 1, 137285632, 1, 139542528, 1, 144273408, 1, 150761472, 1, 157519872, 1, 158871552, 1, 142213120, 3, 145899520, 1, 146440192, 11, 147054592, 1]} | json_instruct | {"type": "object", "properties": {"PRE": {"type": "integer"}, "ENC": {"type": "array", "items": {"type": "integer"}}}, "required": ["PRE", "ENC"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subject" : "EDUC", "catalog_nbr" : 735, "section" : 956, "class_nbr" : 3249, "title" : "SEM INTERN ED ADM I", "component" : "Lecture", "units" : 3, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "SCHAINKER,STANLEY A", "load" : "100", "rank" : "INST", "attributes" : null, "enrl_cap" : 25, "enrl_tot" : 13, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}, {"subject" : "EDUC", "catalog_nbr" : 735, "section" : 1, "class_nbr" : 3248, "title" : "SEM INTERN ED ADM I", "component" : "Lecture", "units" : 3, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "Horner,Martinette Venable", "load" : "100", "rank" : "INST", "attributes" : null, "enrl_cap" : 25, "enrl_tot" : 19, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "answer": {"type": "object", "properties": {"model": {"type": "integer"}, "human": {"type": "integer"}}, "required": ["model", "human"]}}, "required": ["id", "article", "questions", "options", "answer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3688", "article" : "Friendship is very pleasant and also essential to people ' s life . A man without friends is an angel without wings , whose life will suffer in the long loneliness and depression , Friendship is the mother of our spirit , who ' ll warm her kid when hurt occures , We have much to share with our friends in life , confusion , excitement , bitterness etc , It ' s great to keep up a sincere friendship . It takes many special qualities to make friends , Understanding should come first . Only when we get a better understanding of each other can we gain a believable and meaningful friendship . We may find our hobbies of common interest . This feeling of natural attraction gets us closer and closer . It also takes a special kind of love that seems to know no end , Never hesitate to show your heartfelt care and kindness to your friend when she / he is in trouble . Love is not selfish , Love is a feeling that we should treasure all our lives , Tolerance is the third necessary part in friendship , . We are absolutely different persons , This individual difference may cause conflict between us in every aspect of our life . Do n ' t care yourself too much . Try to tolerate him / her in an easy mood , Saints are not perfect , let alone those ordinary people like us . Afterwards , we should get a good communication . Understanding , love and tolerance are the first three essences that come to a true friendship . Other qualities are also concerned such a s thoughtfulness , trust and patience , Remember , friendship is your spirit ' s guard and everyone should treasure it .", "questions" : "Which of the following is true according to the passage ?", "options" : {"model" : ["friends can help us overcome loneliness and depression *", "we should value our friendship because it is very important to make friends ."], "human" : ["Friends can make us patient and believable .", "Friends can help us overcome loneliness and depression *"]}, "answer" : {"model" : 0, "human" : 1}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "answer": {"type": "object", "properties": {"model": {"type": "integer"}, "human": {"type": "integer"}}, "required": ["model", "human"]}}, "required": ["id", "article", "questions", "options", "answer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "number"}, "pace": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "pace", "distanceLabel", "duration", "runByRunner"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "half1-21", "date" : "2016-04-02", "distance" : 13.1, "pace" : 10.75, "distanceLabel" : "half marathon", "duration" : 140.825, "runByRunner" : "Cleveland"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "number"}, "pace": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "pace", "distanceLabel", "duration", "runByRunner"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"databaseName": {"type": "string"}, "version": {"type": "string"}, "stores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "keyPath": {"type": "string"}, "type": {"type": "string"}, "indexes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "nullable": {"type": "boolean"}}, "required": ["name", "type", "nullable"]}}}, "required": ["name", "keyPath", "type", "indexes"]}}}, "required": ["databaseName", "version", "stores"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"databaseName" : "jLogger", "version" : "1", "stores" : [{"name" : "log", "keyPath" : "logId", "type" : "number", "indexes" : [{"name" : "level", "type" : "string", "nullable" : false}, {"name" : "date", "type" : "date", "nullable" : false}]}]} | json_instruct | {"type": "object", "properties": {"databaseName": {"type": "string"}, "version": {"type": "string"}, "stores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "keyPath": {"type": "string"}, "type": {"type": "string"}, "indexes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "nullable": {"type": "boolean"}}, "required": ["name", "type", "nullable"]}}}, "required": ["name", "keyPath", "type", "indexes"]}}}, "required": ["databaseName", "version", "stores"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"data_type": {"type": "string"}, "total_queries": {"type": "integer"}, "SELECT_queries": {"type": "integer"}, "DESCRIBE_queries": {"type": "integer"}, "CONSTRUCT_queries": {"type": "integer"}, "ASK_queries": {"type": "integer"}, "found_scenarios": {"type": "object", "properties": {"looking_for": {"type": "string"}, "total_occurrences": {"type": "integer"}, "total_scenarios": {"type": "integer"}, "prop_one": {"type": "integer"}, "prop_two": {"type": "integer"}, "prop_three": {"type": "integer"}, "prop_four": {"type": "integer"}, "obj_one": {"type": "integer"}, "obj_two": {"type": "integer"}, "obj_three": {"type": "integer"}, "obj_four": {"type": "integer"}, "sub_one": {"type": "integer"}, "sub_two": {"type": "integer"}, "sub_three": {"type": "integer"}, "sub_four": {"type": "integer"}, "filter": {"type": "integer"}, "optional": {"type": "integer"}, "union": {"type": "integer"}, "prop_path": {"type": "integer"}, "bind": {"type": "integer"}, "blank_node": {"type": "integer"}, "minus": {"type": "integer"}, "subselect": {"type": "integer"}, "literal": {"type": "integer"}, "values": {"type": "integer"}, "service": {"type": "integer"}, "other": {"type": "integer"}}, "required": ["looking_for", "total_occurrences", "total_scenarios", "prop_one", "prop_two", "prop_three", "prop_four", "obj_one", "obj_two", "obj_three", "obj_four", "sub_one", "sub_two", "sub_three", "sub_four", "filter", "optional", "union", "prop_path", "bind", "blank_node", "minus", "subselect", "literal", "values", "service", "other"]}}, "required": ["data_type", "total_queries", "SELECT_queries", "DESCRIBE_queries", "CONSTRUCT_queries", "ASK_queries", "found_scenarios"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data_type" : "reference_metadata", "total_queries" : 5384, "SELECT_queries" : 5332, "DESCRIBE_queries" : 0, "CONSTRUCT_queries" : 52, "ASK_queries" : 0, "found_scenarios" : {"looking_for" : "reference_metadata", "total_occurrences" : 11689, "total_scenarios" : 11693, "prop_one" : 234, "prop_two" : 46, "prop_three" : 0, "prop_four" : 0, "obj_one" : 1485, "obj_two" : 0, "obj_three" : 0, "obj_four" : 0, "sub_one" : 1483, "sub_two" : 0, "sub_three" : 0, "sub_four" : 0, "filter" : 15, "optional" : 4333, "union" : 93, "prop_path" : 2540, "bind" : 0, "blank_node" : 7, "minus" : 25, "subselect" : 1427, "literal" : 1, "values" : 0, "service" : 0, "other" : 4}} | json_instruct | {"type": "object", "properties": {"data_type": {"type": "string"}, "total_queries": {"type": "integer"}, "SELECT_queries": {"type": "integer"}, "DESCRIBE_queries": {"type": "integer"}, "CONSTRUCT_queries": {"type": "integer"}, "ASK_queries": {"type": "integer"}, "found_scenarios": {"type": "object", "properties": {"looking_for": {"type": "string"}, "total_occurrences": {"type": "integer"}, "total_scenarios": {"type": "integer"}, "prop_one": {"type": "integer"}, "prop_two": {"type": "integer"}, "prop_three": {"type": "integer"}, "prop_four": {"type": "integer"}, "obj_one": {"type": "integer"}, "obj_two": {"type": "integer"}, "obj_three": {"type": "integer"}, "obj_four": {"type": "integer"}, "sub_one": {"type": "integer"}, "sub_two": {"type": "integer"}, "sub_three": {"type": "integer"}, "sub_four": {"type": "integer"}, "filter": {"type": "integer"}, "optional": {"type": "integer"}, "union": {"type": "integer"}, "prop_path": {"type": "integer"}, "bind": {"type": "integer"}, "blank_node": {"type": "integer"}, "minus": {"type": "integer"}, "subselect": {"type": "integer"}, "literal": {"type": "integer"}, "values": {"type": "integer"}, "service": {"type": "integer"}, "other": {"type": "integer"}}, "required": ["looking_for", "total_occurrences", "total_scenarios", "prop_one", "prop_two", "prop_three", "prop_four", "obj_one", "obj_two", "obj_three", "obj_four", "sub_one", "sub_two", "sub_three", "sub_four", "filter", "optional", "union", "prop_path", "bind", "blank_node", "minus", "subselect", "literal", "values", "service", "other"]}}, "required": ["data_type", "total_queries", "SELECT_queries", "DESCRIBE_queries", "CONSTRUCT_queries", "ASK_queries", "found_scenarios"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "cardpool": {"type": "string"}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "cardpool", "tcg", "ocg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 73452089, "ot" : 3, "alias" : 0, "setcode" : 110, "type" : 97, "atk" : 2800, "def" : 2300, "level" : 8, "race" : 2, "attribute" : 32, "category" : 2164285440, "name" : "Dark Cavalry", "desc" : "“Dark Magician” + 1 Warrior monster\nGains 100 ATK for each Spell/Trap on the field and in the GYs. If this card attacks a Defense Position monster, inflict piercing battle damage. When a card or effect is activated that targets a card on the field (Quick Effect): You can discard 1 card; negate the activation, and if you do, destroy it.", "str1" : "", "str2" : "", "str3" : "", "str4" : "", "str5" : "", "str6" : "", "str7" : "", "str8" : "", "str9" : "", "str10" : "", "str11" : "", "str12" : "", "str13" : "", "str14" : "", "str15" : "", "str16" : "", "cardpool" : "OCG/TCG", "tcg" : {"pack" : "Duel Power", "pack_id" : "DUPO-EN002", "date" : "2019-04-03"}, "ocg" : {"pack" : "20th Anniversary Duelist Box", "pack_id" : "20TH-JPB02", "date" : "2018-12-22"}, "picture" : "https://vignette.wikia.nocookie.net/yugioh/images/1/1f/DarkCavalry-DUPO-EN-UR-1E.png"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "cardpool": {"type": "string"}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "cardpool", "tcg", "ocg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "null"}, "fai_flight_count": {"type": "integer"}, "fai_flight_list": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "duration": {"type": "string"}, "mission": {"type": "string"}}, "required": ["date", "duration", "mission"]}}, "first_name": {"type": "string"}, "img": {"type": "string"}, "last_name": {"type": "string"}, "name": {"type": "string"}, "nationality": {"type": "string"}, "selection_date": {"type": "string"}, "selection_group": {"type": "string"}, "status": {"type": "string"}}, "required": ["birth_date", "birth_place", "died", "fai_flight_count", "fai_flight_list", "first_name", "img", "last_name", "name", "nationality", "selection_date", "selection_group", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"birth_date" : "1952-01-24", "birth_place" : "Quonset Point, Rhode Island, United States", "died" : null, "fai_flight_count" : 3, "fai_flight_list" : [{"date" : "1992-01-22", "duration" : "8d 1h 14m 44s", "mission" : "STS-42"}, {"date" : "1993-09-12", "duration" : "9d 20h 11m 11s", "mission" : "STS-51"}, {"date" : "1996-09-16", "duration" : "10d 3h 18m 26s", "mission" : "STS-79"}], "first_name" : "William Readdy", "img" : "https://www.worldspaceflight.com/bios/photos/unitedstates/readdy-w.jpg", "last_name" : "Readdy\"Bill\"", "name" : "William Readdy Readdy\"Bill\"", "nationality" : "American", "selection_date" : "1987-06-05", "selection_group" : "NASA Group 12", "status" : "Retired"} | json_instruct | {"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "null"}, "fai_flight_count": {"type": "integer"}, "fai_flight_list": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "duration": {"type": "string"}, "mission": {"type": "string"}}, "required": ["date", "duration", "mission"]}}, "first_name": {"type": "string"}, "img": {"type": "string"}, "last_name": {"type": "string"}, "name": {"type": "string"}, "nationality": {"type": "string"}, "selection_date": {"type": "string"}, "selection_group": {"type": "string"}, "status": {"type": "string"}}, "required": ["birth_date", "birth_place", "died", "fai_flight_count", "fai_flight_list", "first_name", "img", "last_name", "name", "nationality", "selection_date", "selection_group", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Pulligny", "dpt" : "Meurthe-et-Moselle", "inscrits" : 964, "abs" : 186, "votants" : 778, "blancs" : 83, "nuls" : 23, "exp" : 672, "res" : [{"panneau" : "1", "voix" : 389}, {"panneau" : "2", "voix" : 283}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Montenegro - Urban Development", "downloads" : 63, "tags" : ["development", "hxl", "indicators", "Montenegro"], "hxl" : 1, "org" : "World Bank Group", "id" : "23a21b53-01b4-472e-98ce-ad022bbc3516", "resources" : [{"update_date" : "2021-01-29T03:52:15.425765", "link" : "https://data.humdata.org/dataset/23a21b53-01b4-472e-98ce-ad022bbc3516/resource/fbbd205e-cbee-403b-8c6c-27c252534218/download/urban-development_mne.csv"}, {"update_date" : "2021-01-29T03:52:15.425765", "link" : "https://data.humdata.org/dataset/23a21b53-01b4-472e-98ce-ad022bbc3516/resource/3b955175-edd7-4034-897b-97147389d93f/download/qc_urban-development_mne.csv"}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"mode": {"type": "string"}, "vertices": {"type": "array", "items": {"type": "object", "properties": {"vertexType": {"type": "string"}, "platform": {"type": "string"}, "_type": {"type": "string"}, "malwareType": {"type": "array", "items": {"type": "string"}}, "signatureDate": {"type": "integer"}, "source": {"type": "string"}, "_id": {"type": "string"}, "prevalence": {"type": "string"}, "name": {"type": "string"}, "knownFileTypes": {"type": "array", "items": {"type": "string"}}, "discoveryDate": {"type": "integer"}, "modifiedDate": {"type": "integer"}}, "required": ["vertexType", "platform", "_type", "malwareType", "signatureDate", "source", "_id", "prevalence", "name", "knownFileTypes", "discoveryDate", "modifiedDate"]}}, "edges": {"type": "array", "items": {}}}, "required": ["mode", "vertices", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mode" : "NORMAL", "vertices" : [{"vertexType" : "malware", "platform" : "Windows", "_type" : "vertex", "malwareType" : ["Trojan"], "signatureDate" : 1284593193000, "source" : "Sophos", "_id" : "Troj/FBJack-A", "prevalence" : "Small Number of Reports", "name" : "Troj/FBJack-A", "knownFileTypes" : ["application/octet-stream", "text/html"], "discoveryDate" : 1284593193000, "modifiedDate" : 1284624938000}], "edges" : []} | json_instruct | {"type": "object", "properties": {"mode": {"type": "string"}, "vertices": {"type": "array", "items": {"type": "object", "properties": {"vertexType": {"type": "string"}, "platform": {"type": "string"}, "_type": {"type": "string"}, "malwareType": {"type": "array", "items": {"type": "string"}}, "signatureDate": {"type": "integer"}, "source": {"type": "string"}, "_id": {"type": "string"}, "prevalence": {"type": "string"}, "name": {"type": "string"}, "knownFileTypes": {"type": "array", "items": {"type": "string"}}, "discoveryDate": {"type": "integer"}, "modifiedDate": {"type": "integer"}}, "required": ["vertexType", "platform", "_type", "malwareType", "signatureDate", "source", "_id", "prevalence", "name", "knownFileTypes", "discoveryDate", "modifiedDate"]}}, "edges": {"type": "array", "items": {}}}, "required": ["mode", "vertices", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.