PromucFlow_constructor/app/client/cypress/fixtures/JSObjOnLoadApp.json

5653 lines
425 KiB
JSON
Raw Normal View History

{
"clientSchemaVersion": 1,
"serverSchemaVersion": 4,
"exportedApplication": {
"name": "JSObjOnLoadApp",
"isPublic": false,
"appIsExample": false,
"unreadCommentThreads": 0,
"color": "#F5D1D1",
"icon": "rupee",
"slug": "jsobjonloadapp",
"evaluationVersion": 2,
"applicationVersion": 2,
"isManualUpdate": false,
"new": true
},
"datasourceList": [
],
"pageList": [
{
"userPermissions": [
"read:pages",
"manage:pages"
],
"gitSyncId": "628384461e78b316792f7677_628384461e78b316792f7679",
"unpublishedPage": {
"name": "Page1",
"slug": "page1",
"layouts": [
{
"id": "Page1",
"userPermissions": [
],
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 4896,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 1290,
"containerStyle": "none",
"snapRows": 125,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 58,
"minHeight": 1292,
"dynamicTriggerPathList": [
],
"parentColumnSpace": 1,
"dynamicBindingPathList": [
],
"leftColumn": 0,
"children": [
{
"boxShadow": "none",
"widgetName": "Select1",
"isFilterable": true,
"dynamicPropertyPathList": [
],
"displayName": "Select",
"iconSVG": "/static/media/icon.bd99caba.svg",
"labelText": "Select a City to see its Country:",
"topRow": 3,
"bottomRow": 7,
"parentRowSpace": 10,
"labelWidth": "13",
"type": "SELECT_WIDGET",
"serverSideFiltering": false,
"hideCard": false,
"defaultOptionValue": "",
"animateLoading": true,
"parentColumnSpace": 16.65625,
"dynamicTriggerPathList": [
{
"key": "onOptionChange"
}
],
"leftColumn": 4,
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
}
],
"labelPosition": "Left",
"options": "",
"placeholderText": "Select option",
"isDisabled": false,
"key": "hmhhxw73vt",
"labelTextSize": "0.875rem",
"isRequired": false,
"rightColumn": 34,
"widgetId": "b75q6rr23q",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"isVisible": true,
"version": 1,
"parentId": "0",
"labelAlignment": "left",
"renderMode": "CANVAS",
"isLoading": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"onOptionChange": ""
},
{
"schema": {
"__root_schema__": {
"children": {
"name": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "A Storm of Swords",
"isCustomField": false,
"accessor": "name",
"identifier": "name",
"position": 0,
"originalIdentifier": "name",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Name"
},
"url": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "https://anapioficeandfire.com/api/books/3",
"isCustomField": false,
"accessor": "url",
"identifier": "url",
"position": 1,
"originalIdentifier": "url",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Url"
},
"isbn": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.isbn))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "978-0553106633",
"isCustomField": false,
"accessor": "isbn",
"identifier": "isbn",
"position": 2,
"originalIdentifier": "isbn",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Isbn"
},
"authors": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.authors))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"George R. R. Martin"
],
"isCustomField": false,
"accessor": "authors",
"identifier": "authors",
"position": 3,
"originalIdentifier": "authors",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Authors",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": "{{ getBooks.data.authors.map(((auth) => { \n return { label: auth.toString().split('/').slice(-1)[0], value: auth.toString().split('/').slice(-1)[0] } \n })) \n}}"
},
"numberOfPages": {
"children": {
},
"dataType": "number",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.numberOfPages))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Number Input",
"sourceData": 992,
"isCustomField": false,
"accessor": "numberOfPages",
"identifier": "numberOfPages",
"position": 4,
"originalIdentifier": "numberOfPages",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Number Of Pages"
},
"publisher": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.publisher))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "Bantam Books",
"isCustomField": false,
"accessor": "publisher",
"identifier": "publisher",
"position": 5,
"originalIdentifier": "publisher",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Publisher"
},
"country": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.country))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "United States",
"isCustomField": false,
"accessor": "country",
"identifier": "country",
"position": 6,
"originalIdentifier": "country",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Country"
},
"mediaType": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.mediaType))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "Hardcover",
"isCustomField": false,
"accessor": "mediaType",
"identifier": "mediaType",
"position": 7,
"originalIdentifier": "mediaType",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Media Type"
},
"released": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.released, \"YYYY-MM-DDTHH:mm:ss\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Datepicker",
"sourceData": "2000-10-31T00:00:00",
"isCustomField": false,
"accessor": "released",
"identifier": "released",
"position": 8,
"originalIdentifier": "released",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"closeOnSelection": false,
"convertToISO": false,
"dateFormat": "YYYY-MM-DDTHH:mm:ss",
"isDisabled": false,
"isRequired": false,
"isVisible": true,
"label": "Released",
"maxDate": "2121-12-31T18:29:00.000Z",
"minDate": "1920-12-31T18:30:00.000Z",
"shortcuts": false,
"timePrecision": "minute",
"labelTextSize": "0.875rem"
},
"characters": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.characters[0].toString().split('/').slice(-1)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"https://anapioficeandfire.com/api/characters/2",
"https://anapioficeandfire.com/api/characters/3",
"https://anapioficeandfire.com/api/characters/7",
"https://anapioficeandfire.com/api/characters/12",
"https://anapioficeandfire.com/api/characters/13",
"https://anapioficeandfire.com/api/characters/16",
"https://anapioficeandfire.com/api/characters/20",
"https://anapioficeandfire.com/api/characters/21",
"https://anapioficeandfire.com/api/characters/27",
"https://anapioficeandfire.com/api/characters/31",
"https://anapioficeandfire.com/api/characters/35",
"https://anapioficeandfire.com/api/characters/36",
"https://anapioficeandfire.com/api/characters/37",
"https://anapioficeandfire.com/api/characters/38",
"https://anapioficeandfire.com/api/characters/39",
"https://anapioficeandfire.com/api/characters/40",
"https://anapioficeandfire.com/api/characters/41",
"https://anapioficeandfire.com/api/characters/42",
"https://anapioficeandfire.com/api/characters/46",
"https://anapioficeandfire.com/api/characters/50",
"https://anapioficeandfire.com/api/characters/51",
"https://anapioficeandfire.com/api/characters/52",
"https://anapioficeandfire.com/api/characters/53",
"https://anapioficeandfire.com/api/characters/54",
"https://anapioficeandfire.com/api/characters/56",
"https://anapioficeandfire.com/api/characters/58",
"https://anapioficeandfire.com/api/characters/60",
"https://anapioficeandfire.com/api/characters/62",
"https://anapioficeandfire.com/api/characters/64",
"https://anapioficeandfire.com/api/characters/67",
"https://anapioficeandfire.com/api/characters/68",
"https://anapioficeandfire.com/api/characters/69",
"https://anapioficeandfire.com/api/characters/70",
"https://anapioficeandfire.com/api/characters/71",
"https://anapioficeandfire.com/api/characters/72",
"https://anapioficeandfire.com/api/characters/73",
"https://anapioficeandfire.com/api/characters/77",
"https://anapioficeandfire.com/api/characters/78",
"https://anapioficeandfire.com/api/characters/79",
"https://anapioficeandfire.com/api/characters/80",
"https://anapioficeandfire.com/api/characters/81",
"https://anapioficeandfire.com/api/characters/82",
"https://anapioficeandfire.com/api/characters/84",
"https://anapioficeandfire.com/api/characters/85",
"https://anapioficeandfire.com/api/characters/86",
"https://anapioficeandfire.com/api/characters/87",
"https://anapioficeandfire.com/api/characters/89",
"https://anapioficeandfire.com/api/characters/94",
"https://anapioficeandfire.com/api/characters/95",
"https://anapioficeandfire.com/api/characters/96",
"https://anapioficeandfire.com/api/characters/100",
"https://anapioficeandfire.com/api/characters/105",
"https://anapioficeandfire.com/api/characters/108",
"https://anapioficeandfire.com/api/characters/111",
"https://anapioficeandfire.com/api/characters/112",
"https://anapioficeandfire.com/api/characters/114",
"https://anapioficeandfire.com/api/characters/115",
"https://anapioficeandfire.com/api/characters/116",
"https://anapioficeandfire.com/api/characters/117",
"https://anapioficeandfire.com/api/characters/118",
"https://anapioficeandfire.com/api/characters/120",
"https://anapioficeandfire.com/api/characters/122",
"https://anapioficeandfire.com/api/characters/123",
"https://anapioficeandfire.com/api/characters/124",
"https://anapioficeandfire.com/api/characters/125",
"https://anapioficeandfire.com/api/characters/127",
"https://anapioficeandfire.com/api/characters/130",
"https://anapioficeandfire.com/api/characters/138",
"https://anapioficeandfire.com/api/characters/141",
"https://anapioficeandfire.com/api/characters/142",
"https://anapioficeandfire.com/api/characters/145",
"https://anapioficeandfire.com/api/characters/146",
"https://anapioficeandfire.com/api/characters/147",
"https://anapioficeandfire.com/api/characters/149",
"https://anapioficeandfire.com/api/characters/151",
"https://anapioficeandfire.com/api/characters/153",
"https://anapioficeandfire.com/api/characters/158",
"https://anapioficeandfire.com/api/characters/159",
"https://anapioficeandfire.com/api/characters/160",
"https://anapioficeandfire.com/api/characters/161",
"https://anapioficeandfire.com/api/characters/162",
"https://anapioficeandfire.com/api/characters/164",
"https://anapioficeandfire.com/api/characters/168",
"https://anapioficeandfire.com/api/characters/169",
"https://anapioficeandfire.com/api/characters/173",
"https://anapioficeandfire.com/api/characters/175",
"https://anapioficeandfire.com/api/characters/177",
"https://anapioficeandfire.com/api/characters/179",
"https://anapioficeandfire.com/api/characters/180",
"https://anapioficeandfire.com/api/characters/181",
"https://anapioficeandfire.com/api/characters/187",
"https://anapioficeandfire.com/api/characters/188",
"https://anapioficeandfire.com/api/characters/189",
"https://anapioficeandfire.com/api/characters/190",
"https://anapioficeandfire.com/api/characters/193",
"https://anapioficeandfire.com/api/characters/194",
"https://anapioficeandfire.com/api/characters/199",
"https://anapioficeandfire.com/api/characters/200",
"https://anapioficeandfire.com/api/characters/202",
"https://anapioficeandfire.com/api/characters/203",
"https://anapioficeandfire.com/api/characters/204",
"https://anapioficeandfire.com/api/characters/206",
"https://anapioficeandfire.com/api/characters/214",
"https://anapioficeandfire.com/api/characters/216",
"https://anapioficeandfire.com/api/characters/217",
"https://anapioficeandfire.com/api/characters/219",
"https://anapioficeandfire.com/api/characters/222",
"https://anapioficeandfire.com/api/characters/223",
"https://anapioficeandfire.com/api/characters/225",
"https://anapioficeandfire.com/api/characters/227",
"https://anapioficeandfire.com/api/characters/228",
"https://anapioficeandfire.com/api/characters/230",
"https://anapioficeandfire.com/api/characters/234",
"https://anapioficeandfire.com/api/characters/235",
"https://anapioficeandfire.com/api/characters/237",
"https://anapioficeandfire.com/api/characters/238",
"https://anapioficeandfire.com/api/characters/245",
"https://anapioficeandfire.com/api/characters/247",
"https://anapioficeandfire.com/api/characters/250",
"https://anapioficeandfire.com/api/characters/251",
"https://anapioficeandfire.com/api/characters/252",
"https://anapioficeandfire.com/api/characters/254",
"https://anapioficeandfire.com/api/characters/262",
"https://anapioficeandfire.com/api/characters/263",
"https://anapioficeandfire.com/api/characters/264",
"https://anapioficeandfire.com/api/characters/267",
"https://anapioficeandfire.com/api/characters/273",
"https://anapioficeandfire.com/api/characters/274",
"https://anapioficeandfire.com/api/characters/279",
"https://anapioficeandfire.com/api/characters/280",
"https://anapioficeandfire.com/api/characters/282",
"https://anapioficeandfire.com/api/characters/285",
"https://anapioficeandfire.com/api/characters/286",
"https://anapioficeandfire.com/api/characters/288",
"https://anapioficeandfire.com/api/characters/290",
"https://anapioficeandfire.com/api/characters/291",
"https://anapioficeandfire.com/api/characters/292",
"https://anapioficeandfire.com/api/characters/294",
"https://anapioficeandfire.com/api/characters/295",
"https://anapioficeandfire.com/api/characters/296",
"https://anapioficeandfire.com/api/characters/297",
"https://anapioficeandfire.com/api/characters/298",
"https://anapioficeandfire.com/api/characters/299",
"https://anapioficeandfire.com/api/characters/300",
"https://anapioficeandfire.com/api/characters/303",
"https://anapioficeandfire.com/api/characters/306",
"https://anapioficeandfire.com/api/characters/308",
"https://anapioficeandfire.com/api/characters/309",
"https://anapioficeandfire.com/api/characters/310",
"https://anapioficeandfire.com/api/characters/311",
"https://anapioficeandfire.com/api/characters/312",
"https://anapioficeandfire.com/api/characters/315",
"https://anapioficeandfire.com/api/characters/320",
"https://anapioficeandfire.com/api/characters/321",
"https://anapioficeandfire.com/api/characters/322",
"https://anapioficeandfire.com/api/characters/323",
"https://anapioficeandfire.com/api/characters/325",
"https://anapioficeandfire.com/api/characters/326",
"https://anapioficeandfire.com/api/characters/327",
"https://anapioficeandfire.com/api/characters/329",
"https://anapioficeandfire.com/api/characters/330",
"https://anapioficeandfire.com/api/characters/331",
"https://anapioficeandfire.com/api/characters/332",
"https://anapioficeandfire.com/api/characters/336",
"https://anapioficeandfire.com/api/characters/337",
"https://anapioficeandfire.com/api/characters/338",
"https://anapioficeandfire.com/api/characters/339",
"https://anapioficeandfire.com/api/characters/341",
"https://anapioficeandfire.com/api/characters/346",
"https://anapioficeandfire.com/api/characters/347",
"https://anapioficeandfire.com/api/characters/348",
"https://anapioficeandfire.com/api/characters/352",
"https://anapioficeandfire.com/api/characters/357",
"https://anapioficeandfire.com/api/characters/360",
"https://anapioficeandfire.com/api/characters/361",
"https://anapioficeandfire.com/api/characters/362",
"https://anapioficeandfire.com/api/characters/364",
"https://anapioficeandfire.com/api/characters/365",
"https://anapioficeandfire.com/api/characters/368",
"https://anapioficeandfire.com/api/characters/369",
"https://anapioficeandfire.com/api/characters/370",
"https://anapioficeandfire.com/api/characters/372",
"https://anapioficeandfire.com/api/characters/374",
"https://anapioficeandfire.com/api/characters/375",
"https://anapioficeandfire.com/api/characters/377",
"https://anapioficeandfire.com/api/characters/379",
"https://anapioficeandfire.com/api/characters/380",
"https://anapioficeandfire.com/api/characters/381",
"https://anapioficeandfire.com/api/characters/382",
"https://anapioficeandfire.com/api/characters/383",
"https://anapioficeandfire.com/api/characters/385",
"https://anapioficeandfire.com/api/characters/392",
"https://anapioficeandfire.com/api/characters/393",
"https://anapioficeandfire.com/api/characters/394",
"https://anapioficeandfire.com/api/characters/397",
"https://anapioficeandfire.com/api/characters/401",
"https://anapioficeandfire.com/api/characters/404",
"https://anapioficeandfire.com/api/characters/405",
"https://anapioficeandfire.com/api/characters/406",
"https://anapioficeandfire.com/api/characters/408",
"https://anapioficeandfire.com/api/characters/411",
"https://anapioficeandfire.com/api/characters/413",
"https://anapioficeandfire.com/api/characters/415",
"https://anapioficeandfire.com/api/characters/416",
"https://anapioficeandfire.com/api/characters/417",
"https://anapioficeandfire.com/api/characters/418",
"https://anapioficeandfire.com/api/characters/421",
"https://anapioficeandfire.com/api/characters/423",
"https://anapioficeandfire.com/api/characters/424",
"https://anapioficeandfire.com/api/characters/426",
"https://anapioficeandfire.com/api/characters/434",
"https://anapioficeandfire.com/api/characters/438",
"https://anapioficeandfire.com/api/characters/439",
"https://anapioficeandfire.com/api/characters/442",
"https://anapioficeandfire.com/api/characters/443",
"https://anapioficeandfire.com/api/characters/448",
"https://anapioficeandfire.com/api/characters/453",
"https://anapioficeandfire.com/api/characters/458",
"https://anapioficeandfire.com/api/characters/461",
"https://anapioficeandfire.com/api/characters/462",
"https://anapioficeandfire.com/api/characters/465",
"https://anapioficeandfire.com/api/characters/470",
"https://anapioficeandfire.com/api/characters/475",
"https://anapioficeandfire.com/api/characters/476",
"https://anapioficeandfire.com/api/characters/485",
"https://anapioficeandfire.com/api/characters/486",
"https://anapioficeandfire.com/api/characters/487",
"https://anapioficeandfire.com/api/characters/490",
"https://anapioficeandfire.com/api/characters/496",
"https://anapioficeandfire.com/api/characters/498",
"https://anapioficeandfire.com/api/characters/499",
"https://anapioficeandfire.com/api/characters/500",
"https://anapioficeandfire.com/api/characters/501",
"https://anapioficeandfire.com/api/characters/502",
"https://anapioficeandfire.com/api/characters/503",
"https://anapioficeandfire.com/api/characters/504",
"https://anapioficeandfire.com/api/characters/506",
"https://anapioficeandfire.com/api/characters/507",
"https://anapioficeandfire.com/api/characters/511",
"https://anapioficeandfire.com/api/characters/519",
"https://anapioficeandfire.com/api/characters/521",
"https://anapioficeandfire.com/api/characters/522",
"https://anapioficeandfire.com/api/characters/523",
"https://anapioficeandfire.com/api/characters/524",
"https://anapioficeandfire.com/api/characters/526",
"https://anapioficeandfire.com/api/characters/527",
"https://anapioficeandfire.com/api/characters/530",
"https://anapioficeandfire.com/api/characters/531",
"https://anapioficeandfire.com/api/characters/532",
"https://anapioficeandfire.com/api/characters/533",
"https://anapioficeandfire.com/api/characters/534",
"https://anapioficeandfire.com/api/characters/535",
"https://anapioficeandfire.com/api/characters/536",
"https://anapioficeandfire.com/api/characters/537",
"https://anapioficeandfire.com/api/characters/539",
"https://anapioficeandfire.com/api/characters/547",
"https://anapioficeandfire.com/api/characters/549",
"https://anapioficeandfire.com/api/characters/550",
"https://anapioficeandfire.com/api/characters/553",
"https://anapioficeandfire.com/api/characters/555",
"https://anapioficeandfire.com/api/characters/557",
"https://anapioficeandfire.com/api/characters/559",
"https://anapioficeandfire.com/api/characters/560",
"https://anapioficeandfire.com/api/characters/561",
"https://anapioficeandfire.com/api/characters/562",
"https://anapioficeandfire.com/api/characters/563",
"https://anapioficeandfire.com/api/characters/565",
"https://anapioficeandfire.com/api/characters/571",
"https://anapioficeandfire.com/api/characters/572",
"https://anapioficeandfire.com/api/characters/574",
"https://anapioficeandfire.com/api/characters/575",
"https://anapioficeandfire.com/api/characters/576",
"https://anapioficeandfire.com/api/characters/580",
"https://anapioficeandfire.com/api/characters/585",
"https://anapioficeandfire.com/api/characters/586",
"https://anapioficeandfire.com/api/characters/587",
"https://anapioficeandfire.com/api/characters/588",
"https://anapioficeandfire.com/api/characters/590",
"https://anapioficeandfire.com/api/characters/592",
"https://anapioficeandfire.com/api/characters/595",
"https://anapioficeandfire.com/api/characters/597",
"https://anapioficeandfire.com/api/characters/599",
"https://anapioficeandfire.com/api/characters/600",
"https://anapioficeandfire.com/api/characters/602",
"https://anapioficeandfire.com/api/characters/603",
"https://anapioficeandfire.com/api/characters/604",
"https://anapioficeandfire.com/api/characters/605",
"https://anapioficeandfire.com/api/characters/606",
"https://anapioficeandfire.com/api/characters/607",
"https://anapioficeandfire.com/api/characters/609",
"https://anapioficeandfire.com/api/characters/613",
"https://anapioficeandfire.com/api/characters/616",
"https://anapioficeandfire.com/api/characters/617",
"https://anapioficeandfire.com/api/characters/621",
"https://anapioficeandfire.com/api/characters/622",
"https://anapioficeandfire.com/api/characters/623",
"https://anapioficeandfire.com/api/characters/624",
"https://anapioficeandfire.com/api/characters/625",
"https://anapioficeandfire.com/api/characters/626",
"https://anapioficeandfire.com/api/characters/628",
"https://anapioficeandfire.com/api/characters/629",
"https://anapioficeandfire.com/api/characters/630",
"https://anapioficeandfire.com/api/characters/631",
"https://anapioficeandfire.com/api/characters/632",
"https://anapioficeandfire.com/api/characters/635",
"https://anapioficeandfire.com/api/characters/636",
"https://anapioficeandfire.com/api/characters/638",
"https://anapioficeandfire.com/api/characters/639",
"https://anapioficeandfire.com/api/characters/640",
"https://anapioficeandfire.com/api/characters/647",
"https://anapioficeandfire.com/api/characters/649",
"https://anapioficeandfire.com/api/characters/650",
"https://anapioficeandfire.com/api/characters/651",
"https://anapioficeandfire.com/api/characters/657",
"https://anapioficeandfire.com/api/characters/658",
"https://anapioficeandfire.com/api/characters/659",
"https://anapioficeandfire.com/api/characters/660",
"https://anapioficeandfire.com/api/characters/662",
"https://anapioficeandfire.com/api/characters/663",
"https://anapioficeandfire.com/api/characters/664",
"https://anapioficeandfire.com/api/characters/665",
"https://anapioficeandfire.com/api/characters/666",
"https://anapioficeandfire.com/api/characters/669",
"https://anapioficeandfire.com/api/characters/670",
"https://anapioficeandfire.com/api/characters/673",
"https://anapioficeandfire.com/api/characters/674",
"https://anapioficeandfire.com/api/characters/676",
"https://anapioficeandfire.com/api/characters/677",
"https://anapioficeandfire.com/api/characters/678",
"https://anapioficeandfire.com/api/characters/682",
"https://anapioficeandfire.com/api/characters/683",
"https://anapioficeandfire.com/api/characters/686",
"https://anapioficeandfire.com/api/characters/688",
"https://anapioficeandfire.com/api/characters/689",
"https://anapioficeandfire.com/api/characters/690",
"https://anapioficeandfire.com/api/characters/691",
"https://anapioficeandfire.com/api/characters/692",
"https://anapioficeandfire.com/api/characters/693",
"https://anapioficeandfire.com/api/characters/694",
"https://anapioficeandfire.com/api/characters/697",
"https://anapioficeandfire.com/api/characters/699",
"https://anapioficeandfire.com/api/characters/700",
"https://anapioficeandfire.com/api/characters/701",
"https://anapioficeandfire.com/api/characters/704",
"https://anapioficeandfire.com/api/characters/708",
"https://anapioficeandfire.com/api/characters/710",
"https://anapioficeandfire.com/api/characters/711",
"https://anapioficeandfire.com/api/characters/712",
"https://anapioficeandfire.com/api/characters/713",
"https://anapioficeandfire.com/api/characters/717",
"https://anapioficeandfire.com/api/characters/718",
"https://anapioficeandfire.com/api/characters/720",
"https://anapioficeandfire.com/api/characters/721",
"https://anapioficeandfire.com/api/characters/722",
"https://anapioficeandfire.com/api/characters/723",
"https://anapioficeandfire.com/api/characters/725",
"https://anapioficeandfire.com/api/characters/727",
"https://anapioficeandfire.com/api/characters/730",
"https://anapioficeandfire.com/api/characters/731",
"https://anapioficeandfire.com/api/characters/735",
"https://anapioficeandfire.com/api/characters/736",
"https://anapioficeandfire.com/api/characters/738",
"https://anapioficeandfire.com/api/characters/740",
"https://anapioficeandfire.com/api/characters/741",
"https://anapioficeandfire.com/api/characters/742",
"https://anapioficeandfire.com/api/characters/743",
"https://anapioficeandfire.com/api/characters/745",
"https://anapioficeandfire.com/api/characters/746",
"https://anapioficeandfire.com/api/characters/747",
"https://anapioficeandfire.com/api/characters/748",
"https://anapioficeandfire.com/api/characters/750",
"https://anapioficeandfire.com/api/characters/752",
"https://anapioficeandfire.com/api/characters/754",
"https://anapioficeandfire.com/api/characters/755",
"https://anapioficeandfire.com/api/characters/756",
"https://anapioficeandfire.com/api/characters/757",
"https://anapioficeandfire.com/api/characters/761",
"https://anapioficeandfire.com/api/characters/762",
"https://anapioficeandfire.com/api/characters/764",
"https://anapioficeandfire.com/api/characters/765",
"https://anapioficeandfire.com/api/characters/766",
"https://anapioficeandfire.com/api/characters/767",
"https://anapioficeandfire.com/api/characters/768",
"https://anapioficeandfire.com/api/characters/769",
"https://anapioficeandfire.com/api/characters/770",
"https://anapioficeandfire.com/api/characters/771",
"https://anapioficeandfire.com/api/characters/772",
"https://anapioficeandfire.com/api/characters/774",
"https://anapioficeandfire.com/api/characters/775",
"https://anapioficeandfire.com/api/characters/776",
"https://anapioficeandfire.com/api/characters/778",
"https://anapioficeandfire.com/api/characters/780",
"https://anapioficeandfire.com/api/characters/781",
"https://anapioficeandfire.com/api/characters/783",
"https://anapioficeandfire.com/api/characters/784",
"https://anapioficeandfire.com/api/characters/785",
"https://anapioficeandfire.com/api/characters/786",
"https://anapioficeandfire.com/api/characters/788",
"https://anapioficeandfire.com/api/characters/796",
"https://anapioficeandfire.com/api/characters/799",
"https://anapioficeandfire.com/api/characters/800",
"https://anapioficeandfire.com/api/characters/801",
"https://anapioficeandfire.com/api/characters/802",
"https://anapioficeandfire.com/api/characters/803",
"https://anapioficeandfire.com/api/characters/804",
"https://anapioficeandfire.com/api/characters/805",
"https://anapioficeandfire.com/api/characters/806",
"https://anapioficeandfire.com/api/characters/808",
"https://anapioficeandfire.com/api/characters/809",
"https://anapioficeandfire.com/api/characters/811",
"https://anapioficeandfire.com/api/characters/812",
"https://anapioficeandfire.com/api/characters/814",
"https://anapioficeandfire.com/api/characters/815",
"https://anapioficeandfire.com/api/characters/817",
"https://anapioficeandfire.com/api/characters/818",
"https://anapioficeandfire.com/api/characters/819",
"https://anapioficeandfire.com/api/characters/820",
"https://anapioficeandfire.com/api/characters/822",
"https://anapioficeandfire.com/api/characters/823",
"https://anapioficeandfire.com/api/characters/824",
"https://anapioficeandfire.com/api/characters/825",
"https://anapioficeandfire.com/api/characters/826",
"https://anapioficeandfire.com/api/characters/827",
"https://anapioficeandfire.com/api/characters/828",
"https://anapioficeandfire.com/api/characters/829",
"https://anapioficeandfire.com/api/characters/831",
"https://anapioficeandfire.com/api/characters/832",
"https://anapioficeandfire.com/api/characters/834",
"https://anapioficeandfire.com/api/characters/837",
"https://anapioficeandfire.com/api/characters/838",
"https://anapioficeandfire.com/api/characters/844",
"https://anapioficeandfire.com/api/characters/848",
"https://anapioficeandfire.com/api/characters/849",
"https://anapioficeandfire.com/api/characters/850",
"https://anapioficeandfire.com/api/characters/851",
"https://anapioficeandfire.com/api/characters/852",
"https://anapioficeandfire.com/api/characters/854",
"https://anapioficeandfire.com/api/characters/855",
"https://anapioficeandfire.com/api/characters/856",
"https://anapioficeandfire.com/api/characters/858",
"https://anapioficeandfire.com/api/characters/860",
"https://anapioficeandfire.com/api/characters/862",
"https://anapioficeandfire.com/api/characters/863",
"https://anapioficeandfire.com/api/characters/866",
"https://anapioficeandfire.com/api/characters/867",
"https://anapioficeandfire.com/api/characters/869",
"https://anapioficeandfire.com/api/characters/874",
"https://anapioficeandfire.com/api/characters/876",
"https://anapioficeandfire.com/api/characters/877",
"https://anapioficeandfire.com/api/characters/882",
"https://anapioficeandfire.com/api/characters/884",
"https://anapioficeandfire.com/api/characters/887",
"https://anapioficeandfire.com/api/characters/889",
"https://anapioficeandfire.com/api/characters/890",
"https://anapioficeandfire.com/api/characters/891",
"https://anapioficeandfire.com/api/characters/892",
"https://anapioficeandfire.com/api/characters/894",
"https://anapioficeandfire.com/api/characters/896",
"https://anapioficeandfire.com/api/characters/897",
"https://anapioficeandfire.com/api/characters/899",
"https://anapioficeandfire.com/api/characters/900",
"https://anapioficeandfire.com/api/characters/901",
"https://anapioficeandfire.com/api/characters/902",
"https://anapioficeandfire.com/api/characters/903",
"https://anapioficeandfire.com/api/characters/905",
"https://anapioficeandfire.com/api/characters/909",
"https://anapioficeandfire.com/api/characters/912",
"https://anapioficeandfire.com/api/characters/913",
"https://anapioficeandfire.com/api/characters/914",
"https://anapioficeandfire.com/api/characters/922",
"https://anapioficeandfire.com/api/characters/923",
"https://anapioficeandfire.com/api/characters/925",
"https://anapioficeandfire.com/api/characters/927",
"https://anapioficeandfire.com/api/characters/929",
"https://anapioficeandfire.com/api/characters/930",
"https://anapioficeandfire.com/api/characters/931",
"https://anapioficeandfire.com/api/characters/932",
"https://anapioficeandfire.com/api/characters/933",
"https://anapioficeandfire.com/api/characters/937",
"https://anapioficeandfire.com/api/characters/938",
"https://anapioficeandfire.com/api/characters/940",
"https://anapioficeandfire.com/api/characters/941",
"https://anapioficeandfire.com/api/characters/944",
"https://anapioficeandfire.com/api/characters/945",
"https://anapioficeandfire.com/api/characters/946",
"https://anapioficeandfire.com/api/characters/947",
"https://anapioficeandfire.com/api/characters/948",
"https://anapioficeandfire.com/api/characters/949",
"https://anapioficeandfire.com/api/characters/950",
"https://anapioficeandfire.com/api/characters/952",
"https://anapioficeandfire.com/api/characters/953",
"https://anapioficeandfire.com/api/characters/955",
"https://anapioficeandfire.com/api/characters/956",
"https://anapioficeandfire.com/api/characters/959",
"https://anapioficeandfire.com/api/characters/960",
"https://anapioficeandfire.com/api/characters/961",
"https://anapioficeandfire.com/api/characters/965",
"https://anapioficeandfire.com/api/characters/966",
"https://anapioficeandfire.com/api/characters/968",
"https://anapioficeandfire.com/api/characters/972",
"https://anapioficeandfire.com/api/characters/973",
"https://anapioficeandfire.com/api/characters/974",
"https://anapioficeandfire.com/api/characters/975",
"https://anapioficeandfire.com/api/characters/976",
"https://anapioficeandfire.com/api/characters/983",
"https://anapioficeandfire.com/api/characters/984",
"https://anapioficeandfire.com/api/characters/986",
"https://anapioficeandfire.com/api/characters/989",
"https://anapioficeandfire.com/api/characters/991",
"https://anapioficeandfire.com/api/characters/992",
"https://anapioficeandfire.com/api/characters/994",
"https://anapioficeandfire.com/api/characters/995",
"https://anapioficeandfire.com/api/characters/996",
"https://anapioficeandfire.com/api/characters/997",
"https://anapioficeandfire.com/api/characters/998",
"https://anapioficeandfire.com/api/characters/1000",
"https://anapioficeandfire.com/api/characters/1004",
"https://anapioficeandfire.com/api/characters/1006",
"https://anapioficeandfire.com/api/characters/1008",
"https://anapioficeandfire.com/api/characters/1009",
"https://anapioficeandfire.com/api/characters/1010",
"https://anapioficeandfire.com/api/characters/1011",
"https://anapioficeandfire.com/api/characters/1013",
"https://anapioficeandfire.com/api/characters/1014",
"https://anapioficeandfire.com/api/characters/1017",
"https://anapioficeandfire.com/api/characters/1019",
"https://anapioficeandfire.com/api/characters/1020",
"https://anapioficeandfire.com/api/characters/1022",
"https://anapioficeandfire.com/api/characters/1024",
"https://anapioficeandfire.com/api/characters/1025",
"https://anapioficeandfire.com/api/characters/1027",
"https://anapioficeandfire.com/api/characters/1029",
"https://anapioficeandfire.com/api/characters/1033",
"https://anapioficeandfire.com/api/characters/1034",
"https://anapioficeandfire.com/api/characters/1036",
"https://anapioficeandfire.com/api/characters/1037",
"https://anapioficeandfire.com/api/characters/1038",
"https://anapioficeandfire.com/api/characters/1040",
"https://anapioficeandfire.com/api/characters/1043",
"https://anapioficeandfire.com/api/characters/1045",
"https://anapioficeandfire.com/api/characters/1046",
"https://anapioficeandfire.com/api/characters/1049",
"https://anapioficeandfire.com/api/characters/1051",
"https://anapioficeandfire.com/api/characters/1053",
"https://anapioficeandfire.com/api/characters/1054",
"https://anapioficeandfire.com/api/characters/1055",
"https://anapioficeandfire.com/api/characters/1056",
"https://anapioficeandfire.com/api/characters/1057",
"https://anapioficeandfire.com/api/characters/1058",
"https://anapioficeandfire.com/api/characters/1061",
"https://anapioficeandfire.com/api/characters/1063",
"https://anapioficeandfire.com/api/characters/1068",
"https://anapioficeandfire.com/api/characters/1072",
"https://anapioficeandfire.com/api/characters/1073",
"https://anapioficeandfire.com/api/characters/1074",
"https://anapioficeandfire.com/api/characters/1075",
"https://anapioficeandfire.com/api/characters/1077",
"https://anapioficeandfire.com/api/characters/1079",
"https://anapioficeandfire.com/api/characters/1080",
"https://anapioficeandfire.com/api/characters/1081",
"https://anapioficeandfire.com/api/characters/1082",
"https://anapioficeandfire.com/api/characters/1083",
"https://anapioficeandfire.com/api/characters/1084",
"https://anapioficeandfire.com/api/characters/1085",
"https://anapioficeandfire.com/api/characters/1086",
"https://anapioficeandfire.com/api/characters/1087",
"https://anapioficeandfire.com/api/characters/1088",
"https://anapioficeandfire.com/api/characters/1089",
"https://anapioficeandfire.com/api/characters/1090",
"https://anapioficeandfire.com/api/characters/1091",
"https://anapioficeandfire.com/api/characters/1092",
"https://anapioficeandfire.com/api/characters/1093",
"https://anapioficeandfire.com/api/characters/1094",
"https://anapioficeandfire.com/api/characters/1095",
"https://anapioficeandfire.com/api/characters/1096",
"https://anapioficeandfire.com/api/characters/1097",
"https://anapioficeandfire.com/api/characters/1099",
"https://anapioficeandfire.com/api/characters/1100",
"https://anapioficeandfire.com/api/characters/1102",
"https://anapioficeandfire.com/api/characters/1104",
"https://anapioficeandfire.com/api/characters/1105",
"https://anapioficeandfire.com/api/characters/1106",
"https://anapioficeandfire.com/api/characters/1107",
"https://anapioficeandfire.com/api/characters/1113",
"https://anapioficeandfire.com/api/characters/1114",
"https://anapioficeandfire.com/api/characters/1115",
"https://anapioficeandfire.com/api/characters/1116",
"https://anapioficeandfire.com/api/characters/1118",
"https://anapioficeandfire.com/api/characters/1122",
"https://anapioficeandfire.com/api/characters/1124",
"https://anapioficeandfire.com/api/characters/1125",
"https://anapioficeandfire.com/api/characters/1127",
"https://anapioficeandfire.com/api/characters/1131",
"https://anapioficeandfire.com/api/characters/1132",
"https://anapioficeandfire.com/api/characters/1134",
"https://anapioficeandfire.com/api/characters/1135",
"https://anapioficeandfire.com/api/characters/1136",
"https://anapioficeandfire.com/api/characters/1137",
"https://anapioficeandfire.com/api/characters/1139",
"https://anapioficeandfire.com/api/characters/1142",
"https://anapioficeandfire.com/api/characters/1144",
"https://anapioficeandfire.com/api/characters/1145",
"https://anapioficeandfire.com/api/characters/1146",
"https://anapioficeandfire.com/api/characters/1147",
"https://anapioficeandfire.com/api/characters/1151",
"https://anapioficeandfire.com/api/characters/1155",
"https://anapioficeandfire.com/api/characters/1157",
"https://anapioficeandfire.com/api/characters/1158",
"https://anapioficeandfire.com/api/characters/1161",
"https://anapioficeandfire.com/api/characters/1164",
"https://anapioficeandfire.com/api/characters/1165",
"https://anapioficeandfire.com/api/characters/1166",
"https://anapioficeandfire.com/api/characters/1172",
"https://anapioficeandfire.com/api/characters/1173",
"https://anapioficeandfire.com/api/characters/1174",
"https://anapioficeandfire.com/api/characters/1177",
"https://anapioficeandfire.com/api/characters/1179",
"https://anapioficeandfire.com/api/characters/1181",
"https://anapioficeandfire.com/api/characters/1182",
"https://anapioficeandfire.com/api/characters/1184",
"https://anapioficeandfire.com/api/characters/1186",
"https://anapioficeandfire.com/api/characters/1192",
"https://anapioficeandfire.com/api/characters/1194",
"https://anapioficeandfire.com/api/characters/1195",
"https://anapioficeandfire.com/api/characters/1196",
"https://anapioficeandfire.com/api/characters/1199",
"https://anapioficeandfire.com/api/characters/1200",
"https://anapioficeandfire.com/api/characters/1201",
"https://anapioficeandfire.com/api/characters/1205",
"https://anapioficeandfire.com/api/characters/1213",
"https://anapioficeandfire.com/api/characters/1216",
"https://anapioficeandfire.com/api/characters/1217",
"https://anapioficeandfire.com/api/characters/1220",
"https://anapioficeandfire.com/api/characters/1221",
"https://anapioficeandfire.com/api/characters/1222",
"https://anapioficeandfire.com/api/characters/1223",
"https://anapioficeandfire.com/api/characters/1224",
"https://anapioficeandfire.com/api/characters/1227",
"https://anapioficeandfire.com/api/characters/1231",
"https://anapioficeandfire.com/api/characters/1233",
"https://anapioficeandfire.com/api/characters/1234",
"https://anapioficeandfire.com/api/characters/1237",
"https://anapioficeandfire.com/api/characters/1240",
"https://anapioficeandfire.com/api/characters/1244",
"https://anapioficeandfire.com/api/characters/1246",
"https://anapioficeandfire.com/api/characters/1250",
"https://anapioficeandfire.com/api/characters/1252",
"https://anapioficeandfire.com/api/characters/1253",
"https://anapioficeandfire.com/api/characters/1257",
"https://anapioficeandfire.com/api/characters/1262",
"https://anapioficeandfire.com/api/characters/1265",
"https://anapioficeandfire.com/api/characters/1266",
"https://anapioficeandfire.com/api/characters/1270",
"https://anapioficeandfire.com/api/characters/1274",
"https://anapioficeandfire.com/api/characters/1275",
"https://anapioficeandfire.com/api/characters/1277",
"https://anapioficeandfire.com/api/characters/1279",
"https://anapioficeandfire.com/api/characters/1280",
"https://anapioficeandfire.com/api/characters/1281",
"https://anapioficeandfire.com/api/characters/1283",
"https://anapioficeandfire.com/api/characters/1289",
"https://anapioficeandfire.com/api/characters/1293",
"https://anapioficeandfire.com/api/characters/1295",
"https://anapioficeandfire.com/api/characters/1296",
"https://anapioficeandfire.com/api/characters/1298",
"https://anapioficeandfire.com/api/characters/1301",
"https://anapioficeandfire.com/api/characters/1305",
"https://anapioficeandfire.com/api/characters/1310",
"https://anapioficeandfire.com/api/characters/1311",
"https://anapioficeandfire.com/api/characters/1314",
"https://anapioficeandfire.com/api/characters/1315",
"https://anapioficeandfire.com/api/characters/1316",
"https://anapioficeandfire.com/api/characters/1317",
"https://anapioficeandfire.com/api/characters/1320",
"https://anapioficeandfire.com/api/characters/1321",
"https://anapioficeandfire.com/api/characters/1323",
"https://anapioficeandfire.com/api/characters/1325",
"https://anapioficeandfire.com/api/characters/1331",
"https://anapioficeandfire.com/api/characters/1334",
"https://anapioficeandfire.com/api/characters/1335",
"https://anapioficeandfire.com/api/characters/1337",
"https://anapioficeandfire.com/api/characters/1341",
"https://anapioficeandfire.com/api/characters/1342",
"https://anapioficeandfire.com/api/characters/1346",
"https://anapioficeandfire.com/api/characters/1347",
"https://anapioficeandfire.com/api/characters/1348",
"https://anapioficeandfire.com/api/characters/1350",
"https://anapioficeandfire.com/api/characters/1351",
"https://anapioficeandfire.com/api/characters/1352",
"https://anapioficeandfire.com/api/characters/1353",
"https://anapioficeandfire.com/api/characters/1355",
"https://anapioficeandfire.com/api/characters/1358",
"https://anapioficeandfire.com/api/characters/1362",
"https://anapioficeandfire.com/api/characters/1363",
"https://anapioficeandfire.com/api/characters/1364",
"https://anapioficeandfire.com/api/characters/1367",
"https://anapioficeandfire.com/api/characters/1369",
"https://anapioficeandfire.com/api/characters/1374",
"https://anapioficeandfire.com/api/characters/1375",
"https://anapioficeandfire.com/api/characters/1376",
"https://anapioficeandfire.com/api/characters/1377",
"https://anapioficeandfire.com/api/characters/1383",
"https://anapioficeandfire.com/api/characters/1384",
"https://anapioficeandfire.com/api/characters/1385",
"https://anapioficeandfire.com/api/characters/1390",
"https://anapioficeandfire.com/api/characters/1393",
"https://anapioficeandfire.com/api/characters/1396",
"https://anapioficeandfire.com/api/characters/1401",
"https://anapioficeandfire.com/api/characters/1404",
"https://anapioficeandfire.com/api/characters/1409",
"https://anapioficeandfire.com/api/characters/1410",
"https://anapioficeandfire.com/api/characters/1411",
"https://anapioficeandfire.com/api/characters/1412",
"https://anapioficeandfire.com/api/characters/1413",
"https://anapioficeandfire.com/api/characters/1417",
"https://anapioficeandfire.com/api/characters/1418",
"https://anapioficeandfire.com/api/characters/1419",
"https://anapioficeandfire.com/api/characters/1420",
"https://anapioficeandfire.com/api/characters/1425",
"https://anapioficeandfire.com/api/characters/1426",
"https://anapioficeandfire.com/api/characters/1427",
"https://anapioficeandfire.com/api/characters/1428",
"https://anapioficeandfire.com/api/characters/1429",
"https://anapioficeandfire.com/api/characters/1434",
"https://anapioficeandfire.com/api/characters/1435",
"https://anapioficeandfire.com/api/characters/1436",
"https://anapioficeandfire.com/api/characters/1437",
"https://anapioficeandfire.com/api/characters/1438",
"https://anapioficeandfire.com/api/characters/1442",
"https://anapioficeandfire.com/api/characters/1445",
"https://anapioficeandfire.com/api/characters/1447",
"https://anapioficeandfire.com/api/characters/1448",
"https://anapioficeandfire.com/api/characters/1450",
"https://anapioficeandfire.com/api/characters/1451",
"https://anapioficeandfire.com/api/characters/1453",
"https://anapioficeandfire.com/api/characters/1455",
"https://anapioficeandfire.com/api/characters/1465",
"https://anapioficeandfire.com/api/characters/1466",
"https://anapioficeandfire.com/api/characters/1467",
"https://anapioficeandfire.com/api/characters/1468",
"https://anapioficeandfire.com/api/characters/1471",
"https://anapioficeandfire.com/api/characters/1472",
"https://anapioficeandfire.com/api/characters/1474",
"https://anapioficeandfire.com/api/characters/1475",
"https://anapioficeandfire.com/api/characters/1479",
"https://anapioficeandfire.com/api/characters/1481",
"https://anapioficeandfire.com/api/characters/1487",
"https://anapioficeandfire.com/api/characters/1488",
"https://anapioficeandfire.com/api/characters/1494",
"https://anapioficeandfire.com/api/characters/1495",
"https://anapioficeandfire.com/api/characters/1497",
"https://anapioficeandfire.com/api/characters/1502",
"https://anapioficeandfire.com/api/characters/1507",
"https://anapioficeandfire.com/api/characters/1508",
"https://anapioficeandfire.com/api/characters/1515",
"https://anapioficeandfire.com/api/characters/1518",
"https://anapioficeandfire.com/api/characters/1519",
"https://anapioficeandfire.com/api/characters/1520",
"https://anapioficeandfire.com/api/characters/1522",
"https://anapioficeandfire.com/api/characters/1523",
"https://anapioficeandfire.com/api/characters/1525",
"https://anapioficeandfire.com/api/characters/1526",
"https://anapioficeandfire.com/api/characters/1531",
"https://anapioficeandfire.com/api/characters/1532",
"https://anapioficeandfire.com/api/characters/1533",
"https://anapioficeandfire.com/api/characters/1535",
"https://anapioficeandfire.com/api/characters/1536",
"https://anapioficeandfire.com/api/characters/1539",
"https://anapioficeandfire.com/api/characters/1540",
"https://anapioficeandfire.com/api/characters/1544",
"https://anapioficeandfire.com/api/characters/1547",
"https://anapioficeandfire.com/api/characters/1548",
"https://anapioficeandfire.com/api/characters/1549",
"https://anapioficeandfire.com/api/characters/1559",
"https://anapioficeandfire.com/api/characters/1560",
"https://anapioficeandfire.com/api/characters/1561",
"https://anapioficeandfire.com/api/characters/1569",
"https://anapioficeandfire.com/api/characters/1570",
"https://anapioficeandfire.com/api/characters/1571",
"https://anapioficeandfire.com/api/characters/1574",
"https://anapioficeandfire.com/api/characters/1575",
"https://anapioficeandfire.com/api/characters/1576",
"https://anapioficeandfire.com/api/characters/1577",
"https://anapioficeandfire.com/api/characters/1578",
"https://anapioficeandfire.com/api/characters/1580",
"https://anapioficeandfire.com/api/characters/1581",
"https://anapioficeandfire.com/api/characters/1584",
"https://anapioficeandfire.com/api/characters/1587",
"https://anapioficeandfire.com/api/characters/1594",
"https://anapioficeandfire.com/api/characters/1599",
"https://anapioficeandfire.com/api/characters/1603",
"https://anapioficeandfire.com/api/characters/1604",
"https://anapioficeandfire.com/api/characters/1606",
"https://anapioficeandfire.com/api/characters/1607",
"https://anapioficeandfire.com/api/characters/1612",
"https://anapioficeandfire.com/api/characters/1613",
"https://anapioficeandfire.com/api/characters/1615",
"https://anapioficeandfire.com/api/characters/1616",
"https://anapioficeandfire.com/api/characters/1617",
"https://anapioficeandfire.com/api/characters/1618",
"https://anapioficeandfire.com/api/characters/1619",
"https://anapioficeandfire.com/api/characters/1621",
"https://anapioficeandfire.com/api/characters/1623",
"https://anapioficeandfire.com/api/characters/1625",
"https://anapioficeandfire.com/api/characters/1626",
"https://anapioficeandfire.com/api/characters/1627",
"https://anapioficeandfire.com/api/characters/1629",
"https://anapioficeandfire.com/api/characters/1630",
"https://anapioficeandfire.com/api/characters/1632",
"https://anapioficeandfire.com/api/characters/1634",
"https://anapioficeandfire.com/api/characters/1640",
"https://anapioficeandfire.com/api/characters/1645",
"https://anapioficeandfire.com/api/characters/1647",
"https://anapioficeandfire.com/api/characters/1649",
"https://anapioficeandfire.com/api/characters/1650",
"https://anapioficeandfire.com/api/characters/1654",
"https://anapioficeandfire.com/api/characters/1656",
"https://anapioficeandfire.com/api/characters/1657",
"https://anapioficeandfire.com/api/characters/1658",
"https://anapioficeandfire.com/api/characters/1659",
"https://anapioficeandfire.com/api/characters/1660",
"https://anapioficeandfire.com/api/characters/1666",
"https://anapioficeandfire.com/api/characters/1667",
"https://anapioficeandfire.com/api/characters/1669",
"https://anapioficeandfire.com/api/characters/1670",
"https://anapioficeandfire.com/api/characters/1674",
"https://anapioficeandfire.com/api/characters/1675",
"https://anapioficeandfire.com/api/characters/1676",
"https://anapioficeandfire.com/api/characters/1678",
"https://anapioficeandfire.com/api/characters/1681",
"https://anapioficeandfire.com/api/characters/1682",
"https://anapioficeandfire.com/api/characters/1683",
"https://anapioficeandfire.com/api/characters/1684",
"https://anapioficeandfire.com/api/characters/1685",
"https://anapioficeandfire.com/api/characters/1688",
"https://anapioficeandfire.com/api/characters/1692",
"https://anapioficeandfire.com/api/characters/1695",
"https://anapioficeandfire.com/api/characters/1696",
"https://anapioficeandfire.com/api/characters/1697",
"https://anapioficeandfire.com/api/characters/1700",
"https://anapioficeandfire.com/api/characters/1701",
"https://anapioficeandfire.com/api/characters/1703",
"https://anapioficeandfire.com/api/characters/1704",
"https://anapioficeandfire.com/api/characters/1706",
"https://anapioficeandfire.com/api/characters/1708",
"https://anapioficeandfire.com/api/characters/1709",
"https://anapioficeandfire.com/api/characters/1713",
"https://anapioficeandfire.com/api/characters/1715",
"https://anapioficeandfire.com/api/characters/1727",
"https://anapioficeandfire.com/api/characters/1729",
"https://anapioficeandfire.com/api/characters/1730",
"https://anapioficeandfire.com/api/characters/1732",
"https://anapioficeandfire.com/api/characters/1733",
"https://anapioficeandfire.com/api/characters/1735",
"https://anapioficeandfire.com/api/characters/1740",
"https://anapioficeandfire.com/api/characters/1741",
"https://anapioficeandfire.com/api/characters/1742",
"https://anapioficeandfire.com/api/characters/1747",
"https://anapioficeandfire.com/api/characters/1749",
"https://anapioficeandfire.com/api/characters/1754",
"https://anapioficeandfire.com/api/characters/1755",
"https://anapioficeandfire.com/api/characters/1759",
"https://anapioficeandfire.com/api/characters/1761",
"https://anapioficeandfire.com/api/characters/1762",
"https://anapioficeandfire.com/api/characters/1764",
"https://anapioficeandfire.com/api/characters/1766",
"https://anapioficeandfire.com/api/characters/1768",
"https://anapioficeandfire.com/api/characters/1769",
"https://anapioficeandfire.com/api/characters/1770",
"https://anapioficeandfire.com/api/characters/1774",
"https://anapioficeandfire.com/api/characters/1776",
"https://anapioficeandfire.com/api/characters/1777",
"https://anapioficeandfire.com/api/characters/1778",
"https://anapioficeandfire.com/api/characters/1781",
"https://anapioficeandfire.com/api/characters/1782",
"https://anapioficeandfire.com/api/characters/1783",
"https://anapioficeandfire.com/api/characters/1784",
"https://anapioficeandfire.com/api/characters/1785",
"https://anapioficeandfire.com/api/characters/1787",
"https://anapioficeandfire.com/api/characters/1789",
"https://anapioficeandfire.com/api/characters/1791",
"https://anapioficeandfire.com/api/characters/1794",
"https://anapioficeandfire.com/api/characters/1795",
"https://anapioficeandfire.com/api/characters/1797",
"https://anapioficeandfire.com/api/characters/1799",
"https://anapioficeandfire.com/api/characters/1800",
"https://anapioficeandfire.com/api/characters/1804",
"https://anapioficeandfire.com/api/characters/1805",
"https://anapioficeandfire.com/api/characters/1806",
"https://anapioficeandfire.com/api/characters/1807",
"https://anapioficeandfire.com/api/characters/1808",
"https://anapioficeandfire.com/api/characters/1809",
"https://anapioficeandfire.com/api/characters/1810",
"https://anapioficeandfire.com/api/characters/1811",
"https://anapioficeandfire.com/api/characters/1814",
"https://anapioficeandfire.com/api/characters/1815",
"https://anapioficeandfire.com/api/characters/1821",
"https://anapioficeandfire.com/api/characters/1824",
"https://anapioficeandfire.com/api/characters/1825",
"https://anapioficeandfire.com/api/characters/1826",
"https://anapioficeandfire.com/api/characters/1827",
"https://anapioficeandfire.com/api/characters/1828",
"https://anapioficeandfire.com/api/characters/1830",
"https://anapioficeandfire.com/api/characters/1839",
"https://anapioficeandfire.com/api/characters/1843",
"https://anapioficeandfire.com/api/characters/1847",
"https://anapioficeandfire.com/api/characters/1848",
"https://anapioficeandfire.com/api/characters/1852",
"https://anapioficeandfire.com/api/characters/1854",
"https://anapioficeandfire.com/api/characters/1856",
"https://anapioficeandfire.com/api/characters/1860",
"https://anapioficeandfire.com/api/characters/1861",
"https://anapioficeandfire.com/api/characters/1862",
"https://anapioficeandfire.com/api/characters/1864",
"https://anapioficeandfire.com/api/characters/1873",
"https://anapioficeandfire.com/api/characters/1880",
"https://anapioficeandfire.com/api/characters/1882",
"https://anapioficeandfire.com/api/characters/1885",
"https://anapioficeandfire.com/api/characters/1896",
"https://anapioficeandfire.com/api/characters/1900",
"https://anapioficeandfire.com/api/characters/1902",
"https://anapioficeandfire.com/api/characters/1903",
"https://anapioficeandfire.com/api/characters/1904",
"https://anapioficeandfire.com/api/characters/1911",
"https://anapioficeandfire.com/api/characters/1916",
"https://anapioficeandfire.com/api/characters/1917",
"https://anapioficeandfire.com/api/characters/1918",
"https://anapioficeandfire.com/api/characters/1920",
"https://anapioficeandfire.com/api/characters/1921",
"https://anapioficeandfire.com/api/characters/1922",
"https://anapioficeandfire.com/api/characters/1925",
"https://anapioficeandfire.com/api/characters/1926",
"https://anapioficeandfire.com/api/characters/1930",
"https://anapioficeandfire.com/api/characters/1931",
"https://anapioficeandfire.com/api/characters/1932",
"https://anapioficeandfire.com/api/characters/1933",
"https://anapioficeandfire.com/api/characters/1934",
"https://anapioficeandfire.com/api/characters/1935",
"https://anapioficeandfire.com/api/characters/1938",
"https://anapioficeandfire.com/api/characters/1939",
"https://anapioficeandfire.com/api/characters/1940",
"https://anapioficeandfire.com/api/characters/1941",
"https://anapioficeandfire.com/api/characters/1943",
"https://anapioficeandfire.com/api/characters/1947",
"https://anapioficeandfire.com/api/characters/1951",
"https://anapioficeandfire.com/api/characters/1952",
"https://anapioficeandfire.com/api/characters/1954",
"https://anapioficeandfire.com/api/characters/1955",
"https://anapioficeandfire.com/api/characters/1957",
"https://anapioficeandfire.com/api/characters/1959",
"https://anapioficeandfire.com/api/characters/1963",
"https://anapioficeandfire.com/api/characters/1964",
"https://anapioficeandfire.com/api/characters/1967",
"https://anapioficeandfire.com/api/characters/1969",
"https://anapioficeandfire.com/api/characters/1971",
"https://anapioficeandfire.com/api/characters/1972",
"https://anapioficeandfire.com/api/characters/1976",
"https://anapioficeandfire.com/api/characters/1977",
"https://anapioficeandfire.com/api/characters/1979",
"https://anapioficeandfire.com/api/characters/1984",
"https://anapioficeandfire.com/api/characters/1988",
"https://anapioficeandfire.com/api/characters/1990",
"https://anapioficeandfire.com/api/characters/1993",
"https://anapioficeandfire.com/api/characters/1994",
"https://anapioficeandfire.com/api/characters/1996",
"https://anapioficeandfire.com/api/characters/2002",
"https://anapioficeandfire.com/api/characters/2003",
"https://anapioficeandfire.com/api/characters/2005",
"https://anapioficeandfire.com/api/characters/2006",
"https://anapioficeandfire.com/api/characters/2007",
"https://anapioficeandfire.com/api/characters/2009",
"https://anapioficeandfire.com/api/characters/2010",
"https://anapioficeandfire.com/api/characters/2013",
"https://anapioficeandfire.com/api/characters/2014",
"https://anapioficeandfire.com/api/characters/2016",
"https://anapioficeandfire.com/api/characters/2017",
"https://anapioficeandfire.com/api/characters/2018",
"https://anapioficeandfire.com/api/characters/2020",
"https://anapioficeandfire.com/api/characters/2022",
"https://anapioficeandfire.com/api/characters/2024",
"https://anapioficeandfire.com/api/characters/2027",
"https://anapioficeandfire.com/api/characters/2031",
"https://anapioficeandfire.com/api/characters/2032",
"https://anapioficeandfire.com/api/characters/2035",
"https://anapioficeandfire.com/api/characters/2038",
"https://anapioficeandfire.com/api/characters/2041",
"https://anapioficeandfire.com/api/characters/2044",
"https://anapioficeandfire.com/api/characters/2045",
"https://anapioficeandfire.com/api/characters/2049",
"https://anapioficeandfire.com/api/characters/2050",
"https://anapioficeandfire.com/api/characters/2052",
"https://anapioficeandfire.com/api/characters/2060",
"https://anapioficeandfire.com/api/characters/2063",
"https://anapioficeandfire.com/api/characters/2065",
"https://anapioficeandfire.com/api/characters/2066",
"https://anapioficeandfire.com/api/characters/2067",
"https://anapioficeandfire.com/api/characters/2069",
"https://anapioficeandfire.com/api/characters/2070",
"https://anapioficeandfire.com/api/characters/2071",
"https://anapioficeandfire.com/api/characters/2072",
"https://anapioficeandfire.com/api/characters/2073",
"https://anapioficeandfire.com/api/characters/2074",
"https://anapioficeandfire.com/api/characters/2077",
"https://anapioficeandfire.com/api/characters/2085",
"https://anapioficeandfire.com/api/characters/2087",
"https://anapioficeandfire.com/api/characters/2088",
"https://anapioficeandfire.com/api/characters/2091",
"https://anapioficeandfire.com/api/characters/2092",
"https://anapioficeandfire.com/api/characters/2093",
"https://anapioficeandfire.com/api/characters/2097",
"https://anapioficeandfire.com/api/characters/2098",
"https://anapioficeandfire.com/api/characters/2099",
"https://anapioficeandfire.com/api/characters/2100",
"https://anapioficeandfire.com/api/characters/2109",
"https://anapioficeandfire.com/api/characters/2120",
"https://anapioficeandfire.com/api/characters/2121",
"https://anapioficeandfire.com/api/characters/2122",
"https://anapioficeandfire.com/api/characters/2126",
"https://anapioficeandfire.com/api/characters/2131",
"https://anapioficeandfire.com/api/characters/2134",
"https://anapioficeandfire.com/api/characters/2137"
],
"isCustomField": false,
"accessor": "characters",
"identifier": "characters",
"position": 9,
"originalIdentifier": "characters",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Characters",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": "{{ getBooks.data.characters.map(((character) => { \n\t return { label: character.toString().split('/').slice(-1)[0], value: character.toString().split('/').slice(-1)[0] } \n\t })) \n\t}}"
},
"povCharacters": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.povCharacters))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"https://anapioficeandfire.com/api/characters/148",
"https://anapioficeandfire.com/api/characters/208",
"https://anapioficeandfire.com/api/characters/232",
"https://anapioficeandfire.com/api/characters/529",
"https://anapioficeandfire.com/api/characters/583",
"https://anapioficeandfire.com/api/characters/751",
"https://anapioficeandfire.com/api/characters/954",
"https://anapioficeandfire.com/api/characters/957",
"https://anapioficeandfire.com/api/characters/1052",
"https://anapioficeandfire.com/api/characters/1267",
"https://anapioficeandfire.com/api/characters/1303",
"https://anapioficeandfire.com/api/characters/1319"
],
"isCustomField": false,
"accessor": "povCharacters",
"identifier": "povCharacters",
"position": 10,
"originalIdentifier": "povCharacters",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Pov Characters",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": [
{
"label": "Blue",
"value": "BLUE"
},
{
"label": "Green",
"value": "GREEN"
},
{
"label": "Red",
"value": "RED"
}
]
}
},
"dataType": "object",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Object",
"sourceData": {
"url": "https://anapioficeandfire.com/api/books/3",
"name": "A Storm of Swords",
"isbn": "978-0553106633",
"authors": [
"George R. R. Martin"
],
"numberOfPages": 992,
"publisher": "Bantam Books",
"country": "United States",
"mediaType": "Hardcover",
"released": "2000-10-31T00:00:00",
"characters": [
"https://anapioficeandfire.com/api/characters/2",
"https://anapioficeandfire.com/api/characters/3",
"https://anapioficeandfire.com/api/characters/7",
"https://anapioficeandfire.com/api/characters/12",
"https://anapioficeandfire.com/api/characters/13",
"https://anapioficeandfire.com/api/characters/16",
"https://anapioficeandfire.com/api/characters/20",
"https://anapioficeandfire.com/api/characters/21",
"https://anapioficeandfire.com/api/characters/27",
"https://anapioficeandfire.com/api/characters/31",
"https://anapioficeandfire.com/api/characters/35",
"https://anapioficeandfire.com/api/characters/36",
"https://anapioficeandfire.com/api/characters/37",
"https://anapioficeandfire.com/api/characters/38",
"https://anapioficeandfire.com/api/characters/39",
"https://anapioficeandfire.com/api/characters/40",
"https://anapioficeandfire.com/api/characters/41",
"https://anapioficeandfire.com/api/characters/42",
"https://anapioficeandfire.com/api/characters/46",
"https://anapioficeandfire.com/api/characters/50",
"https://anapioficeandfire.com/api/characters/51",
"https://anapioficeandfire.com/api/characters/52",
"https://anapioficeandfire.com/api/characters/53",
"https://anapioficeandfire.com/api/characters/54",
"https://anapioficeandfire.com/api/characters/56",
"https://anapioficeandfire.com/api/characters/58",
"https://anapioficeandfire.com/api/characters/60",
"https://anapioficeandfire.com/api/characters/62",
"https://anapioficeandfire.com/api/characters/64",
"https://anapioficeandfire.com/api/characters/67",
"https://anapioficeandfire.com/api/characters/68",
"https://anapioficeandfire.com/api/characters/69",
"https://anapioficeandfire.com/api/characters/70",
"https://anapioficeandfire.com/api/characters/71",
"https://anapioficeandfire.com/api/characters/72",
"https://anapioficeandfire.com/api/characters/73",
"https://anapioficeandfire.com/api/characters/77",
"https://anapioficeandfire.com/api/characters/78",
"https://anapioficeandfire.com/api/characters/79",
"https://anapioficeandfire.com/api/characters/80",
"https://anapioficeandfire.com/api/characters/81",
"https://anapioficeandfire.com/api/characters/82",
"https://anapioficeandfire.com/api/characters/84",
"https://anapioficeandfire.com/api/characters/85",
"https://anapioficeandfire.com/api/characters/86",
"https://anapioficeandfire.com/api/characters/87",
"https://anapioficeandfire.com/api/characters/89",
"https://anapioficeandfire.com/api/characters/94",
"https://anapioficeandfire.com/api/characters/95",
"https://anapioficeandfire.com/api/characters/96",
"https://anapioficeandfire.com/api/characters/100",
"https://anapioficeandfire.com/api/characters/105",
"https://anapioficeandfire.com/api/characters/108",
"https://anapioficeandfire.com/api/characters/111",
"https://anapioficeandfire.com/api/characters/112",
"https://anapioficeandfire.com/api/characters/114",
"https://anapioficeandfire.com/api/characters/115",
"https://anapioficeandfire.com/api/characters/116",
"https://anapioficeandfire.com/api/characters/117",
"https://anapioficeandfire.com/api/characters/118",
"https://anapioficeandfire.com/api/characters/120",
"https://anapioficeandfire.com/api/characters/122",
"https://anapioficeandfire.com/api/characters/123",
"https://anapioficeandfire.com/api/characters/124",
"https://anapioficeandfire.com/api/characters/125",
"https://anapioficeandfire.com/api/characters/127",
"https://anapioficeandfire.com/api/characters/130",
"https://anapioficeandfire.com/api/characters/138",
"https://anapioficeandfire.com/api/characters/141",
"https://anapioficeandfire.com/api/characters/142",
"https://anapioficeandfire.com/api/characters/145",
"https://anapioficeandfire.com/api/characters/146",
"https://anapioficeandfire.com/api/characters/147",
"https://anapioficeandfire.com/api/characters/149",
"https://anapioficeandfire.com/api/characters/151",
"https://anapioficeandfire.com/api/characters/153",
"https://anapioficeandfire.com/api/characters/158",
"https://anapioficeandfire.com/api/characters/159",
"https://anapioficeandfire.com/api/characters/160",
"https://anapioficeandfire.com/api/characters/161",
"https://anapioficeandfire.com/api/characters/162",
"https://anapioficeandfire.com/api/characters/164",
"https://anapioficeandfire.com/api/characters/168",
"https://anapioficeandfire.com/api/characters/169",
"https://anapioficeandfire.com/api/characters/173",
"https://anapioficeandfire.com/api/characters/175",
"https://anapioficeandfire.com/api/characters/177",
"https://anapioficeandfire.com/api/characters/179",
"https://anapioficeandfire.com/api/characters/180",
"https://anapioficeandfire.com/api/characters/181",
"https://anapioficeandfire.com/api/characters/187",
"https://anapioficeandfire.com/api/characters/188",
"https://anapioficeandfire.com/api/characters/189",
"https://anapioficeandfire.com/api/characters/190",
"https://anapioficeandfire.com/api/characters/193",
"https://anapioficeandfire.com/api/characters/194",
"https://anapioficeandfire.com/api/characters/199",
"https://anapioficeandfire.com/api/characters/200",
"https://anapioficeandfire.com/api/characters/202",
"https://anapioficeandfire.com/api/characters/203",
"https://anapioficeandfire.com/api/characters/204",
"https://anapioficeandfire.com/api/characters/206",
"https://anapioficeandfire.com/api/characters/214",
"https://anapioficeandfire.com/api/characters/216",
"https://anapioficeandfire.com/api/characters/217",
"https://anapioficeandfire.com/api/characters/219",
"https://anapioficeandfire.com/api/characters/222",
"https://anapioficeandfire.com/api/characters/223",
"https://anapioficeandfire.com/api/characters/225",
"https://anapioficeandfire.com/api/characters/227",
"https://anapioficeandfire.com/api/characters/228",
"https://anapioficeandfire.com/api/characters/230",
"https://anapioficeandfire.com/api/characters/234",
"https://anapioficeandfire.com/api/characters/235",
"https://anapioficeandfire.com/api/characters/237",
"https://anapioficeandfire.com/api/characters/238",
"https://anapioficeandfire.com/api/characters/245",
"https://anapioficeandfire.com/api/characters/247",
"https://anapioficeandfire.com/api/characters/250",
"https://anapioficeandfire.com/api/characters/251",
"https://anapioficeandfire.com/api/characters/252",
"https://anapioficeandfire.com/api/characters/254",
"https://anapioficeandfire.com/api/characters/262",
"https://anapioficeandfire.com/api/characters/263",
"https://anapioficeandfire.com/api/characters/264",
"https://anapioficeandfire.com/api/characters/267",
"https://anapioficeandfire.com/api/characters/273",
"https://anapioficeandfire.com/api/characters/274",
"https://anapioficeandfire.com/api/characters/279",
"https://anapioficeandfire.com/api/characters/280",
"https://anapioficeandfire.com/api/characters/282",
"https://anapioficeandfire.com/api/characters/285",
"https://anapioficeandfire.com/api/characters/286",
"https://anapioficeandfire.com/api/characters/288",
"https://anapioficeandfire.com/api/characters/290",
"https://anapioficeandfire.com/api/characters/291",
"https://anapioficeandfire.com/api/characters/292",
"https://anapioficeandfire.com/api/characters/294",
"https://anapioficeandfire.com/api/characters/295",
"https://anapioficeandfire.com/api/characters/296",
"https://anapioficeandfire.com/api/characters/297",
"https://anapioficeandfire.com/api/characters/298",
"https://anapioficeandfire.com/api/characters/299",
"https://anapioficeandfire.com/api/characters/300",
"https://anapioficeandfire.com/api/characters/303",
"https://anapioficeandfire.com/api/characters/306",
"https://anapioficeandfire.com/api/characters/308",
"https://anapioficeandfire.com/api/characters/309",
"https://anapioficeandfire.com/api/characters/310",
"https://anapioficeandfire.com/api/characters/311",
"https://anapioficeandfire.com/api/characters/312",
"https://anapioficeandfire.com/api/characters/315",
"https://anapioficeandfire.com/api/characters/320",
"https://anapioficeandfire.com/api/characters/321",
"https://anapioficeandfire.com/api/characters/322",
"https://anapioficeandfire.com/api/characters/323",
"https://anapioficeandfire.com/api/characters/325",
"https://anapioficeandfire.com/api/characters/326",
"https://anapioficeandfire.com/api/characters/327",
"https://anapioficeandfire.com/api/characters/329",
"https://anapioficeandfire.com/api/characters/330",
"https://anapioficeandfire.com/api/characters/331",
"https://anapioficeandfire.com/api/characters/332",
"https://anapioficeandfire.com/api/characters/336",
"https://anapioficeandfire.com/api/characters/337",
"https://anapioficeandfire.com/api/characters/338",
"https://anapioficeandfire.com/api/characters/339",
"https://anapioficeandfire.com/api/characters/341",
"https://anapioficeandfire.com/api/characters/346",
"https://anapioficeandfire.com/api/characters/347",
"https://anapioficeandfire.com/api/characters/348",
"https://anapioficeandfire.com/api/characters/352",
"https://anapioficeandfire.com/api/characters/357",
"https://anapioficeandfire.com/api/characters/360",
"https://anapioficeandfire.com/api/characters/361",
"https://anapioficeandfire.com/api/characters/362",
"https://anapioficeandfire.com/api/characters/364",
"https://anapioficeandfire.com/api/characters/365",
"https://anapioficeandfire.com/api/characters/368",
"https://anapioficeandfire.com/api/characters/369",
"https://anapioficeandfire.com/api/characters/370",
"https://anapioficeandfire.com/api/characters/372",
"https://anapioficeandfire.com/api/characters/374",
"https://anapioficeandfire.com/api/characters/375",
"https://anapioficeandfire.com/api/characters/377",
"https://anapioficeandfire.com/api/characters/379",
"https://anapioficeandfire.com/api/characters/380",
"https://anapioficeandfire.com/api/characters/381",
"https://anapioficeandfire.com/api/characters/382",
"https://anapioficeandfire.com/api/characters/383",
"https://anapioficeandfire.com/api/characters/385",
"https://anapioficeandfire.com/api/characters/392",
"https://anapioficeandfire.com/api/characters/393",
"https://anapioficeandfire.com/api/characters/394",
"https://anapioficeandfire.com/api/characters/397",
"https://anapioficeandfire.com/api/characters/401",
"https://anapioficeandfire.com/api/characters/404",
"https://anapioficeandfire.com/api/characters/405",
"https://anapioficeandfire.com/api/characters/406",
"https://anapioficeandfire.com/api/characters/408",
"https://anapioficeandfire.com/api/characters/411",
"https://anapioficeandfire.com/api/characters/413",
"https://anapioficeandfire.com/api/characters/415",
"https://anapioficeandfire.com/api/characters/416",
"https://anapioficeandfire.com/api/characters/417",
"https://anapioficeandfire.com/api/characters/418",
"https://anapioficeandfire.com/api/characters/421",
"https://anapioficeandfire.com/api/characters/423",
"https://anapioficeandfire.com/api/characters/424",
"https://anapioficeandfire.com/api/characters/426",
"https://anapioficeandfire.com/api/characters/434",
"https://anapioficeandfire.com/api/characters/438",
"https://anapioficeandfire.com/api/characters/439",
"https://anapioficeandfire.com/api/characters/442",
"https://anapioficeandfire.com/api/characters/443",
"https://anapioficeandfire.com/api/characters/448",
"https://anapioficeandfire.com/api/characters/453",
"https://anapioficeandfire.com/api/characters/458",
"https://anapioficeandfire.com/api/characters/461",
"https://anapioficeandfire.com/api/characters/462",
"https://anapioficeandfire.com/api/characters/465",
"https://anapioficeandfire.com/api/characters/470",
"https://anapioficeandfire.com/api/characters/475",
"https://anapioficeandfire.com/api/characters/476",
"https://anapioficeandfire.com/api/characters/485",
"https://anapioficeandfire.com/api/characters/486",
"https://anapioficeandfire.com/api/characters/487",
"https://anapioficeandfire.com/api/characters/490",
"https://anapioficeandfire.com/api/characters/496",
"https://anapioficeandfire.com/api/characters/498",
"https://anapioficeandfire.com/api/characters/499",
"https://anapioficeandfire.com/api/characters/500",
"https://anapioficeandfire.com/api/characters/501",
"https://anapioficeandfire.com/api/characters/502",
"https://anapioficeandfire.com/api/characters/503",
"https://anapioficeandfire.com/api/characters/504",
"https://anapioficeandfire.com/api/characters/506",
"https://anapioficeandfire.com/api/characters/507",
"https://anapioficeandfire.com/api/characters/511",
"https://anapioficeandfire.com/api/characters/519",
"https://anapioficeandfire.com/api/characters/521",
"https://anapioficeandfire.com/api/characters/522",
"https://anapioficeandfire.com/api/characters/523",
"https://anapioficeandfire.com/api/characters/524",
"https://anapioficeandfire.com/api/characters/526",
"https://anapioficeandfire.com/api/characters/527",
"https://anapioficeandfire.com/api/characters/530",
"https://anapioficeandfire.com/api/characters/531",
"https://anapioficeandfire.com/api/characters/532",
"https://anapioficeandfire.com/api/characters/533",
"https://anapioficeandfire.com/api/characters/534",
"https://anapioficeandfire.com/api/characters/535",
"https://anapioficeandfire.com/api/characters/536",
"https://anapioficeandfire.com/api/characters/537",
"https://anapioficeandfire.com/api/characters/539",
"https://anapioficeandfire.com/api/characters/547",
"https://anapioficeandfire.com/api/characters/549",
"https://anapioficeandfire.com/api/characters/550",
"https://anapioficeandfire.com/api/characters/553",
"https://anapioficeandfire.com/api/characters/555",
"https://anapioficeandfire.com/api/characters/557",
"https://anapioficeandfire.com/api/characters/559",
"https://anapioficeandfire.com/api/characters/560",
"https://anapioficeandfire.com/api/characters/561",
"https://anapioficeandfire.com/api/characters/562",
"https://anapioficeandfire.com/api/characters/563",
"https://anapioficeandfire.com/api/characters/565",
"https://anapioficeandfire.com/api/characters/571",
"https://anapioficeandfire.com/api/characters/572",
"https://anapioficeandfire.com/api/characters/574",
"https://anapioficeandfire.com/api/characters/575",
"https://anapioficeandfire.com/api/characters/576",
"https://anapioficeandfire.com/api/characters/580",
"https://anapioficeandfire.com/api/characters/585",
"https://anapioficeandfire.com/api/characters/586",
"https://anapioficeandfire.com/api/characters/587",
"https://anapioficeandfire.com/api/characters/588",
"https://anapioficeandfire.com/api/characters/590",
"https://anapioficeandfire.com/api/characters/592",
"https://anapioficeandfire.com/api/characters/595",
"https://anapioficeandfire.com/api/characters/597",
"https://anapioficeandfire.com/api/characters/599",
"https://anapioficeandfire.com/api/characters/600",
"https://anapioficeandfire.com/api/characters/602",
"https://anapioficeandfire.com/api/characters/603",
"https://anapioficeandfire.com/api/characters/604",
"https://anapioficeandfire.com/api/characters/605",
"https://anapioficeandfire.com/api/characters/606",
"https://anapioficeandfire.com/api/characters/607",
"https://anapioficeandfire.com/api/characters/609",
"https://anapioficeandfire.com/api/characters/613",
"https://anapioficeandfire.com/api/characters/616",
"https://anapioficeandfire.com/api/characters/617",
"https://anapioficeandfire.com/api/characters/621",
"https://anapioficeandfire.com/api/characters/622",
"https://anapioficeandfire.com/api/characters/623",
"https://anapioficeandfire.com/api/characters/624",
"https://anapioficeandfire.com/api/characters/625",
"https://anapioficeandfire.com/api/characters/626",
"https://anapioficeandfire.com/api/characters/628",
"https://anapioficeandfire.com/api/characters/629",
"https://anapioficeandfire.com/api/characters/630",
"https://anapioficeandfire.com/api/characters/631",
"https://anapioficeandfire.com/api/characters/632",
"https://anapioficeandfire.com/api/characters/635",
"https://anapioficeandfire.com/api/characters/636",
"https://anapioficeandfire.com/api/characters/638",
"https://anapioficeandfire.com/api/characters/639",
"https://anapioficeandfire.com/api/characters/640",
"https://anapioficeandfire.com/api/characters/647",
"https://anapioficeandfire.com/api/characters/649",
"https://anapioficeandfire.com/api/characters/650",
"https://anapioficeandfire.com/api/characters/651",
"https://anapioficeandfire.com/api/characters/657",
"https://anapioficeandfire.com/api/characters/658",
"https://anapioficeandfire.com/api/characters/659",
"https://anapioficeandfire.com/api/characters/660",
"https://anapioficeandfire.com/api/characters/662",
"https://anapioficeandfire.com/api/characters/663",
"https://anapioficeandfire.com/api/characters/664",
"https://anapioficeandfire.com/api/characters/665",
"https://anapioficeandfire.com/api/characters/666",
"https://anapioficeandfire.com/api/characters/669",
"https://anapioficeandfire.com/api/characters/670",
"https://anapioficeandfire.com/api/characters/673",
"https://anapioficeandfire.com/api/characters/674",
"https://anapioficeandfire.com/api/characters/676",
"https://anapioficeandfire.com/api/characters/677",
"https://anapioficeandfire.com/api/characters/678",
"https://anapioficeandfire.com/api/characters/682",
"https://anapioficeandfire.com/api/characters/683",
"https://anapioficeandfire.com/api/characters/686",
"https://anapioficeandfire.com/api/characters/688",
"https://anapioficeandfire.com/api/characters/689",
"https://anapioficeandfire.com/api/characters/690",
"https://anapioficeandfire.com/api/characters/691",
"https://anapioficeandfire.com/api/characters/692",
"https://anapioficeandfire.com/api/characters/693",
"https://anapioficeandfire.com/api/characters/694",
"https://anapioficeandfire.com/api/characters/697",
"https://anapioficeandfire.com/api/characters/699",
"https://anapioficeandfire.com/api/characters/700",
"https://anapioficeandfire.com/api/characters/701",
"https://anapioficeandfire.com/api/characters/704",
"https://anapioficeandfire.com/api/characters/708",
"https://anapioficeandfire.com/api/characters/710",
"https://anapioficeandfire.com/api/characters/711",
"https://anapioficeandfire.com/api/characters/712",
"https://anapioficeandfire.com/api/characters/713",
"https://anapioficeandfire.com/api/characters/717",
"https://anapioficeandfire.com/api/characters/718",
"https://anapioficeandfire.com/api/characters/720",
"https://anapioficeandfire.com/api/characters/721",
"https://anapioficeandfire.com/api/characters/722",
"https://anapioficeandfire.com/api/characters/723",
"https://anapioficeandfire.com/api/characters/725",
"https://anapioficeandfire.com/api/characters/727",
"https://anapioficeandfire.com/api/characters/730",
"https://anapioficeandfire.com/api/characters/731",
"https://anapioficeandfire.com/api/characters/735",
"https://anapioficeandfire.com/api/characters/736",
"https://anapioficeandfire.com/api/characters/738",
"https://anapioficeandfire.com/api/characters/740",
"https://anapioficeandfire.com/api/characters/741",
"https://anapioficeandfire.com/api/characters/742",
"https://anapioficeandfire.com/api/characters/743",
"https://anapioficeandfire.com/api/characters/745",
"https://anapioficeandfire.com/api/characters/746",
"https://anapioficeandfire.com/api/characters/747",
"https://anapioficeandfire.com/api/characters/748",
"https://anapioficeandfire.com/api/characters/750",
"https://anapioficeandfire.com/api/characters/752",
"https://anapioficeandfire.com/api/characters/754",
"https://anapioficeandfire.com/api/characters/755",
"https://anapioficeandfire.com/api/characters/756",
"https://anapioficeandfire.com/api/characters/757",
"https://anapioficeandfire.com/api/characters/761",
"https://anapioficeandfire.com/api/characters/762",
"https://anapioficeandfire.com/api/characters/764",
"https://anapioficeandfire.com/api/characters/765",
"https://anapioficeandfire.com/api/characters/766",
"https://anapioficeandfire.com/api/characters/767",
"https://anapioficeandfire.com/api/characters/768",
"https://anapioficeandfire.com/api/characters/769",
"https://anapioficeandfire.com/api/characters/770",
"https://anapioficeandfire.com/api/characters/771",
"https://anapioficeandfire.com/api/characters/772",
"https://anapioficeandfire.com/api/characters/774",
"https://anapioficeandfire.com/api/characters/775",
"https://anapioficeandfire.com/api/characters/776",
"https://anapioficeandfire.com/api/characters/778",
"https://anapioficeandfire.com/api/characters/780",
"https://anapioficeandfire.com/api/characters/781",
"https://anapioficeandfire.com/api/characters/783",
"https://anapioficeandfire.com/api/characters/784",
"https://anapioficeandfire.com/api/characters/785",
"https://anapioficeandfire.com/api/characters/786",
"https://anapioficeandfire.com/api/characters/788",
"https://anapioficeandfire.com/api/characters/796",
"https://anapioficeandfire.com/api/characters/799",
"https://anapioficeandfire.com/api/characters/800",
"https://anapioficeandfire.com/api/characters/801",
"https://anapioficeandfire.com/api/characters/802",
"https://anapioficeandfire.com/api/characters/803",
"https://anapioficeandfire.com/api/characters/804",
"https://anapioficeandfire.com/api/characters/805",
"https://anapioficeandfire.com/api/characters/806",
"https://anapioficeandfire.com/api/characters/808",
"https://anapioficeandfire.com/api/characters/809",
"https://anapioficeandfire.com/api/characters/811",
"https://anapioficeandfire.com/api/characters/812",
"https://anapioficeandfire.com/api/characters/814",
"https://anapioficeandfire.com/api/characters/815",
"https://anapioficeandfire.com/api/characters/817",
"https://anapioficeandfire.com/api/characters/818",
"https://anapioficeandfire.com/api/characters/819",
"https://anapioficeandfire.com/api/characters/820",
"https://anapioficeandfire.com/api/characters/822",
"https://anapioficeandfire.com/api/characters/823",
"https://anapioficeandfire.com/api/characters/824",
"https://anapioficeandfire.com/api/characters/825",
"https://anapioficeandfire.com/api/characters/826",
"https://anapioficeandfire.com/api/characters/827",
"https://anapioficeandfire.com/api/characters/828",
"https://anapioficeandfire.com/api/characters/829",
"https://anapioficeandfire.com/api/characters/831",
"https://anapioficeandfire.com/api/characters/832",
"https://anapioficeandfire.com/api/characters/834",
"https://anapioficeandfire.com/api/characters/837",
"https://anapioficeandfire.com/api/characters/838",
"https://anapioficeandfire.com/api/characters/844",
"https://anapioficeandfire.com/api/characters/848",
"https://anapioficeandfire.com/api/characters/849",
"https://anapioficeandfire.com/api/characters/850",
"https://anapioficeandfire.com/api/characters/851",
"https://anapioficeandfire.com/api/characters/852",
"https://anapioficeandfire.com/api/characters/854",
"https://anapioficeandfire.com/api/characters/855",
"https://anapioficeandfire.com/api/characters/856",
"https://anapioficeandfire.com/api/characters/858",
"https://anapioficeandfire.com/api/characters/860",
"https://anapioficeandfire.com/api/characters/862",
"https://anapioficeandfire.com/api/characters/863",
"https://anapioficeandfire.com/api/characters/866",
"https://anapioficeandfire.com/api/characters/867",
"https://anapioficeandfire.com/api/characters/869",
"https://anapioficeandfire.com/api/characters/874",
"https://anapioficeandfire.com/api/characters/876",
"https://anapioficeandfire.com/api/characters/877",
"https://anapioficeandfire.com/api/characters/882",
"https://anapioficeandfire.com/api/characters/884",
"https://anapioficeandfire.com/api/characters/887",
"https://anapioficeandfire.com/api/characters/889",
"https://anapioficeandfire.com/api/characters/890",
"https://anapioficeandfire.com/api/characters/891",
"https://anapioficeandfire.com/api/characters/892",
"https://anapioficeandfire.com/api/characters/894",
"https://anapioficeandfire.com/api/characters/896",
"https://anapioficeandfire.com/api/characters/897",
"https://anapioficeandfire.com/api/characters/899",
"https://anapioficeandfire.com/api/characters/900",
"https://anapioficeandfire.com/api/characters/901",
"https://anapioficeandfire.com/api/characters/902",
"https://anapioficeandfire.com/api/characters/903",
"https://anapioficeandfire.com/api/characters/905",
"https://anapioficeandfire.com/api/characters/909",
"https://anapioficeandfire.com/api/characters/912",
"https://anapioficeandfire.com/api/characters/913",
"https://anapioficeandfire.com/api/characters/914",
"https://anapioficeandfire.com/api/characters/922",
"https://anapioficeandfire.com/api/characters/923",
"https://anapioficeandfire.com/api/characters/925",
"https://anapioficeandfire.com/api/characters/927",
"https://anapioficeandfire.com/api/characters/929",
"https://anapioficeandfire.com/api/characters/930",
"https://anapioficeandfire.com/api/characters/931",
"https://anapioficeandfire.com/api/characters/932",
"https://anapioficeandfire.com/api/characters/933",
"https://anapioficeandfire.com/api/characters/937",
"https://anapioficeandfire.com/api/characters/938",
"https://anapioficeandfire.com/api/characters/940",
"https://anapioficeandfire.com/api/characters/941",
"https://anapioficeandfire.com/api/characters/944",
"https://anapioficeandfire.com/api/characters/945",
"https://anapioficeandfire.com/api/characters/946",
"https://anapioficeandfire.com/api/characters/947",
"https://anapioficeandfire.com/api/characters/948",
"https://anapioficeandfire.com/api/characters/949",
"https://anapioficeandfire.com/api/characters/950",
"https://anapioficeandfire.com/api/characters/952",
"https://anapioficeandfire.com/api/characters/953",
"https://anapioficeandfire.com/api/characters/955",
"https://anapioficeandfire.com/api/characters/956",
"https://anapioficeandfire.com/api/characters/959",
"https://anapioficeandfire.com/api/characters/960",
"https://anapioficeandfire.com/api/characters/961",
"https://anapioficeandfire.com/api/characters/965",
"https://anapioficeandfire.com/api/characters/966",
"https://anapioficeandfire.com/api/characters/968",
"https://anapioficeandfire.com/api/characters/972",
"https://anapioficeandfire.com/api/characters/973",
"https://anapioficeandfire.com/api/characters/974",
"https://anapioficeandfire.com/api/characters/975",
"https://anapioficeandfire.com/api/characters/976",
"https://anapioficeandfire.com/api/characters/983",
"https://anapioficeandfire.com/api/characters/984",
"https://anapioficeandfire.com/api/characters/986",
"https://anapioficeandfire.com/api/characters/989",
"https://anapioficeandfire.com/api/characters/991",
"https://anapioficeandfire.com/api/characters/992",
"https://anapioficeandfire.com/api/characters/994",
"https://anapioficeandfire.com/api/characters/995",
"https://anapioficeandfire.com/api/characters/996",
"https://anapioficeandfire.com/api/characters/997",
"https://anapioficeandfire.com/api/characters/998",
"https://anapioficeandfire.com/api/characters/1000",
"https://anapioficeandfire.com/api/characters/1004",
"https://anapioficeandfire.com/api/characters/1006",
"https://anapioficeandfire.com/api/characters/1008",
"https://anapioficeandfire.com/api/characters/1009",
"https://anapioficeandfire.com/api/characters/1010",
"https://anapioficeandfire.com/api/characters/1011",
"https://anapioficeandfire.com/api/characters/1013",
"https://anapioficeandfire.com/api/characters/1014",
"https://anapioficeandfire.com/api/characters/1017",
"https://anapioficeandfire.com/api/characters/1019",
"https://anapioficeandfire.com/api/characters/1020",
"https://anapioficeandfire.com/api/characters/1022",
"https://anapioficeandfire.com/api/characters/1024",
"https://anapioficeandfire.com/api/characters/1025",
"https://anapioficeandfire.com/api/characters/1027",
"https://anapioficeandfire.com/api/characters/1029",
"https://anapioficeandfire.com/api/characters/1033",
"https://anapioficeandfire.com/api/characters/1034",
"https://anapioficeandfire.com/api/characters/1036",
"https://anapioficeandfire.com/api/characters/1037",
"https://anapioficeandfire.com/api/characters/1038",
"https://anapioficeandfire.com/api/characters/1040",
"https://anapioficeandfire.com/api/characters/1043",
"https://anapioficeandfire.com/api/characters/1045",
"https://anapioficeandfire.com/api/characters/1046",
"https://anapioficeandfire.com/api/characters/1049",
"https://anapioficeandfire.com/api/characters/1051",
"https://anapioficeandfire.com/api/characters/1053",
"https://anapioficeandfire.com/api/characters/1054",
"https://anapioficeandfire.com/api/characters/1055",
"https://anapioficeandfire.com/api/characters/1056",
"https://anapioficeandfire.com/api/characters/1057",
"https://anapioficeandfire.com/api/characters/1058",
"https://anapioficeandfire.com/api/characters/1061",
"https://anapioficeandfire.com/api/characters/1063",
"https://anapioficeandfire.com/api/characters/1068",
"https://anapioficeandfire.com/api/characters/1072",
"https://anapioficeandfire.com/api/characters/1073",
"https://anapioficeandfire.com/api/characters/1074",
"https://anapioficeandfire.com/api/characters/1075",
"https://anapioficeandfire.com/api/characters/1077",
"https://anapioficeandfire.com/api/characters/1079",
"https://anapioficeandfire.com/api/characters/1080",
"https://anapioficeandfire.com/api/characters/1081",
"https://anapioficeandfire.com/api/characters/1082",
"https://anapioficeandfire.com/api/characters/1083",
"https://anapioficeandfire.com/api/characters/1084",
"https://anapioficeandfire.com/api/characters/1085",
"https://anapioficeandfire.com/api/characters/1086",
"https://anapioficeandfire.com/api/characters/1087",
"https://anapioficeandfire.com/api/characters/1088",
"https://anapioficeandfire.com/api/characters/1089",
"https://anapioficeandfire.com/api/characters/1090",
"https://anapioficeandfire.com/api/characters/1091",
"https://anapioficeandfire.com/api/characters/1092",
"https://anapioficeandfire.com/api/characters/1093",
"https://anapioficeandfire.com/api/characters/1094",
"https://anapioficeandfire.com/api/characters/1095",
"https://anapioficeandfire.com/api/characters/1096",
"https://anapioficeandfire.com/api/characters/1097",
"https://anapioficeandfire.com/api/characters/1099",
"https://anapioficeandfire.com/api/characters/1100",
"https://anapioficeandfire.com/api/characters/1102",
"https://anapioficeandfire.com/api/characters/1104",
"https://anapioficeandfire.com/api/characters/1105",
"https://anapioficeandfire.com/api/characters/1106",
"https://anapioficeandfire.com/api/characters/1107",
"https://anapioficeandfire.com/api/characters/1113",
"https://anapioficeandfire.com/api/characters/1114",
"https://anapioficeandfire.com/api/characters/1115",
"https://anapioficeandfire.com/api/characters/1116",
"https://anapioficeandfire.com/api/characters/1118",
"https://anapioficeandfire.com/api/characters/1122",
"https://anapioficeandfire.com/api/characters/1124",
"https://anapioficeandfire.com/api/characters/1125",
"https://anapioficeandfire.com/api/characters/1127",
"https://anapioficeandfire.com/api/characters/1131",
"https://anapioficeandfire.com/api/characters/1132",
"https://anapioficeandfire.com/api/characters/1134",
"https://anapioficeandfire.com/api/characters/1135",
"https://anapioficeandfire.com/api/characters/1136",
"https://anapioficeandfire.com/api/characters/1137",
"https://anapioficeandfire.com/api/characters/1139",
"https://anapioficeandfire.com/api/characters/1142",
"https://anapioficeandfire.com/api/characters/1144",
"https://anapioficeandfire.com/api/characters/1145",
"https://anapioficeandfire.com/api/characters/1146",
"https://anapioficeandfire.com/api/characters/1147",
"https://anapioficeandfire.com/api/characters/1151",
"https://anapioficeandfire.com/api/characters/1155",
"https://anapioficeandfire.com/api/characters/1157",
"https://anapioficeandfire.com/api/characters/1158",
"https://anapioficeandfire.com/api/characters/1161",
"https://anapioficeandfire.com/api/characters/1164",
"https://anapioficeandfire.com/api/characters/1165",
"https://anapioficeandfire.com/api/characters/1166",
"https://anapioficeandfire.com/api/characters/1172",
"https://anapioficeandfire.com/api/characters/1173",
"https://anapioficeandfire.com/api/characters/1174",
"https://anapioficeandfire.com/api/characters/1177",
"https://anapioficeandfire.com/api/characters/1179",
"https://anapioficeandfire.com/api/characters/1181",
"https://anapioficeandfire.com/api/characters/1182",
"https://anapioficeandfire.com/api/characters/1184",
"https://anapioficeandfire.com/api/characters/1186",
"https://anapioficeandfire.com/api/characters/1192",
"https://anapioficeandfire.com/api/characters/1194",
"https://anapioficeandfire.com/api/characters/1195",
"https://anapioficeandfire.com/api/characters/1196",
"https://anapioficeandfire.com/api/characters/1199",
"https://anapioficeandfire.com/api/characters/1200",
"https://anapioficeandfire.com/api/characters/1201",
"https://anapioficeandfire.com/api/characters/1205",
"https://anapioficeandfire.com/api/characters/1213",
"https://anapioficeandfire.com/api/characters/1216",
"https://anapioficeandfire.com/api/characters/1217",
"https://anapioficeandfire.com/api/characters/1220",
"https://anapioficeandfire.com/api/characters/1221",
"https://anapioficeandfire.com/api/characters/1222",
"https://anapioficeandfire.com/api/characters/1223",
"https://anapioficeandfire.com/api/characters/1224",
"https://anapioficeandfire.com/api/characters/1227",
"https://anapioficeandfire.com/api/characters/1231",
"https://anapioficeandfire.com/api/characters/1233",
"https://anapioficeandfire.com/api/characters/1234",
"https://anapioficeandfire.com/api/characters/1237",
"https://anapioficeandfire.com/api/characters/1240",
"https://anapioficeandfire.com/api/characters/1244",
"https://anapioficeandfire.com/api/characters/1246",
"https://anapioficeandfire.com/api/characters/1250",
"https://anapioficeandfire.com/api/characters/1252",
"https://anapioficeandfire.com/api/characters/1253",
"https://anapioficeandfire.com/api/characters/1257",
"https://anapioficeandfire.com/api/characters/1262",
"https://anapioficeandfire.com/api/characters/1265",
"https://anapioficeandfire.com/api/characters/1266",
"https://anapioficeandfire.com/api/characters/1270",
"https://anapioficeandfire.com/api/characters/1274",
"https://anapioficeandfire.com/api/characters/1275",
"https://anapioficeandfire.com/api/characters/1277",
"https://anapioficeandfire.com/api/characters/1279",
"https://anapioficeandfire.com/api/characters/1280",
"https://anapioficeandfire.com/api/characters/1281",
"https://anapioficeandfire.com/api/characters/1283",
"https://anapioficeandfire.com/api/characters/1289",
"https://anapioficeandfire.com/api/characters/1293",
"https://anapioficeandfire.com/api/characters/1295",
"https://anapioficeandfire.com/api/characters/1296",
"https://anapioficeandfire.com/api/characters/1298",
"https://anapioficeandfire.com/api/characters/1301",
"https://anapioficeandfire.com/api/characters/1305",
"https://anapioficeandfire.com/api/characters/1310",
"https://anapioficeandfire.com/api/characters/1311",
"https://anapioficeandfire.com/api/characters/1314",
"https://anapioficeandfire.com/api/characters/1315",
"https://anapioficeandfire.com/api/characters/1316",
"https://anapioficeandfire.com/api/characters/1317",
"https://anapioficeandfire.com/api/characters/1320",
"https://anapioficeandfire.com/api/characters/1321",
"https://anapioficeandfire.com/api/characters/1323",
"https://anapioficeandfire.com/api/characters/1325",
"https://anapioficeandfire.com/api/characters/1331",
"https://anapioficeandfire.com/api/characters/1334",
"https://anapioficeandfire.com/api/characters/1335",
"https://anapioficeandfire.com/api/characters/1337",
"https://anapioficeandfire.com/api/characters/1341",
"https://anapioficeandfire.com/api/characters/1342",
"https://anapioficeandfire.com/api/characters/1346",
"https://anapioficeandfire.com/api/characters/1347",
"https://anapioficeandfire.com/api/characters/1348",
"https://anapioficeandfire.com/api/characters/1350",
"https://anapioficeandfire.com/api/characters/1351",
"https://anapioficeandfire.com/api/characters/1352",
"https://anapioficeandfire.com/api/characters/1353",
"https://anapioficeandfire.com/api/characters/1355",
"https://anapioficeandfire.com/api/characters/1358",
"https://anapioficeandfire.com/api/characters/1362",
"https://anapioficeandfire.com/api/characters/1363",
"https://anapioficeandfire.com/api/characters/1364",
"https://anapioficeandfire.com/api/characters/1367",
"https://anapioficeandfire.com/api/characters/1369",
"https://anapioficeandfire.com/api/characters/1374",
"https://anapioficeandfire.com/api/characters/1375",
"https://anapioficeandfire.com/api/characters/1376",
"https://anapioficeandfire.com/api/characters/1377",
"https://anapioficeandfire.com/api/characters/1383",
"https://anapioficeandfire.com/api/characters/1384",
"https://anapioficeandfire.com/api/characters/1385",
"https://anapioficeandfire.com/api/characters/1390",
"https://anapioficeandfire.com/api/characters/1393",
"https://anapioficeandfire.com/api/characters/1396",
"https://anapioficeandfire.com/api/characters/1401",
"https://anapioficeandfire.com/api/characters/1404",
"https://anapioficeandfire.com/api/characters/1409",
"https://anapioficeandfire.com/api/characters/1410",
"https://anapioficeandfire.com/api/characters/1411",
"https://anapioficeandfire.com/api/characters/1412",
"https://anapioficeandfire.com/api/characters/1413",
"https://anapioficeandfire.com/api/characters/1417",
"https://anapioficeandfire.com/api/characters/1418",
"https://anapioficeandfire.com/api/characters/1419",
"https://anapioficeandfire.com/api/characters/1420",
"https://anapioficeandfire.com/api/characters/1425",
"https://anapioficeandfire.com/api/characters/1426",
"https://anapioficeandfire.com/api/characters/1427",
"https://anapioficeandfire.com/api/characters/1428",
"https://anapioficeandfire.com/api/characters/1429",
"https://anapioficeandfire.com/api/characters/1434",
"https://anapioficeandfire.com/api/characters/1435",
"https://anapioficeandfire.com/api/characters/1436",
"https://anapioficeandfire.com/api/characters/1437",
"https://anapioficeandfire.com/api/characters/1438",
"https://anapioficeandfire.com/api/characters/1442",
"https://anapioficeandfire.com/api/characters/1445",
"https://anapioficeandfire.com/api/characters/1447",
"https://anapioficeandfire.com/api/characters/1448",
"https://anapioficeandfire.com/api/characters/1450",
"https://anapioficeandfire.com/api/characters/1451",
"https://anapioficeandfire.com/api/characters/1453",
"https://anapioficeandfire.com/api/characters/1455",
"https://anapioficeandfire.com/api/characters/1465",
"https://anapioficeandfire.com/api/characters/1466",
"https://anapioficeandfire.com/api/characters/1467",
"https://anapioficeandfire.com/api/characters/1468",
"https://anapioficeandfire.com/api/characters/1471",
"https://anapioficeandfire.com/api/characters/1472",
"https://anapioficeandfire.com/api/characters/1474",
"https://anapioficeandfire.com/api/characters/1475",
"https://anapioficeandfire.com/api/characters/1479",
"https://anapioficeandfire.com/api/characters/1481",
"https://anapioficeandfire.com/api/characters/1487",
"https://anapioficeandfire.com/api/characters/1488",
"https://anapioficeandfire.com/api/characters/1494",
"https://anapioficeandfire.com/api/characters/1495",
"https://anapioficeandfire.com/api/characters/1497",
"https://anapioficeandfire.com/api/characters/1502",
"https://anapioficeandfire.com/api/characters/1507",
"https://anapioficeandfire.com/api/characters/1508",
"https://anapioficeandfire.com/api/characters/1515",
"https://anapioficeandfire.com/api/characters/1518",
"https://anapioficeandfire.com/api/characters/1519",
"https://anapioficeandfire.com/api/characters/1520",
"https://anapioficeandfire.com/api/characters/1522",
"https://anapioficeandfire.com/api/characters/1523",
"https://anapioficeandfire.com/api/characters/1525",
"https://anapioficeandfire.com/api/characters/1526",
"https://anapioficeandfire.com/api/characters/1531",
"https://anapioficeandfire.com/api/characters/1532",
"https://anapioficeandfire.com/api/characters/1533",
"https://anapioficeandfire.com/api/characters/1535",
"https://anapioficeandfire.com/api/characters/1536",
"https://anapioficeandfire.com/api/characters/1539",
"https://anapioficeandfire.com/api/characters/1540",
"https://anapioficeandfire.com/api/characters/1544",
"https://anapioficeandfire.com/api/characters/1547",
"https://anapioficeandfire.com/api/characters/1548",
"https://anapioficeandfire.com/api/characters/1549",
"https://anapioficeandfire.com/api/characters/1559",
"https://anapioficeandfire.com/api/characters/1560",
"https://anapioficeandfire.com/api/characters/1561",
"https://anapioficeandfire.com/api/characters/1569",
"https://anapioficeandfire.com/api/characters/1570",
"https://anapioficeandfire.com/api/characters/1571",
"https://anapioficeandfire.com/api/characters/1574",
"https://anapioficeandfire.com/api/characters/1575",
"https://anapioficeandfire.com/api/characters/1576",
"https://anapioficeandfire.com/api/characters/1577",
"https://anapioficeandfire.com/api/characters/1578",
"https://anapioficeandfire.com/api/characters/1580",
"https://anapioficeandfire.com/api/characters/1581",
"https://anapioficeandfire.com/api/characters/1584",
"https://anapioficeandfire.com/api/characters/1587",
"https://anapioficeandfire.com/api/characters/1594",
"https://anapioficeandfire.com/api/characters/1599",
"https://anapioficeandfire.com/api/characters/1603",
"https://anapioficeandfire.com/api/characters/1604",
"https://anapioficeandfire.com/api/characters/1606",
"https://anapioficeandfire.com/api/characters/1607",
"https://anapioficeandfire.com/api/characters/1612",
"https://anapioficeandfire.com/api/characters/1613",
"https://anapioficeandfire.com/api/characters/1615",
"https://anapioficeandfire.com/api/characters/1616",
"https://anapioficeandfire.com/api/characters/1617",
"https://anapioficeandfire.com/api/characters/1618",
"https://anapioficeandfire.com/api/characters/1619",
"https://anapioficeandfire.com/api/characters/1621",
"https://anapioficeandfire.com/api/characters/1623",
"https://anapioficeandfire.com/api/characters/1625",
"https://anapioficeandfire.com/api/characters/1626",
"https://anapioficeandfire.com/api/characters/1627",
"https://anapioficeandfire.com/api/characters/1629",
"https://anapioficeandfire.com/api/characters/1630",
"https://anapioficeandfire.com/api/characters/1632",
"https://anapioficeandfire.com/api/characters/1634",
"https://anapioficeandfire.com/api/characters/1640",
"https://anapioficeandfire.com/api/characters/1645",
"https://anapioficeandfire.com/api/characters/1647",
"https://anapioficeandfire.com/api/characters/1649",
"https://anapioficeandfire.com/api/characters/1650",
"https://anapioficeandfire.com/api/characters/1654",
"https://anapioficeandfire.com/api/characters/1656",
"https://anapioficeandfire.com/api/characters/1657",
"https://anapioficeandfire.com/api/characters/1658",
"https://anapioficeandfire.com/api/characters/1659",
"https://anapioficeandfire.com/api/characters/1660",
"https://anapioficeandfire.com/api/characters/1666",
"https://anapioficeandfire.com/api/characters/1667",
"https://anapioficeandfire.com/api/characters/1669",
"https://anapioficeandfire.com/api/characters/1670",
"https://anapioficeandfire.com/api/characters/1674",
"https://anapioficeandfire.com/api/characters/1675",
"https://anapioficeandfire.com/api/characters/1676",
"https://anapioficeandfire.com/api/characters/1678",
"https://anapioficeandfire.com/api/characters/1681",
"https://anapioficeandfire.com/api/characters/1682",
"https://anapioficeandfire.com/api/characters/1683",
"https://anapioficeandfire.com/api/characters/1684",
"https://anapioficeandfire.com/api/characters/1685",
"https://anapioficeandfire.com/api/characters/1688",
"https://anapioficeandfire.com/api/characters/1692",
"https://anapioficeandfire.com/api/characters/1695",
"https://anapioficeandfire.com/api/characters/1696",
"https://anapioficeandfire.com/api/characters/1697",
"https://anapioficeandfire.com/api/characters/1700",
"https://anapioficeandfire.com/api/characters/1701",
"https://anapioficeandfire.com/api/characters/1703",
"https://anapioficeandfire.com/api/characters/1704",
"https://anapioficeandfire.com/api/characters/1706",
"https://anapioficeandfire.com/api/characters/1708",
"https://anapioficeandfire.com/api/characters/1709",
"https://anapioficeandfire.com/api/characters/1713",
"https://anapioficeandfire.com/api/characters/1715",
"https://anapioficeandfire.com/api/characters/1727",
"https://anapioficeandfire.com/api/characters/1729",
"https://anapioficeandfire.com/api/characters/1730",
"https://anapioficeandfire.com/api/characters/1732",
"https://anapioficeandfire.com/api/characters/1733",
"https://anapioficeandfire.com/api/characters/1735",
"https://anapioficeandfire.com/api/characters/1740",
"https://anapioficeandfire.com/api/characters/1741",
"https://anapioficeandfire.com/api/characters/1742",
"https://anapioficeandfire.com/api/characters/1747",
"https://anapioficeandfire.com/api/characters/1749",
"https://anapioficeandfire.com/api/characters/1754",
"https://anapioficeandfire.com/api/characters/1755",
"https://anapioficeandfire.com/api/characters/1759",
"https://anapioficeandfire.com/api/characters/1761",
"https://anapioficeandfire.com/api/characters/1762",
"https://anapioficeandfire.com/api/characters/1764",
"https://anapioficeandfire.com/api/characters/1766",
"https://anapioficeandfire.com/api/characters/1768",
"https://anapioficeandfire.com/api/characters/1769",
"https://anapioficeandfire.com/api/characters/1770",
"https://anapioficeandfire.com/api/characters/1774",
"https://anapioficeandfire.com/api/characters/1776",
"https://anapioficeandfire.com/api/characters/1777",
"https://anapioficeandfire.com/api/characters/1778",
"https://anapioficeandfire.com/api/characters/1781",
"https://anapioficeandfire.com/api/characters/1782",
"https://anapioficeandfire.com/api/characters/1783",
"https://anapioficeandfire.com/api/characters/1784",
"https://anapioficeandfire.com/api/characters/1785",
"https://anapioficeandfire.com/api/characters/1787",
"https://anapioficeandfire.com/api/characters/1789",
"https://anapioficeandfire.com/api/characters/1791",
"https://anapioficeandfire.com/api/characters/1794",
"https://anapioficeandfire.com/api/characters/1795",
"https://anapioficeandfire.com/api/characters/1797",
"https://anapioficeandfire.com/api/characters/1799",
"https://anapioficeandfire.com/api/characters/1800",
"https://anapioficeandfire.com/api/characters/1804",
"https://anapioficeandfire.com/api/characters/1805",
"https://anapioficeandfire.com/api/characters/1806",
"https://anapioficeandfire.com/api/characters/1807",
"https://anapioficeandfire.com/api/characters/1808",
"https://anapioficeandfire.com/api/characters/1809",
"https://anapioficeandfire.com/api/characters/1810",
"https://anapioficeandfire.com/api/characters/1811",
"https://anapioficeandfire.com/api/characters/1814",
"https://anapioficeandfire.com/api/characters/1815",
"https://anapioficeandfire.com/api/characters/1821",
"https://anapioficeandfire.com/api/characters/1824",
"https://anapioficeandfire.com/api/characters/1825",
"https://anapioficeandfire.com/api/characters/1826",
"https://anapioficeandfire.com/api/characters/1827",
"https://anapioficeandfire.com/api/characters/1828",
"https://anapioficeandfire.com/api/characters/1830",
"https://anapioficeandfire.com/api/characters/1839",
"https://anapioficeandfire.com/api/characters/1843",
"https://anapioficeandfire.com/api/characters/1847",
"https://anapioficeandfire.com/api/characters/1848",
"https://anapioficeandfire.com/api/characters/1852",
"https://anapioficeandfire.com/api/characters/1854",
"https://anapioficeandfire.com/api/characters/1856",
"https://anapioficeandfire.com/api/characters/1860",
"https://anapioficeandfire.com/api/characters/1861",
"https://anapioficeandfire.com/api/characters/1862",
"https://anapioficeandfire.com/api/characters/1864",
"https://anapioficeandfire.com/api/characters/1873",
"https://anapioficeandfire.com/api/characters/1880",
"https://anapioficeandfire.com/api/characters/1882",
"https://anapioficeandfire.com/api/characters/1885",
"https://anapioficeandfire.com/api/characters/1896",
"https://anapioficeandfire.com/api/characters/1900",
"https://anapioficeandfire.com/api/characters/1902",
"https://anapioficeandfire.com/api/characters/1903",
"https://anapioficeandfire.com/api/characters/1904",
"https://anapioficeandfire.com/api/characters/1911",
"https://anapioficeandfire.com/api/characters/1916",
"https://anapioficeandfire.com/api/characters/1917",
"https://anapioficeandfire.com/api/characters/1918",
"https://anapioficeandfire.com/api/characters/1920",
"https://anapioficeandfire.com/api/characters/1921",
"https://anapioficeandfire.com/api/characters/1922",
"https://anapioficeandfire.com/api/characters/1925",
"https://anapioficeandfire.com/api/characters/1926",
"https://anapioficeandfire.com/api/characters/1930",
"https://anapioficeandfire.com/api/characters/1931",
"https://anapioficeandfire.com/api/characters/1932",
"https://anapioficeandfire.com/api/characters/1933",
"https://anapioficeandfire.com/api/characters/1934",
"https://anapioficeandfire.com/api/characters/1935",
"https://anapioficeandfire.com/api/characters/1938",
"https://anapioficeandfire.com/api/characters/1939",
"https://anapioficeandfire.com/api/characters/1940",
"https://anapioficeandfire.com/api/characters/1941",
"https://anapioficeandfire.com/api/characters/1943",
"https://anapioficeandfire.com/api/characters/1947",
"https://anapioficeandfire.com/api/characters/1951",
"https://anapioficeandfire.com/api/characters/1952",
"https://anapioficeandfire.com/api/characters/1954",
"https://anapioficeandfire.com/api/characters/1955",
"https://anapioficeandfire.com/api/characters/1957",
"https://anapioficeandfire.com/api/characters/1959",
"https://anapioficeandfire.com/api/characters/1963",
"https://anapioficeandfire.com/api/characters/1964",
"https://anapioficeandfire.com/api/characters/1967",
"https://anapioficeandfire.com/api/characters/1969",
"https://anapioficeandfire.com/api/characters/1971",
"https://anapioficeandfire.com/api/characters/1972",
"https://anapioficeandfire.com/api/characters/1976",
"https://anapioficeandfire.com/api/characters/1977",
"https://anapioficeandfire.com/api/characters/1979",
"https://anapioficeandfire.com/api/characters/1984",
"https://anapioficeandfire.com/api/characters/1988",
"https://anapioficeandfire.com/api/characters/1990",
"https://anapioficeandfire.com/api/characters/1993",
"https://anapioficeandfire.com/api/characters/1994",
"https://anapioficeandfire.com/api/characters/1996",
"https://anapioficeandfire.com/api/characters/2002",
"https://anapioficeandfire.com/api/characters/2003",
"https://anapioficeandfire.com/api/characters/2005",
"https://anapioficeandfire.com/api/characters/2006",
"https://anapioficeandfire.com/api/characters/2007",
"https://anapioficeandfire.com/api/characters/2009",
"https://anapioficeandfire.com/api/characters/2010",
"https://anapioficeandfire.com/api/characters/2013",
"https://anapioficeandfire.com/api/characters/2014",
"https://anapioficeandfire.com/api/characters/2016",
"https://anapioficeandfire.com/api/characters/2017",
"https://anapioficeandfire.com/api/characters/2018",
"https://anapioficeandfire.com/api/characters/2020",
"https://anapioficeandfire.com/api/characters/2022",
"https://anapioficeandfire.com/api/characters/2024",
"https://anapioficeandfire.com/api/characters/2027",
"https://anapioficeandfire.com/api/characters/2031",
"https://anapioficeandfire.com/api/characters/2032",
"https://anapioficeandfire.com/api/characters/2035",
"https://anapioficeandfire.com/api/characters/2038",
"https://anapioficeandfire.com/api/characters/2041",
"https://anapioficeandfire.com/api/characters/2044",
"https://anapioficeandfire.com/api/characters/2045",
"https://anapioficeandfire.com/api/characters/2049",
"https://anapioficeandfire.com/api/characters/2050",
"https://anapioficeandfire.com/api/characters/2052",
"https://anapioficeandfire.com/api/characters/2060",
"https://anapioficeandfire.com/api/characters/2063",
"https://anapioficeandfire.com/api/characters/2065",
"https://anapioficeandfire.com/api/characters/2066",
"https://anapioficeandfire.com/api/characters/2067",
"https://anapioficeandfire.com/api/characters/2069",
"https://anapioficeandfire.com/api/characters/2070",
"https://anapioficeandfire.com/api/characters/2071",
"https://anapioficeandfire.com/api/characters/2072",
"https://anapioficeandfire.com/api/characters/2073",
"https://anapioficeandfire.com/api/characters/2074",
"https://anapioficeandfire.com/api/characters/2077",
"https://anapioficeandfire.com/api/characters/2085",
"https://anapioficeandfire.com/api/characters/2087",
"https://anapioficeandfire.com/api/characters/2088",
"https://anapioficeandfire.com/api/characters/2091",
"https://anapioficeandfire.com/api/characters/2092",
"https://anapioficeandfire.com/api/characters/2093",
"https://anapioficeandfire.com/api/characters/2097",
"https://anapioficeandfire.com/api/characters/2098",
"https://anapioficeandfire.com/api/characters/2099",
"https://anapioficeandfire.com/api/characters/2100",
"https://anapioficeandfire.com/api/characters/2109",
"https://anapioficeandfire.com/api/characters/2120",
"https://anapioficeandfire.com/api/characters/2121",
"https://anapioficeandfire.com/api/characters/2122",
"https://anapioficeandfire.com/api/characters/2126",
"https://anapioficeandfire.com/api/characters/2131",
"https://anapioficeandfire.com/api/characters/2134",
"https://anapioficeandfire.com/api/characters/2137"
],
"povCharacters": [
"https://anapioficeandfire.com/api/characters/148",
"https://anapioficeandfire.com/api/characters/208",
"https://anapioficeandfire.com/api/characters/232",
"https://anapioficeandfire.com/api/characters/529",
"https://anapioficeandfire.com/api/characters/583",
"https://anapioficeandfire.com/api/characters/751",
"https://anapioficeandfire.com/api/characters/954",
"https://anapioficeandfire.com/api/characters/957",
"https://anapioficeandfire.com/api/characters/1052",
"https://anapioficeandfire.com/api/characters/1267",
"https://anapioficeandfire.com/api/characters/1303",
"https://anapioficeandfire.com/api/characters/1319"
]
},
"isCustomField": false,
"accessor": "__root_schema__",
"identifier": "__root_schema__",
"position": -1,
"originalIdentifier": "__root_schema__",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none",
"isDisabled": false,
"isRequired": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": ""
}
},
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"widgetName": "JSONForm1",
"submitButtonStyles": {
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"buttonVariant": "PRIMARY"
},
"dynamicPropertyPathList": [
{
"key": "schema.__root_schema__.children.date_of_birth.defaultValue"
},
{
"key": "schema.__root_schema__.children.released.defaultValue"
}
],
"displayName": "JSON Form",
"iconSVG": "/static/media/icon.5b428de1.svg",
"topRow": 9,
"bottomRow": 98,
"fieldLimitExceeded": false,
"parentRowSpace": 10,
"title": "Books_Stall",
"type": "JSON_FORM_WIDGET",
"hideCard": false,
"animateLoading": false,
"parentColumnSpace": 16.65625,
"dynamicTriggerPathList": [
],
"leftColumn": 30,
"dynamicBindingPathList": [
{
"key": "schema.__root_schema__.children.povCharacters.borderRadius"
},
{
"key": "schema.__root_schema__.children.povCharacters.defaultValue"
},
{
"key": "schema.__root_schema__.children.characters.borderRadius"
},
{
"key": "schema.__root_schema__.children.characters.defaultValue"
},
{
"key": "schema.__root_schema__.children.characters.options"
},
{
"key": "schema.__root_schema__.children.released.borderRadius"
},
{
"key": "schema.__root_schema__.children.released.defaultValue"
},
{
"key": "schema.__root_schema__.children.mediaType.borderRadius"
},
{
"key": "schema.__root_schema__.children.mediaType.defaultValue"
},
{
"key": "schema.__root_schema__.children.country.borderRadius"
},
{
"key": "schema.__root_schema__.children.country.defaultValue"
},
{
"key": "schema.__root_schema__.children.publisher.borderRadius"
},
{
"key": "schema.__root_schema__.children.publisher.defaultValue"
},
{
"key": "schema.__root_schema__.children.numberOfPages.borderRadius"
},
{
"key": "schema.__root_schema__.children.numberOfPages.defaultValue"
},
{
"key": "schema.__root_schema__.children.authors.borderRadius"
},
{
"key": "schema.__root_schema__.children.authors.defaultValue"
},
{
"key": "schema.__root_schema__.children.authors.options"
},
{
"key": "schema.__root_schema__.children.isbn.borderRadius"
},
{
"key": "schema.__root_schema__.children.isbn.defaultValue"
},
{
"key": "schema.__root_schema__.children.url.borderRadius"
},
{
"key": "schema.__root_schema__.children.url.defaultValue"
},
{
"key": "schema.__root_schema__.children.name.borderRadius"
},
{
"key": "schema.__root_schema__.children.name.defaultValue"
},
{
"key": "borderRadius"
},
{
"key": "boxShadow"
},
{
"key": "submitButtonStyles.buttonColor"
},
{
"key": "submitButtonStyles.borderRadius"
},
{
"key": "resetButtonStyles.buttonColor"
},
{
"key": "resetButtonStyles.borderRadius"
},
{
"key": "schema.__root_schema__.children.name.accentColor"
},
{
"key": "schema.__root_schema__.children.url.accentColor"
},
{
"key": "schema.__root_schema__.children.isbn.accentColor"
},
{
"key": "schema.__root_schema__.children.authors.accentColor"
},
{
"key": "schema.__root_schema__.children.numberOfPages.accentColor"
},
{
"key": "schema.__root_schema__.children.publisher.accentColor"
},
{
"key": "schema.__root_schema__.children.country.accentColor"
},
{
"key": "schema.__root_schema__.children.mediaType.accentColor"
},
{
"key": "schema.__root_schema__.children.released.accentColor"
},
{
"key": "schema.__root_schema__.children.characters.accentColor"
},
{
"key": "schema.__root_schema__.children.povCharacters.accentColor"
},
{
"key": "schema.__root_schema__.defaultValue"
},
{
"key": "schema.__root_schema__.borderRadius"
},
{
"key": "schema.__root_schema__.cellBorderRadius"
}
],
"sourceData": "",
"showReset": false,
"resetButtonLabel": "Reset",
"key": "emb2rwxlna",
"backgroundColor": "#fff",
"rightColumn": 62,
"autoGenerateForm": true,
"widgetId": "vixxb0wr8f",
"resetButtonStyles": {
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"buttonVariant": "SECONDARY"
},
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"scrollContents": false,
"fixedFooter": false,
"submitButtonLabel": "Submit",
"childStylesheet": {
"ARRAY": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none"
},
"OBJECT": {
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none"
},
"CHECKBOX": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
},
"CURRENCY_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"DATEPICKER": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"EMAIL_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"MULTISELECT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"MULTILINE_TEXT_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"NUMBER_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"PASSWORD_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"PHONE_NUMBER_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"RADIO_GROUP": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"boxShadow": "none"
},
"SELECT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"SWITCH": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"boxShadow": "none"
},
"TEXT_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
}
},
"disabledWhenInvalid": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
},
{
"boxShadow": "none",
"widgetName": "Image1",
"onClick": "",
"dynamicPropertyPathList": [
],
"displayName": "Image",
"iconSVG": "/static/media/icon.52d8fb96.svg",
"topRow": 9,
"bottomRow": 47,
"parentRowSpace": 10,
"type": "IMAGE_WIDGET",
"hideCard": false,
"animateLoading": true,
"parentColumnSpace": 13.546875,
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"imageShape": "RECTANGLE",
"leftColumn": 0,
"dynamicBindingPathList": [
{
"key": "borderRadius"
}
],
"defaultImage": "https://assets.appsmith.com/widgets/default.png",
"key": "lp46gw08hk",
"image": "data:image/jpeg;base64,UklGRsaeAABXRUJQVlA4ILqeAADQyAKdASpAA/ECPjEYikQiogjMpmQUAYJaW7Rrm1ojp5rNOnZef73p5eRc8exe9C51DGGs/9dXfLH2p3pMT4bnMfebCpn2h+z83znXuK9ZeU/7z7vOmPrzyY+W/+f/h/ym+bn+v/aD3sf27/L/+P3Hv2D/4P+O/yHZf81f7j+pN/5v25+CG9selR5d3tQ/ut6YGqd/M//V5//n/9F/qfyZ8+fJR5q/hv8z/nv7f/4v9j/+f0D/Uc5/yH9t/2v8t6l/y77o/iP7n/mP9x/gf3F/A397/1/FP9l/cf+r/mfYL/Jf5Z/df7h+2H9z/bD7xPz+7ruD/1v9P7B3uX9X/3f+D/zn/y/z3x7/a/+T/SesP8j/jf+7/l/8b8gX9J/qn+7/wv7wf5r///+b8F/5vidfiP99+3fwDf1X+7/+P/O+8T/h/+7/Z/7b9zPfr+xf6T/z/6L4Gf6H/aP+L/jP3o/yH////flW/e32rxoB3/Kk2GIChmHGdmgZOs4txbNb0kC+/pKhaayjPj3Y4uYYwp3qK2krveZ7Z4t0MbtX3muDsRoS73N4xEV8lzc+JAxUKHJ3O6mnY5xOa6X3aNMPbuVpLtl0ZJix4h+BkQ7YR9uyjIe7WUw5AyaJITbca74xrzDPDWDMLl/EoP47m3jnRJY66nih83gTbYSisG++p2zXL/nNEiRT4UaLVw+8Ltxhso0EobPpFK4aC+A9eLlBkN4CJu77iBAICaYe3crSXKE/1fHCwrVQVsTI2fZBc/aKElUstvEAeXQjXfJIDuXDiJFaUny0EEGMQrvtDnX+31B3pa765A52+0ryIYEPzQI0KLWR9tJMlwZbAIQ8B+sujJMYe3crLuSAgIqwgcLWRTBtCI656Xph6VrrrZkqnhLvC5a5S2NOgFblfxdAF1M2XzDIfSvLrKqA3c73NBu9cS7eMA6HBMDKQSFAlAb6j6sSgbgW0WetmVu4QZt9+ZU7qWTu2Nu8WkIBBB7dytJdsujNo6xHRNjb2eD7bLW7ZV8kZfQqBgPBQVk8e6YkRGAGZQJN9hI/fY0NQ72Sy9hv3jVpCG5WcF+154SZfp/V4QmPZGZaq7KtOVHRc3khgzTuNR/37DjhS6CETINM8QOWlbuCiLm2aoFfzYHobiiNGy6Mkxh7dxXlSRl3/ND4ZYtoMBDatOl9/qsHyoHTkveN8yqUUmIQbUq3GYoYrLpwxKYe1zKuXKC3tylIcQDvNAlqP+Af/Vb/zO9VhZy9kBQBeTHqzknMrWQW8ulw/D7ZHZCAmmHrHw/R1bczhPySGOJJK5gHgJpjelAICF4gOKydYa4qm+vcVjr3004nmBUeFoELwK5yCCXAbPzGdB1jb1zIr2AHF1U4qp6RWGX0brFmtJgxamASwHQbRm0wDwE0f5xZ8Li1CrVU0pvUBZZIAKh0iHeQlXpyrzEQ2XrqV5VQDEof/meQBsENmEzf+yIh/iqwPANc225plc+L5mPlumMpojTEBrxQARHRz110t3P0vlv6QbTJCMTbfPrv3q8ZXXr/Ot3nzigh72z8wygRRqpauKSXgTJttROSr2vyhTJEIZGDyaRMMovnom1cfjMQeAm6lrKSjJPHM6TGUuzyfgTB8CzQreqUmdhk0CAFbj+BTGlCXIxe6ge20bQhyTUFEQHgDxIS9XJ5zXWLV/7S76wuw0IdvR3Fm9OpDa2l2BQp/QsHm/DzprD9CzAG9Yzu2llYv0MPxpLzGHtXokZAig57hNTO4ds5pyJaozpjyRjwUb1aaDcaKwzjbFu41YfB0esy0R/HU7IfDNiwkTHNz6li/MxQhX6nr1YH5zPX8cQIYhfD3LD2kwqJ4xvGH6gWSWQVpFi8vZ8BngiAeAlIDVfWQDktTdsaig0jUiZxOByKTwoZsLrEILTiQkyenhDhGpnzwE0uVRsodK1aFiayhOjPvb92m+bzlqt47IPQNg8Jja7fXOIEg5dLgcliKwj2LvyfyED6kMhK/IGJFayqQ8PE24lKf8DxUKoNMD5PKOSiWNML/OF1HtFSf10/FfD+K4nWPKYkfjmISq84/srHJutqpi8mJryocIux6Y8HWhzpWRWlUVYweyVh6QF1KNcmHt3J7qPv3sjy7gnxBwCZ3krW1UbV0RDbGRqxjbFdfa6YXfeHyZSDNbmSopw/qcYHsjdG4SOSS66ZCiVVMgtmBunDeMSo1F9ANezl8Ix2zW0TgsLpWKi4cJZ8m1FbP9XMd8lItc/q81shmEBZfI+UW8TMZ5kRsYBmhyuEXoJkGVitgsiiWUC8r3O+TJLmyJNnaE4F/V8zOhmKyLTemTKZIvXfLvmDUAYc23ajBWKtKHScVjiLY0V1DerTRGRudr1veozszeQkHgJphUUMkPbTYtyLAvsXgRgX776xNlhP6wvNUd4MxIgjHXC1skgcFCW+jzEIUj0nAM691cJT9xKMyADpJQCEXkyDUjmA0rx6k8GLWCO8kJkaX6DmX1ZxDvKasYlxAMab2iswbD1fnht4dnJJt1GKrf1qj2q3vfdgqTNlqTuI17YtVKwnvBfbebKMTS10kK7LXF6XpgT+nf1VJMLu2IP5Dd38gyMyrhbPxu/MZhg2zEHbLoySEjpDuiulrDtSo0sGzGzpWi/pKhib2xBzZEmHHMZ6mKFSOvQ0M9J8b98AgMyTF6g7ePmQakY6/5caCl7hRE/LAnChuVothJVdcsdKJp4n7VIpR+jYe4xFLSDW4Jph7dyglVk0a3H3xha8RvNdc9Mc02OyTFAxnd52efpZODSATSyPUNC5kZKJMLytl62G7BB0QbMd8DBV73crSXbGIfs43qVOVeJqee5wpNBEqiXUTejoFA0zEaRPe8J9avzLEZspl27fWFNjZlMWYhIfiSvU8E+KO36xvKjH65EtAIgJph7dOP/JgcTb0LkU1xEjDwlg5JuEifPOhmNs6QkMj4MNTMhfkcE3juxuYyHxcdGedTCKwVf/LGSvlMrp0prom+1jGoGZZRZsfjM1R/+4JIZKmQlDJG32MfpNiWAeAmmHjopcB3ckUy4NXNpfUsQUb1KyDZxp8IROsbLveYZKKrGWlXJ+vIBJNyhu9kMSfR6cTgtYfBQOzbl7nK1p9bDV3RAcNf51XENH2JQksfblXgh7pHGm7XoJpcvzf3jBEwDwED3rqt00TDssUljD27laLdzywJuS3DQBJcrHKkOr8wZTkz2GQ+j9K5hZ3DbVGYuOmZsHDvQNH7UjbHtjJUhpXpf+Vb69so/lcI00onNQpIRTRSAAqlht3Pccz+DX+SbuKLe9aMutoynwzqz2AP6JyyTL/u9kZjqVlogEFWAFmKswIZa3WwUgoD4EnlDzEQAb5CICaYe3b2apc8DAeZRsuvUz/xR/TuhqoGXT/tEWyhQv0KvTGlYBvntw2hzhcWMP7fh7rNej32BSF3ogOTwBs7GWyvwhFhvV9UsK3OfCfRzHcok6EfauL2KIO+0t1ronmb6+tpcXJ3OuPYXF65V1wEETv6piBhHPZv4xB4CaYVWl8ceke2ScR7nZNjvxaQbXUaaS3p4xi51KWokUeuh2nmtf96PtMBUErEFKxjBLkhSL3pR1YWWuffRz0tqlbOrmMowxAFAU7IBQwasXQmqHzFtBMGUJ5/PenEnZ0wiXb8UAgP8UgeD0Kk3XguvGnA1denE1ycF9j85PDCf02i0BD6SkzHwPAzpiDwE0wrOxSjD/AWt28JGEeQBNXTw8979GjxmsfNhkFvdtX458aPTCXrBn8TY9czmugYzANb+FXPBr3NWX6sh5zIUGKbuwOltfmu3iZLSvctrioFBTUrxIOUso5t3QptnEn3U4alYP8RnSCv8+/Fy2U2HGmjR+10Qlkv2J6nVQpusTsILe0jwG6xtPl2tL+mjJMYe3RO3Ccwz+uXIUQjmi/HbHuc54kPTMy3k938G9Pzddk7D1RoOmcfFHzkGEQkLSgGJPHWkxuDYsLBa1xPlvdc/pfIX81blHgGfowUSyoZ65L9G8BvT2P4rYLKvSUZleE
"rightColumn": 25,
"objectFit": "contain",
"widgetId": "drmfpk4ihq",
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"maxZoomLevel": 1,
"enableDownload": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"enableRotation": false
}
]
},
"layoutOnLoadActions": [
],
"new": false
}
],
"userPermissions": [
]
},
"publishedPage": {
"name": "Page1",
"slug": "page1",
"layouts": [
{
"id": "Page1",
"userPermissions": [
],
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 4896,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 1290,
"containerStyle": "none",
"snapRows": 125,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 58,
"minHeight": 1292,
"dynamicTriggerPathList": [
],
"parentColumnSpace": 1,
"dynamicBindingPathList": [
],
"leftColumn": 0,
"children": [
{
"boxShadow": "none",
"widgetName": "Select1",
"isFilterable": true,
"dynamicPropertyPathList": [
],
"displayName": "Select",
"iconSVG": "/static/media/icon.bd99caba.svg",
"labelText": "Select a City to see its Country:",
"topRow": 3,
"bottomRow": 7,
"parentRowSpace": 10,
"labelWidth": "13",
"type": "SELECT_WIDGET",
"serverSideFiltering": false,
"hideCard": false,
"defaultOptionValue": "",
"animateLoading": true,
"parentColumnSpace": 16.65625,
"dynamicTriggerPathList": [
{
"key": "onOptionChange"
}
],
"leftColumn": 4,
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
}
],
"labelPosition": "Left",
"options": "",
"placeholderText": "Select option",
"isDisabled": false,
"key": "hmhhxw73vt",
"labelTextSize": "0.875rem",
"isRequired": false,
"rightColumn": 34,
"widgetId": "b75q6rr23q",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"isVisible": true,
"version": 1,
"parentId": "0",
"labelAlignment": "left",
"renderMode": "CANVAS",
"isLoading": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"onOptionChange": ""
},
{
"schema": {
"__root_schema__": {
"children": {
"name": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "A Storm of Swords",
"isCustomField": false,
"accessor": "name",
"identifier": "name",
"position": 0,
"originalIdentifier": "name",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Name"
},
"url": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "https://anapioficeandfire.com/api/books/3",
"isCustomField": false,
"accessor": "url",
"identifier": "url",
"position": 1,
"originalIdentifier": "url",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Url"
},
"isbn": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.isbn))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "978-0553106633",
"isCustomField": false,
"accessor": "isbn",
"identifier": "isbn",
"position": 2,
"originalIdentifier": "isbn",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Isbn"
},
"authors": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.authors))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"George R. R. Martin"
],
"isCustomField": false,
"accessor": "authors",
"identifier": "authors",
"position": 3,
"originalIdentifier": "authors",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Authors",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": "{{ getBooks.data.authors.map(((auth) => { \n return { label: auth.toString().split('/').slice(-1)[0], value: auth.toString().split('/').slice(-1)[0] } \n })) \n}}"
},
"numberOfPages": {
"children": {
},
"dataType": "number",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.numberOfPages))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Number Input",
"sourceData": 992,
"isCustomField": false,
"accessor": "numberOfPages",
"identifier": "numberOfPages",
"position": 4,
"originalIdentifier": "numberOfPages",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Number Of Pages"
},
"publisher": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.publisher))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "Bantam Books",
"isCustomField": false,
"accessor": "publisher",
"identifier": "publisher",
"position": 5,
"originalIdentifier": "publisher",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Publisher"
},
"country": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.country))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "United States",
"isCustomField": false,
"accessor": "country",
"identifier": "country",
"position": 6,
"originalIdentifier": "country",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Country"
},
"mediaType": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.mediaType))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "Hardcover",
"isCustomField": false,
"accessor": "mediaType",
"identifier": "mediaType",
"position": 7,
"originalIdentifier": "mediaType",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Media Type"
},
"released": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.released, \"YYYY-MM-DDTHH:mm:ss\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Datepicker",
"sourceData": "2000-10-31T00:00:00",
"isCustomField": false,
"accessor": "released",
"identifier": "released",
"position": 8,
"originalIdentifier": "released",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"closeOnSelection": false,
"convertToISO": false,
"dateFormat": "YYYY-MM-DDTHH:mm:ss",
"isDisabled": false,
"isRequired": false,
"isVisible": true,
"label": "Released",
"maxDate": "2121-12-31T18:29:00.000Z",
"minDate": "1920-12-31T18:30:00.000Z",
"shortcuts": false,
"timePrecision": "minute",
"labelTextSize": "0.875rem"
},
"characters": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.characters[0].toString().split('/').slice(-1)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"https://anapioficeandfire.com/api/characters/2",
"https://anapioficeandfire.com/api/characters/3",
"https://anapioficeandfire.com/api/characters/7",
"https://anapioficeandfire.com/api/characters/12",
"https://anapioficeandfire.com/api/characters/13",
"https://anapioficeandfire.com/api/characters/16",
"https://anapioficeandfire.com/api/characters/20",
"https://anapioficeandfire.com/api/characters/21",
"https://anapioficeandfire.com/api/characters/27",
"https://anapioficeandfire.com/api/characters/31",
"https://anapioficeandfire.com/api/characters/35",
"https://anapioficeandfire.com/api/characters/36",
"https://anapioficeandfire.com/api/characters/37",
"https://anapioficeandfire.com/api/characters/38",
"https://anapioficeandfire.com/api/characters/39",
"https://anapioficeandfire.com/api/characters/40",
"https://anapioficeandfire.com/api/characters/41",
"https://anapioficeandfire.com/api/characters/42",
"https://anapioficeandfire.com/api/characters/46",
"https://anapioficeandfire.com/api/characters/50",
"https://anapioficeandfire.com/api/characters/51",
"https://anapioficeandfire.com/api/characters/52",
"https://anapioficeandfire.com/api/characters/53",
"https://anapioficeandfire.com/api/characters/54",
"https://anapioficeandfire.com/api/characters/56",
"https://anapioficeandfire.com/api/characters/58",
"https://anapioficeandfire.com/api/characters/60",
"https://anapioficeandfire.com/api/characters/62",
"https://anapioficeandfire.com/api/characters/64",
"https://anapioficeandfire.com/api/characters/67",
"https://anapioficeandfire.com/api/characters/68",
"https://anapioficeandfire.com/api/characters/69",
"https://anapioficeandfire.com/api/characters/70",
"https://anapioficeandfire.com/api/characters/71",
"https://anapioficeandfire.com/api/characters/72",
"https://anapioficeandfire.com/api/characters/73",
"https://anapioficeandfire.com/api/characters/77",
"https://anapioficeandfire.com/api/characters/78",
"https://anapioficeandfire.com/api/characters/79",
"https://anapioficeandfire.com/api/characters/80",
"https://anapioficeandfire.com/api/characters/81",
"https://anapioficeandfire.com/api/characters/82",
"https://anapioficeandfire.com/api/characters/84",
"https://anapioficeandfire.com/api/characters/85",
"https://anapioficeandfire.com/api/characters/86",
"https://anapioficeandfire.com/api/characters/87",
"https://anapioficeandfire.com/api/characters/89",
"https://anapioficeandfire.com/api/characters/94",
"https://anapioficeandfire.com/api/characters/95",
"https://anapioficeandfire.com/api/characters/96",
"https://anapioficeandfire.com/api/characters/100",
"https://anapioficeandfire.com/api/characters/105",
"https://anapioficeandfire.com/api/characters/108",
"https://anapioficeandfire.com/api/characters/111",
"https://anapioficeandfire.com/api/characters/112",
"https://anapioficeandfire.com/api/characters/114",
"https://anapioficeandfire.com/api/characters/115",
"https://anapioficeandfire.com/api/characters/116",
"https://anapioficeandfire.com/api/characters/117",
"https://anapioficeandfire.com/api/characters/118",
"https://anapioficeandfire.com/api/characters/120",
"https://anapioficeandfire.com/api/characters/122",
"https://anapioficeandfire.com/api/characters/123",
"https://anapioficeandfire.com/api/characters/124",
"https://anapioficeandfire.com/api/characters/125",
"https://anapioficeandfire.com/api/characters/127",
"https://anapioficeandfire.com/api/characters/130",
"https://anapioficeandfire.com/api/characters/138",
"https://anapioficeandfire.com/api/characters/141",
"https://anapioficeandfire.com/api/characters/142",
"https://anapioficeandfire.com/api/characters/145",
"https://anapioficeandfire.com/api/characters/146",
"https://anapioficeandfire.com/api/characters/147",
"https://anapioficeandfire.com/api/characters/149",
"https://anapioficeandfire.com/api/characters/151",
"https://anapioficeandfire.com/api/characters/153",
"https://anapioficeandfire.com/api/characters/158",
"https://anapioficeandfire.com/api/characters/159",
"https://anapioficeandfire.com/api/characters/160",
"https://anapioficeandfire.com/api/characters/161",
"https://anapioficeandfire.com/api/characters/162",
"https://anapioficeandfire.com/api/characters/164",
"https://anapioficeandfire.com/api/characters/168",
"https://anapioficeandfire.com/api/characters/169",
"https://anapioficeandfire.com/api/characters/173",
"https://anapioficeandfire.com/api/characters/175",
"https://anapioficeandfire.com/api/characters/177",
"https://anapioficeandfire.com/api/characters/179",
"https://anapioficeandfire.com/api/characters/180",
"https://anapioficeandfire.com/api/characters/181",
"https://anapioficeandfire.com/api/characters/187",
"https://anapioficeandfire.com/api/characters/188",
"https://anapioficeandfire.com/api/characters/189",
"https://anapioficeandfire.com/api/characters/190",
"https://anapioficeandfire.com/api/characters/193",
"https://anapioficeandfire.com/api/characters/194",
"https://anapioficeandfire.com/api/characters/199",
"https://anapioficeandfire.com/api/characters/200",
"https://anapioficeandfire.com/api/characters/202",
"https://anapioficeandfire.com/api/characters/203",
"https://anapioficeandfire.com/api/characters/204",
"https://anapioficeandfire.com/api/characters/206",
"https://anapioficeandfire.com/api/characters/214",
"https://anapioficeandfire.com/api/characters/216",
"https://anapioficeandfire.com/api/characters/217",
"https://anapioficeandfire.com/api/characters/219",
"https://anapioficeandfire.com/api/characters/222",
"https://anapioficeandfire.com/api/characters/223",
"https://anapioficeandfire.com/api/characters/225",
"https://anapioficeandfire.com/api/characters/227",
"https://anapioficeandfire.com/api/characters/228",
"https://anapioficeandfire.com/api/characters/230",
"https://anapioficeandfire.com/api/characters/234",
"https://anapioficeandfire.com/api/characters/235",
"https://anapioficeandfire.com/api/characters/237",
"https://anapioficeandfire.com/api/characters/238",
"https://anapioficeandfire.com/api/characters/245",
"https://anapioficeandfire.com/api/characters/247",
"https://anapioficeandfire.com/api/characters/250",
"https://anapioficeandfire.com/api/characters/251",
"https://anapioficeandfire.com/api/characters/252",
"https://anapioficeandfire.com/api/characters/254",
"https://anapioficeandfire.com/api/characters/262",
"https://anapioficeandfire.com/api/characters/263",
"https://anapioficeandfire.com/api/characters/264",
"https://anapioficeandfire.com/api/characters/267",
"https://anapioficeandfire.com/api/characters/273",
"https://anapioficeandfire.com/api/characters/274",
"https://anapioficeandfire.com/api/characters/279",
"https://anapioficeandfire.com/api/characters/280",
"https://anapioficeandfire.com/api/characters/282",
"https://anapioficeandfire.com/api/characters/285",
"https://anapioficeandfire.com/api/characters/286",
"https://anapioficeandfire.com/api/characters/288",
"https://anapioficeandfire.com/api/characters/290",
"https://anapioficeandfire.com/api/characters/291",
"https://anapioficeandfire.com/api/characters/292",
"https://anapioficeandfire.com/api/characters/294",
"https://anapioficeandfire.com/api/characters/295",
"https://anapioficeandfire.com/api/characters/296",
"https://anapioficeandfire.com/api/characters/297",
"https://anapioficeandfire.com/api/characters/298",
"https://anapioficeandfire.com/api/characters/299",
"https://anapioficeandfire.com/api/characters/300",
"https://anapioficeandfire.com/api/characters/303",
"https://anapioficeandfire.com/api/characters/306",
"https://anapioficeandfire.com/api/characters/308",
"https://anapioficeandfire.com/api/characters/309",
"https://anapioficeandfire.com/api/characters/310",
"https://anapioficeandfire.com/api/characters/311",
"https://anapioficeandfire.com/api/characters/312",
"https://anapioficeandfire.com/api/characters/315",
"https://anapioficeandfire.com/api/characters/320",
"https://anapioficeandfire.com/api/characters/321",
"https://anapioficeandfire.com/api/characters/322",
"https://anapioficeandfire.com/api/characters/323",
"https://anapioficeandfire.com/api/characters/325",
"https://anapioficeandfire.com/api/characters/326",
"https://anapioficeandfire.com/api/characters/327",
"https://anapioficeandfire.com/api/characters/329",
"https://anapioficeandfire.com/api/characters/330",
"https://anapioficeandfire.com/api/characters/331",
"https://anapioficeandfire.com/api/characters/332",
"https://anapioficeandfire.com/api/characters/336",
"https://anapioficeandfire.com/api/characters/337",
"https://anapioficeandfire.com/api/characters/338",
"https://anapioficeandfire.com/api/characters/339",
"https://anapioficeandfire.com/api/characters/341",
"https://anapioficeandfire.com/api/characters/346",
"https://anapioficeandfire.com/api/characters/347",
"https://anapioficeandfire.com/api/characters/348",
"https://anapioficeandfire.com/api/characters/352",
"https://anapioficeandfire.com/api/characters/357",
"https://anapioficeandfire.com/api/characters/360",
"https://anapioficeandfire.com/api/characters/361",
"https://anapioficeandfire.com/api/characters/362",
"https://anapioficeandfire.com/api/characters/364",
"https://anapioficeandfire.com/api/characters/365",
"https://anapioficeandfire.com/api/characters/368",
"https://anapioficeandfire.com/api/characters/369",
"https://anapioficeandfire.com/api/characters/370",
"https://anapioficeandfire.com/api/characters/372",
"https://anapioficeandfire.com/api/characters/374",
"https://anapioficeandfire.com/api/characters/375",
"https://anapioficeandfire.com/api/characters/377",
"https://anapioficeandfire.com/api/characters/379",
"https://anapioficeandfire.com/api/characters/380",
"https://anapioficeandfire.com/api/characters/381",
"https://anapioficeandfire.com/api/characters/382",
"https://anapioficeandfire.com/api/characters/383",
"https://anapioficeandfire.com/api/characters/385",
"https://anapioficeandfire.com/api/characters/392",
"https://anapioficeandfire.com/api/characters/393",
"https://anapioficeandfire.com/api/characters/394",
"https://anapioficeandfire.com/api/characters/397",
"https://anapioficeandfire.com/api/characters/401",
"https://anapioficeandfire.com/api/characters/404",
"https://anapioficeandfire.com/api/characters/405",
"https://anapioficeandfire.com/api/characters/406",
"https://anapioficeandfire.com/api/characters/408",
"https://anapioficeandfire.com/api/characters/411",
"https://anapioficeandfire.com/api/characters/413",
"https://anapioficeandfire.com/api/characters/415",
"https://anapioficeandfire.com/api/characters/416",
"https://anapioficeandfire.com/api/characters/417",
"https://anapioficeandfire.com/api/characters/418",
"https://anapioficeandfire.com/api/characters/421",
"https://anapioficeandfire.com/api/characters/423",
"https://anapioficeandfire.com/api/characters/424",
"https://anapioficeandfire.com/api/characters/426",
"https://anapioficeandfire.com/api/characters/434",
"https://anapioficeandfire.com/api/characters/438",
"https://anapioficeandfire.com/api/characters/439",
"https://anapioficeandfire.com/api/characters/442",
"https://anapioficeandfire.com/api/characters/443",
"https://anapioficeandfire.com/api/characters/448",
"https://anapioficeandfire.com/api/characters/453",
"https://anapioficeandfire.com/api/characters/458",
"https://anapioficeandfire.com/api/characters/461",
"https://anapioficeandfire.com/api/characters/462",
"https://anapioficeandfire.com/api/characters/465",
"https://anapioficeandfire.com/api/characters/470",
"https://anapioficeandfire.com/api/characters/475",
"https://anapioficeandfire.com/api/characters/476",
"https://anapioficeandfire.com/api/characters/485",
"https://anapioficeandfire.com/api/characters/486",
"https://anapioficeandfire.com/api/characters/487",
"https://anapioficeandfire.com/api/characters/490",
"https://anapioficeandfire.com/api/characters/496",
"https://anapioficeandfire.com/api/characters/498",
"https://anapioficeandfire.com/api/characters/499",
"https://anapioficeandfire.com/api/characters/500",
"https://anapioficeandfire.com/api/characters/501",
"https://anapioficeandfire.com/api/characters/502",
"https://anapioficeandfire.com/api/characters/503",
"https://anapioficeandfire.com/api/characters/504",
"https://anapioficeandfire.com/api/characters/506",
"https://anapioficeandfire.com/api/characters/507",
"https://anapioficeandfire.com/api/characters/511",
"https://anapioficeandfire.com/api/characters/519",
"https://anapioficeandfire.com/api/characters/521",
"https://anapioficeandfire.com/api/characters/522",
"https://anapioficeandfire.com/api/characters/523",
"https://anapioficeandfire.com/api/characters/524",
"https://anapioficeandfire.com/api/characters/526",
"https://anapioficeandfire.com/api/characters/527",
"https://anapioficeandfire.com/api/characters/530",
"https://anapioficeandfire.com/api/characters/531",
"https://anapioficeandfire.com/api/characters/532",
"https://anapioficeandfire.com/api/characters/533",
"https://anapioficeandfire.com/api/characters/534",
"https://anapioficeandfire.com/api/characters/535",
"https://anapioficeandfire.com/api/characters/536",
"https://anapioficeandfire.com/api/characters/537",
"https://anapioficeandfire.com/api/characters/539",
"https://anapioficeandfire.com/api/characters/547",
"https://anapioficeandfire.com/api/characters/549",
"https://anapioficeandfire.com/api/characters/550",
"https://anapioficeandfire.com/api/characters/553",
"https://anapioficeandfire.com/api/characters/555",
"https://anapioficeandfire.com/api/characters/557",
"https://anapioficeandfire.com/api/characters/559",
"https://anapioficeandfire.com/api/characters/560",
"https://anapioficeandfire.com/api/characters/561",
"https://anapioficeandfire.com/api/characters/562",
"https://anapioficeandfire.com/api/characters/563",
"https://anapioficeandfire.com/api/characters/565",
"https://anapioficeandfire.com/api/characters/571",
"https://anapioficeandfire.com/api/characters/572",
"https://anapioficeandfire.com/api/characters/574",
"https://anapioficeandfire.com/api/characters/575",
"https://anapioficeandfire.com/api/characters/576",
"https://anapioficeandfire.com/api/characters/580",
"https://anapioficeandfire.com/api/characters/585",
"https://anapioficeandfire.com/api/characters/586",
"https://anapioficeandfire.com/api/characters/587",
"https://anapioficeandfire.com/api/characters/588",
"https://anapioficeandfire.com/api/characters/590",
"https://anapioficeandfire.com/api/characters/592",
"https://anapioficeandfire.com/api/characters/595",
"https://anapioficeandfire.com/api/characters/597",
"https://anapioficeandfire.com/api/characters/599",
"https://anapioficeandfire.com/api/characters/600",
"https://anapioficeandfire.com/api/characters/602",
"https://anapioficeandfire.com/api/characters/603",
"https://anapioficeandfire.com/api/characters/604",
"https://anapioficeandfire.com/api/characters/605",
"https://anapioficeandfire.com/api/characters/606",
"https://anapioficeandfire.com/api/characters/607",
"https://anapioficeandfire.com/api/characters/609",
"https://anapioficeandfire.com/api/characters/613",
"https://anapioficeandfire.com/api/characters/616",
"https://anapioficeandfire.com/api/characters/617",
"https://anapioficeandfire.com/api/characters/621",
"https://anapioficeandfire.com/api/characters/622",
"https://anapioficeandfire.com/api/characters/623",
"https://anapioficeandfire.com/api/characters/624",
"https://anapioficeandfire.com/api/characters/625",
"https://anapioficeandfire.com/api/characters/626",
"https://anapioficeandfire.com/api/characters/628",
"https://anapioficeandfire.com/api/characters/629",
"https://anapioficeandfire.com/api/characters/630",
"https://anapioficeandfire.com/api/characters/631",
"https://anapioficeandfire.com/api/characters/632",
"https://anapioficeandfire.com/api/characters/635",
"https://anapioficeandfire.com/api/characters/636",
"https://anapioficeandfire.com/api/characters/638",
"https://anapioficeandfire.com/api/characters/639",
"https://anapioficeandfire.com/api/characters/640",
"https://anapioficeandfire.com/api/characters/647",
"https://anapioficeandfire.com/api/characters/649",
"https://anapioficeandfire.com/api/characters/650",
"https://anapioficeandfire.com/api/characters/651",
"https://anapioficeandfire.com/api/characters/657",
"https://anapioficeandfire.com/api/characters/658",
"https://anapioficeandfire.com/api/characters/659",
"https://anapioficeandfire.com/api/characters/660",
"https://anapioficeandfire.com/api/characters/662",
"https://anapioficeandfire.com/api/characters/663",
"https://anapioficeandfire.com/api/characters/664",
"https://anapioficeandfire.com/api/characters/665",
"https://anapioficeandfire.com/api/characters/666",
"https://anapioficeandfire.com/api/characters/669",
"https://anapioficeandfire.com/api/characters/670",
"https://anapioficeandfire.com/api/characters/673",
"https://anapioficeandfire.com/api/characters/674",
"https://anapioficeandfire.com/api/characters/676",
"https://anapioficeandfire.com/api/characters/677",
"https://anapioficeandfire.com/api/characters/678",
"https://anapioficeandfire.com/api/characters/682",
"https://anapioficeandfire.com/api/characters/683",
"https://anapioficeandfire.com/api/characters/686",
"https://anapioficeandfire.com/api/characters/688",
"https://anapioficeandfire.com/api/characters/689",
"https://anapioficeandfire.com/api/characters/690",
"https://anapioficeandfire.com/api/characters/691",
"https://anapioficeandfire.com/api/characters/692",
"https://anapioficeandfire.com/api/characters/693",
"https://anapioficeandfire.com/api/characters/694",
"https://anapioficeandfire.com/api/characters/697",
"https://anapioficeandfire.com/api/characters/699",
"https://anapioficeandfire.com/api/characters/700",
"https://anapioficeandfire.com/api/characters/701",
"https://anapioficeandfire.com/api/characters/704",
"https://anapioficeandfire.com/api/characters/708",
"https://anapioficeandfire.com/api/characters/710",
"https://anapioficeandfire.com/api/characters/711",
"https://anapioficeandfire.com/api/characters/712",
"https://anapioficeandfire.com/api/characters/713",
"https://anapioficeandfire.com/api/characters/717",
"https://anapioficeandfire.com/api/characters/718",
"https://anapioficeandfire.com/api/characters/720",
"https://anapioficeandfire.com/api/characters/721",
"https://anapioficeandfire.com/api/characters/722",
"https://anapioficeandfire.com/api/characters/723",
"https://anapioficeandfire.com/api/characters/725",
"https://anapioficeandfire.com/api/characters/727",
"https://anapioficeandfire.com/api/characters/730",
"https://anapioficeandfire.com/api/characters/731",
"https://anapioficeandfire.com/api/characters/735",
"https://anapioficeandfire.com/api/characters/736",
"https://anapioficeandfire.com/api/characters/738",
"https://anapioficeandfire.com/api/characters/740",
"https://anapioficeandfire.com/api/characters/741",
"https://anapioficeandfire.com/api/characters/742",
"https://anapioficeandfire.com/api/characters/743",
"https://anapioficeandfire.com/api/characters/745",
"https://anapioficeandfire.com/api/characters/746",
"https://anapioficeandfire.com/api/characters/747",
"https://anapioficeandfire.com/api/characters/748",
"https://anapioficeandfire.com/api/characters/750",
"https://anapioficeandfire.com/api/characters/752",
"https://anapioficeandfire.com/api/characters/754",
"https://anapioficeandfire.com/api/characters/755",
"https://anapioficeandfire.com/api/characters/756",
"https://anapioficeandfire.com/api/characters/757",
"https://anapioficeandfire.com/api/characters/761",
"https://anapioficeandfire.com/api/characters/762",
"https://anapioficeandfire.com/api/characters/764",
"https://anapioficeandfire.com/api/characters/765",
"https://anapioficeandfire.com/api/characters/766",
"https://anapioficeandfire.com/api/characters/767",
"https://anapioficeandfire.com/api/characters/768",
"https://anapioficeandfire.com/api/characters/769",
"https://anapioficeandfire.com/api/characters/770",
"https://anapioficeandfire.com/api/characters/771",
"https://anapioficeandfire.com/api/characters/772",
"https://anapioficeandfire.com/api/characters/774",
"https://anapioficeandfire.com/api/characters/775",
"https://anapioficeandfire.com/api/characters/776",
"https://anapioficeandfire.com/api/characters/778",
"https://anapioficeandfire.com/api/characters/780",
"https://anapioficeandfire.com/api/characters/781",
"https://anapioficeandfire.com/api/characters/783",
"https://anapioficeandfire.com/api/characters/784",
"https://anapioficeandfire.com/api/characters/785",
"https://anapioficeandfire.com/api/characters/786",
"https://anapioficeandfire.com/api/characters/788",
"https://anapioficeandfire.com/api/characters/796",
"https://anapioficeandfire.com/api/characters/799",
"https://anapioficeandfire.com/api/characters/800",
"https://anapioficeandfire.com/api/characters/801",
"https://anapioficeandfire.com/api/characters/802",
"https://anapioficeandfire.com/api/characters/803",
"https://anapioficeandfire.com/api/characters/804",
"https://anapioficeandfire.com/api/characters/805",
"https://anapioficeandfire.com/api/characters/806",
"https://anapioficeandfire.com/api/characters/808",
"https://anapioficeandfire.com/api/characters/809",
"https://anapioficeandfire.com/api/characters/811",
"https://anapioficeandfire.com/api/characters/812",
"https://anapioficeandfire.com/api/characters/814",
"https://anapioficeandfire.com/api/characters/815",
"https://anapioficeandfire.com/api/characters/817",
"https://anapioficeandfire.com/api/characters/818",
"https://anapioficeandfire.com/api/characters/819",
"https://anapioficeandfire.com/api/characters/820",
"https://anapioficeandfire.com/api/characters/822",
"https://anapioficeandfire.com/api/characters/823",
"https://anapioficeandfire.com/api/characters/824",
"https://anapioficeandfire.com/api/characters/825",
"https://anapioficeandfire.com/api/characters/826",
"https://anapioficeandfire.com/api/characters/827",
"https://anapioficeandfire.com/api/characters/828",
"https://anapioficeandfire.com/api/characters/829",
"https://anapioficeandfire.com/api/characters/831",
"https://anapioficeandfire.com/api/characters/832",
"https://anapioficeandfire.com/api/characters/834",
"https://anapioficeandfire.com/api/characters/837",
"https://anapioficeandfire.com/api/characters/838",
"https://anapioficeandfire.com/api/characters/844",
"https://anapioficeandfire.com/api/characters/848",
"https://anapioficeandfire.com/api/characters/849",
"https://anapioficeandfire.com/api/characters/850",
"https://anapioficeandfire.com/api/characters/851",
"https://anapioficeandfire.com/api/characters/852",
"https://anapioficeandfire.com/api/characters/854",
"https://anapioficeandfire.com/api/characters/855",
"https://anapioficeandfire.com/api/characters/856",
"https://anapioficeandfire.com/api/characters/858",
"https://anapioficeandfire.com/api/characters/860",
"https://anapioficeandfire.com/api/characters/862",
"https://anapioficeandfire.com/api/characters/863",
"https://anapioficeandfire.com/api/characters/866",
"https://anapioficeandfire.com/api/characters/867",
"https://anapioficeandfire.com/api/characters/869",
"https://anapioficeandfire.com/api/characters/874",
"https://anapioficeandfire.com/api/characters/876",
"https://anapioficeandfire.com/api/characters/877",
"https://anapioficeandfire.com/api/characters/882",
"https://anapioficeandfire.com/api/characters/884",
"https://anapioficeandfire.com/api/characters/887",
"https://anapioficeandfire.com/api/characters/889",
"https://anapioficeandfire.com/api/characters/890",
"https://anapioficeandfire.com/api/characters/891",
"https://anapioficeandfire.com/api/characters/892",
"https://anapioficeandfire.com/api/characters/894",
"https://anapioficeandfire.com/api/characters/896",
"https://anapioficeandfire.com/api/characters/897",
"https://anapioficeandfire.com/api/characters/899",
"https://anapioficeandfire.com/api/characters/900",
"https://anapioficeandfire.com/api/characters/901",
"https://anapioficeandfire.com/api/characters/902",
"https://anapioficeandfire.com/api/characters/903",
"https://anapioficeandfire.com/api/characters/905",
"https://anapioficeandfire.com/api/characters/909",
"https://anapioficeandfire.com/api/characters/912",
"https://anapioficeandfire.com/api/characters/913",
"https://anapioficeandfire.com/api/characters/914",
"https://anapioficeandfire.com/api/characters/922",
"https://anapioficeandfire.com/api/characters/923",
"https://anapioficeandfire.com/api/characters/925",
"https://anapioficeandfire.com/api/characters/927",
"https://anapioficeandfire.com/api/characters/929",
"https://anapioficeandfire.com/api/characters/930",
"https://anapioficeandfire.com/api/characters/931",
"https://anapioficeandfire.com/api/characters/932",
"https://anapioficeandfire.com/api/characters/933",
"https://anapioficeandfire.com/api/characters/937",
"https://anapioficeandfire.com/api/characters/938",
"https://anapioficeandfire.com/api/characters/940",
"https://anapioficeandfire.com/api/characters/941",
"https://anapioficeandfire.com/api/characters/944",
"https://anapioficeandfire.com/api/characters/945",
"https://anapioficeandfire.com/api/characters/946",
"https://anapioficeandfire.com/api/characters/947",
"https://anapioficeandfire.com/api/characters/948",
"https://anapioficeandfire.com/api/characters/949",
"https://anapioficeandfire.com/api/characters/950",
"https://anapioficeandfire.com/api/characters/952",
"https://anapioficeandfire.com/api/characters/953",
"https://anapioficeandfire.com/api/characters/955",
"https://anapioficeandfire.com/api/characters/956",
"https://anapioficeandfire.com/api/characters/959",
"https://anapioficeandfire.com/api/characters/960",
"https://anapioficeandfire.com/api/characters/961",
"https://anapioficeandfire.com/api/characters/965",
"https://anapioficeandfire.com/api/characters/966",
"https://anapioficeandfire.com/api/characters/968",
"https://anapioficeandfire.com/api/characters/972",
"https://anapioficeandfire.com/api/characters/973",
"https://anapioficeandfire.com/api/characters/974",
"https://anapioficeandfire.com/api/characters/975",
"https://anapioficeandfire.com/api/characters/976",
"https://anapioficeandfire.com/api/characters/983",
"https://anapioficeandfire.com/api/characters/984",
"https://anapioficeandfire.com/api/characters/986",
"https://anapioficeandfire.com/api/characters/989",
"https://anapioficeandfire.com/api/characters/991",
"https://anapioficeandfire.com/api/characters/992",
"https://anapioficeandfire.com/api/characters/994",
"https://anapioficeandfire.com/api/characters/995",
"https://anapioficeandfire.com/api/characters/996",
"https://anapioficeandfire.com/api/characters/997",
"https://anapioficeandfire.com/api/characters/998",
"https://anapioficeandfire.com/api/characters/1000",
"https://anapioficeandfire.com/api/characters/1004",
"https://anapioficeandfire.com/api/characters/1006",
"https://anapioficeandfire.com/api/characters/1008",
"https://anapioficeandfire.com/api/characters/1009",
"https://anapioficeandfire.com/api/characters/1010",
"https://anapioficeandfire.com/api/characters/1011",
"https://anapioficeandfire.com/api/characters/1013",
"https://anapioficeandfire.com/api/characters/1014",
"https://anapioficeandfire.com/api/characters/1017",
"https://anapioficeandfire.com/api/characters/1019",
"https://anapioficeandfire.com/api/characters/1020",
"https://anapioficeandfire.com/api/characters/1022",
"https://anapioficeandfire.com/api/characters/1024",
"https://anapioficeandfire.com/api/characters/1025",
"https://anapioficeandfire.com/api/characters/1027",
"https://anapioficeandfire.com/api/characters/1029",
"https://anapioficeandfire.com/api/characters/1033",
"https://anapioficeandfire.com/api/characters/1034",
"https://anapioficeandfire.com/api/characters/1036",
"https://anapioficeandfire.com/api/characters/1037",
"https://anapioficeandfire.com/api/characters/1038",
"https://anapioficeandfire.com/api/characters/1040",
"https://anapioficeandfire.com/api/characters/1043",
"https://anapioficeandfire.com/api/characters/1045",
"https://anapioficeandfire.com/api/characters/1046",
"https://anapioficeandfire.com/api/characters/1049",
"https://anapioficeandfire.com/api/characters/1051",
"https://anapioficeandfire.com/api/characters/1053",
"https://anapioficeandfire.com/api/characters/1054",
"https://anapioficeandfire.com/api/characters/1055",
"https://anapioficeandfire.com/api/characters/1056",
"https://anapioficeandfire.com/api/characters/1057",
"https://anapioficeandfire.com/api/characters/1058",
"https://anapioficeandfire.com/api/characters/1061",
"https://anapioficeandfire.com/api/characters/1063",
"https://anapioficeandfire.com/api/characters/1068",
"https://anapioficeandfire.com/api/characters/1072",
"https://anapioficeandfire.com/api/characters/1073",
"https://anapioficeandfire.com/api/characters/1074",
"https://anapioficeandfire.com/api/characters/1075",
"https://anapioficeandfire.com/api/characters/1077",
"https://anapioficeandfire.com/api/characters/1079",
"https://anapioficeandfire.com/api/characters/1080",
"https://anapioficeandfire.com/api/characters/1081",
"https://anapioficeandfire.com/api/characters/1082",
"https://anapioficeandfire.com/api/characters/1083",
"https://anapioficeandfire.com/api/characters/1084",
"https://anapioficeandfire.com/api/characters/1085",
"https://anapioficeandfire.com/api/characters/1086",
"https://anapioficeandfire.com/api/characters/1087",
"https://anapioficeandfire.com/api/characters/1088",
"https://anapioficeandfire.com/api/characters/1089",
"https://anapioficeandfire.com/api/characters/1090",
"https://anapioficeandfire.com/api/characters/1091",
"https://anapioficeandfire.com/api/characters/1092",
"https://anapioficeandfire.com/api/characters/1093",
"https://anapioficeandfire.com/api/characters/1094",
"https://anapioficeandfire.com/api/characters/1095",
"https://anapioficeandfire.com/api/characters/1096",
"https://anapioficeandfire.com/api/characters/1097",
"https://anapioficeandfire.com/api/characters/1099",
"https://anapioficeandfire.com/api/characters/1100",
"https://anapioficeandfire.com/api/characters/1102",
"https://anapioficeandfire.com/api/characters/1104",
"https://anapioficeandfire.com/api/characters/1105",
"https://anapioficeandfire.com/api/characters/1106",
"https://anapioficeandfire.com/api/characters/1107",
"https://anapioficeandfire.com/api/characters/1113",
"https://anapioficeandfire.com/api/characters/1114",
"https://anapioficeandfire.com/api/characters/1115",
"https://anapioficeandfire.com/api/characters/1116",
"https://anapioficeandfire.com/api/characters/1118",
"https://anapioficeandfire.com/api/characters/1122",
"https://anapioficeandfire.com/api/characters/1124",
"https://anapioficeandfire.com/api/characters/1125",
"https://anapioficeandfire.com/api/characters/1127",
"https://anapioficeandfire.com/api/characters/1131",
"https://anapioficeandfire.com/api/characters/1132",
"https://anapioficeandfire.com/api/characters/1134",
"https://anapioficeandfire.com/api/characters/1135",
"https://anapioficeandfire.com/api/characters/1136",
"https://anapioficeandfire.com/api/characters/1137",
"https://anapioficeandfire.com/api/characters/1139",
"https://anapioficeandfire.com/api/characters/1142",
"https://anapioficeandfire.com/api/characters/1144",
"https://anapioficeandfire.com/api/characters/1145",
"https://anapioficeandfire.com/api/characters/1146",
"https://anapioficeandfire.com/api/characters/1147",
"https://anapioficeandfire.com/api/characters/1151",
"https://anapioficeandfire.com/api/characters/1155",
"https://anapioficeandfire.com/api/characters/1157",
"https://anapioficeandfire.com/api/characters/1158",
"https://anapioficeandfire.com/api/characters/1161",
"https://anapioficeandfire.com/api/characters/1164",
"https://anapioficeandfire.com/api/characters/1165",
"https://anapioficeandfire.com/api/characters/1166",
"https://anapioficeandfire.com/api/characters/1172",
"https://anapioficeandfire.com/api/characters/1173",
"https://anapioficeandfire.com/api/characters/1174",
"https://anapioficeandfire.com/api/characters/1177",
"https://anapioficeandfire.com/api/characters/1179",
"https://anapioficeandfire.com/api/characters/1181",
"https://anapioficeandfire.com/api/characters/1182",
"https://anapioficeandfire.com/api/characters/1184",
"https://anapioficeandfire.com/api/characters/1186",
"https://anapioficeandfire.com/api/characters/1192",
"https://anapioficeandfire.com/api/characters/1194",
"https://anapioficeandfire.com/api/characters/1195",
"https://anapioficeandfire.com/api/characters/1196",
"https://anapioficeandfire.com/api/characters/1199",
"https://anapioficeandfire.com/api/characters/1200",
"https://anapioficeandfire.com/api/characters/1201",
"https://anapioficeandfire.com/api/characters/1205",
"https://anapioficeandfire.com/api/characters/1213",
"https://anapioficeandfire.com/api/characters/1216",
"https://anapioficeandfire.com/api/characters/1217",
"https://anapioficeandfire.com/api/characters/1220",
"https://anapioficeandfire.com/api/characters/1221",
"https://anapioficeandfire.com/api/characters/1222",
"https://anapioficeandfire.com/api/characters/1223",
"https://anapioficeandfire.com/api/characters/1224",
"https://anapioficeandfire.com/api/characters/1227",
"https://anapioficeandfire.com/api/characters/1231",
"https://anapioficeandfire.com/api/characters/1233",
"https://anapioficeandfire.com/api/characters/1234",
"https://anapioficeandfire.com/api/characters/1237",
"https://anapioficeandfire.com/api/characters/1240",
"https://anapioficeandfire.com/api/characters/1244",
"https://anapioficeandfire.com/api/characters/1246",
"https://anapioficeandfire.com/api/characters/1250",
"https://anapioficeandfire.com/api/characters/1252",
"https://anapioficeandfire.com/api/characters/1253",
"https://anapioficeandfire.com/api/characters/1257",
"https://anapioficeandfire.com/api/characters/1262",
"https://anapioficeandfire.com/api/characters/1265",
"https://anapioficeandfire.com/api/characters/1266",
"https://anapioficeandfire.com/api/characters/1270",
"https://anapioficeandfire.com/api/characters/1274",
"https://anapioficeandfire.com/api/characters/1275",
"https://anapioficeandfire.com/api/characters/1277",
"https://anapioficeandfire.com/api/characters/1279",
"https://anapioficeandfire.com/api/characters/1280",
"https://anapioficeandfire.com/api/characters/1281",
"https://anapioficeandfire.com/api/characters/1283",
"https://anapioficeandfire.com/api/characters/1289",
"https://anapioficeandfire.com/api/characters/1293",
"https://anapioficeandfire.com/api/characters/1295",
"https://anapioficeandfire.com/api/characters/1296",
"https://anapioficeandfire.com/api/characters/1298",
"https://anapioficeandfire.com/api/characters/1301",
"https://anapioficeandfire.com/api/characters/1305",
"https://anapioficeandfire.com/api/characters/1310",
"https://anapioficeandfire.com/api/characters/1311",
"https://anapioficeandfire.com/api/characters/1314",
"https://anapioficeandfire.com/api/characters/1315",
"https://anapioficeandfire.com/api/characters/1316",
"https://anapioficeandfire.com/api/characters/1317",
"https://anapioficeandfire.com/api/characters/1320",
"https://anapioficeandfire.com/api/characters/1321",
"https://anapioficeandfire.com/api/characters/1323",
"https://anapioficeandfire.com/api/characters/1325",
"https://anapioficeandfire.com/api/characters/1331",
"https://anapioficeandfire.com/api/characters/1334",
"https://anapioficeandfire.com/api/characters/1335",
"https://anapioficeandfire.com/api/characters/1337",
"https://anapioficeandfire.com/api/characters/1341",
"https://anapioficeandfire.com/api/characters/1342",
"https://anapioficeandfire.com/api/characters/1346",
"https://anapioficeandfire.com/api/characters/1347",
"https://anapioficeandfire.com/api/characters/1348",
"https://anapioficeandfire.com/api/characters/1350",
"https://anapioficeandfire.com/api/characters/1351",
"https://anapioficeandfire.com/api/characters/1352",
"https://anapioficeandfire.com/api/characters/1353",
"https://anapioficeandfire.com/api/characters/1355",
"https://anapioficeandfire.com/api/characters/1358",
"https://anapioficeandfire.com/api/characters/1362",
"https://anapioficeandfire.com/api/characters/1363",
"https://anapioficeandfire.com/api/characters/1364",
"https://anapioficeandfire.com/api/characters/1367",
"https://anapioficeandfire.com/api/characters/1369",
"https://anapioficeandfire.com/api/characters/1374",
"https://anapioficeandfire.com/api/characters/1375",
"https://anapioficeandfire.com/api/characters/1376",
"https://anapioficeandfire.com/api/characters/1377",
"https://anapioficeandfire.com/api/characters/1383",
"https://anapioficeandfire.com/api/characters/1384",
"https://anapioficeandfire.com/api/characters/1385",
"https://anapioficeandfire.com/api/characters/1390",
"https://anapioficeandfire.com/api/characters/1393",
"https://anapioficeandfire.com/api/characters/1396",
"https://anapioficeandfire.com/api/characters/1401",
"https://anapioficeandfire.com/api/characters/1404",
"https://anapioficeandfire.com/api/characters/1409",
"https://anapioficeandfire.com/api/characters/1410",
"https://anapioficeandfire.com/api/characters/1411",
"https://anapioficeandfire.com/api/characters/1412",
"https://anapioficeandfire.com/api/characters/1413",
"https://anapioficeandfire.com/api/characters/1417",
"https://anapioficeandfire.com/api/characters/1418",
"https://anapioficeandfire.com/api/characters/1419",
"https://anapioficeandfire.com/api/characters/1420",
"https://anapioficeandfire.com/api/characters/1425",
"https://anapioficeandfire.com/api/characters/1426",
"https://anapioficeandfire.com/api/characters/1427",
"https://anapioficeandfire.com/api/characters/1428",
"https://anapioficeandfire.com/api/characters/1429",
"https://anapioficeandfire.com/api/characters/1434",
"https://anapioficeandfire.com/api/characters/1435",
"https://anapioficeandfire.com/api/characters/1436",
"https://anapioficeandfire.com/api/characters/1437",
"https://anapioficeandfire.com/api/characters/1438",
"https://anapioficeandfire.com/api/characters/1442",
"https://anapioficeandfire.com/api/characters/1445",
"https://anapioficeandfire.com/api/characters/1447",
"https://anapioficeandfire.com/api/characters/1448",
"https://anapioficeandfire.com/api/characters/1450",
"https://anapioficeandfire.com/api/characters/1451",
"https://anapioficeandfire.com/api/characters/1453",
"https://anapioficeandfire.com/api/characters/1455",
"https://anapioficeandfire.com/api/characters/1465",
"https://anapioficeandfire.com/api/characters/1466",
"https://anapioficeandfire.com/api/characters/1467",
"https://anapioficeandfire.com/api/characters/1468",
"https://anapioficeandfire.com/api/characters/1471",
"https://anapioficeandfire.com/api/characters/1472",
"https://anapioficeandfire.com/api/characters/1474",
"https://anapioficeandfire.com/api/characters/1475",
"https://anapioficeandfire.com/api/characters/1479",
"https://anapioficeandfire.com/api/characters/1481",
"https://anapioficeandfire.com/api/characters/1487",
"https://anapioficeandfire.com/api/characters/1488",
"https://anapioficeandfire.com/api/characters/1494",
"https://anapioficeandfire.com/api/characters/1495",
"https://anapioficeandfire.com/api/characters/1497",
"https://anapioficeandfire.com/api/characters/1502",
"https://anapioficeandfire.com/api/characters/1507",
"https://anapioficeandfire.com/api/characters/1508",
"https://anapioficeandfire.com/api/characters/1515",
"https://anapioficeandfire.com/api/characters/1518",
"https://anapioficeandfire.com/api/characters/1519",
"https://anapioficeandfire.com/api/characters/1520",
"https://anapioficeandfire.com/api/characters/1522",
"https://anapioficeandfire.com/api/characters/1523",
"https://anapioficeandfire.com/api/characters/1525",
"https://anapioficeandfire.com/api/characters/1526",
"https://anapioficeandfire.com/api/characters/1531",
"https://anapioficeandfire.com/api/characters/1532",
"https://anapioficeandfire.com/api/characters/1533",
"https://anapioficeandfire.com/api/characters/1535",
"https://anapioficeandfire.com/api/characters/1536",
"https://anapioficeandfire.com/api/characters/1539",
"https://anapioficeandfire.com/api/characters/1540",
"https://anapioficeandfire.com/api/characters/1544",
"https://anapioficeandfire.com/api/characters/1547",
"https://anapioficeandfire.com/api/characters/1548",
"https://anapioficeandfire.com/api/characters/1549",
"https://anapioficeandfire.com/api/characters/1559",
"https://anapioficeandfire.com/api/characters/1560",
"https://anapioficeandfire.com/api/characters/1561",
"https://anapioficeandfire.com/api/characters/1569",
"https://anapioficeandfire.com/api/characters/1570",
"https://anapioficeandfire.com/api/characters/1571",
"https://anapioficeandfire.com/api/characters/1574",
"https://anapioficeandfire.com/api/characters/1575",
"https://anapioficeandfire.com/api/characters/1576",
"https://anapioficeandfire.com/api/characters/1577",
"https://anapioficeandfire.com/api/characters/1578",
"https://anapioficeandfire.com/api/characters/1580",
"https://anapioficeandfire.com/api/characters/1581",
"https://anapioficeandfire.com/api/characters/1584",
"https://anapioficeandfire.com/api/characters/1587",
"https://anapioficeandfire.com/api/characters/1594",
"https://anapioficeandfire.com/api/characters/1599",
"https://anapioficeandfire.com/api/characters/1603",
"https://anapioficeandfire.com/api/characters/1604",
"https://anapioficeandfire.com/api/characters/1606",
"https://anapioficeandfire.com/api/characters/1607",
"https://anapioficeandfire.com/api/characters/1612",
"https://anapioficeandfire.com/api/characters/1613",
"https://anapioficeandfire.com/api/characters/1615",
"https://anapioficeandfire.com/api/characters/1616",
"https://anapioficeandfire.com/api/characters/1617",
"https://anapioficeandfire.com/api/characters/1618",
"https://anapioficeandfire.com/api/characters/1619",
"https://anapioficeandfire.com/api/characters/1621",
"https://anapioficeandfire.com/api/characters/1623",
"https://anapioficeandfire.com/api/characters/1625",
"https://anapioficeandfire.com/api/characters/1626",
"https://anapioficeandfire.com/api/characters/1627",
"https://anapioficeandfire.com/api/characters/1629",
"https://anapioficeandfire.com/api/characters/1630",
"https://anapioficeandfire.com/api/characters/1632",
"https://anapioficeandfire.com/api/characters/1634",
"https://anapioficeandfire.com/api/characters/1640",
"https://anapioficeandfire.com/api/characters/1645",
"https://anapioficeandfire.com/api/characters/1647",
"https://anapioficeandfire.com/api/characters/1649",
"https://anapioficeandfire.com/api/characters/1650",
"https://anapioficeandfire.com/api/characters/1654",
"https://anapioficeandfire.com/api/characters/1656",
"https://anapioficeandfire.com/api/characters/1657",
"https://anapioficeandfire.com/api/characters/1658",
"https://anapioficeandfire.com/api/characters/1659",
"https://anapioficeandfire.com/api/characters/1660",
"https://anapioficeandfire.com/api/characters/1666",
"https://anapioficeandfire.com/api/characters/1667",
"https://anapioficeandfire.com/api/characters/1669",
"https://anapioficeandfire.com/api/characters/1670",
"https://anapioficeandfire.com/api/characters/1674",
"https://anapioficeandfire.com/api/characters/1675",
"https://anapioficeandfire.com/api/characters/1676",
"https://anapioficeandfire.com/api/characters/1678",
"https://anapioficeandfire.com/api/characters/1681",
"https://anapioficeandfire.com/api/characters/1682",
"https://anapioficeandfire.com/api/characters/1683",
"https://anapioficeandfire.com/api/characters/1684",
"https://anapioficeandfire.com/api/characters/1685",
"https://anapioficeandfire.com/api/characters/1688",
"https://anapioficeandfire.com/api/characters/1692",
"https://anapioficeandfire.com/api/characters/1695",
"https://anapioficeandfire.com/api/characters/1696",
"https://anapioficeandfire.com/api/characters/1697",
"https://anapioficeandfire.com/api/characters/1700",
"https://anapioficeandfire.com/api/characters/1701",
"https://anapioficeandfire.com/api/characters/1703",
"https://anapioficeandfire.com/api/characters/1704",
"https://anapioficeandfire.com/api/characters/1706",
"https://anapioficeandfire.com/api/characters/1708",
"https://anapioficeandfire.com/api/characters/1709",
"https://anapioficeandfire.com/api/characters/1713",
"https://anapioficeandfire.com/api/characters/1715",
"https://anapioficeandfire.com/api/characters/1727",
"https://anapioficeandfire.com/api/characters/1729",
"https://anapioficeandfire.com/api/characters/1730",
"https://anapioficeandfire.com/api/characters/1732",
"https://anapioficeandfire.com/api/characters/1733",
"https://anapioficeandfire.com/api/characters/1735",
"https://anapioficeandfire.com/api/characters/1740",
"https://anapioficeandfire.com/api/characters/1741",
"https://anapioficeandfire.com/api/characters/1742",
"https://anapioficeandfire.com/api/characters/1747",
"https://anapioficeandfire.com/api/characters/1749",
"https://anapioficeandfire.com/api/characters/1754",
"https://anapioficeandfire.com/api/characters/1755",
"https://anapioficeandfire.com/api/characters/1759",
"https://anapioficeandfire.com/api/characters/1761",
"https://anapioficeandfire.com/api/characters/1762",
"https://anapioficeandfire.com/api/characters/1764",
"https://anapioficeandfire.com/api/characters/1766",
"https://anapioficeandfire.com/api/characters/1768",
"https://anapioficeandfire.com/api/characters/1769",
"https://anapioficeandfire.com/api/characters/1770",
"https://anapioficeandfire.com/api/characters/1774",
"https://anapioficeandfire.com/api/characters/1776",
"https://anapioficeandfire.com/api/characters/1777",
"https://anapioficeandfire.com/api/characters/1778",
"https://anapioficeandfire.com/api/characters/1781",
"https://anapioficeandfire.com/api/characters/1782",
"https://anapioficeandfire.com/api/characters/1783",
"https://anapioficeandfire.com/api/characters/1784",
"https://anapioficeandfire.com/api/characters/1785",
"https://anapioficeandfire.com/api/characters/1787",
"https://anapioficeandfire.com/api/characters/1789",
"https://anapioficeandfire.com/api/characters/1791",
"https://anapioficeandfire.com/api/characters/1794",
"https://anapioficeandfire.com/api/characters/1795",
"https://anapioficeandfire.com/api/characters/1797",
"https://anapioficeandfire.com/api/characters/1799",
"https://anapioficeandfire.com/api/characters/1800",
"https://anapioficeandfire.com/api/characters/1804",
"https://anapioficeandfire.com/api/characters/1805",
"https://anapioficeandfire.com/api/characters/1806",
"https://anapioficeandfire.com/api/characters/1807",
"https://anapioficeandfire.com/api/characters/1808",
"https://anapioficeandfire.com/api/characters/1809",
"https://anapioficeandfire.com/api/characters/1810",
"https://anapioficeandfire.com/api/characters/1811",
"https://anapioficeandfire.com/api/characters/1814",
"https://anapioficeandfire.com/api/characters/1815",
"https://anapioficeandfire.com/api/characters/1821",
"https://anapioficeandfire.com/api/characters/1824",
"https://anapioficeandfire.com/api/characters/1825",
"https://anapioficeandfire.com/api/characters/1826",
"https://anapioficeandfire.com/api/characters/1827",
"https://anapioficeandfire.com/api/characters/1828",
"https://anapioficeandfire.com/api/characters/1830",
"https://anapioficeandfire.com/api/characters/1839",
"https://anapioficeandfire.com/api/characters/1843",
"https://anapioficeandfire.com/api/characters/1847",
"https://anapioficeandfire.com/api/characters/1848",
"https://anapioficeandfire.com/api/characters/1852",
"https://anapioficeandfire.com/api/characters/1854",
"https://anapioficeandfire.com/api/characters/1856",
"https://anapioficeandfire.com/api/characters/1860",
"https://anapioficeandfire.com/api/characters/1861",
"https://anapioficeandfire.com/api/characters/1862",
"https://anapioficeandfire.com/api/characters/1864",
"https://anapioficeandfire.com/api/characters/1873",
"https://anapioficeandfire.com/api/characters/1880",
"https://anapioficeandfire.com/api/characters/1882",
"https://anapioficeandfire.com/api/characters/1885",
"https://anapioficeandfire.com/api/characters/1896",
"https://anapioficeandfire.com/api/characters/1900",
"https://anapioficeandfire.com/api/characters/1902",
"https://anapioficeandfire.com/api/characters/1903",
"https://anapioficeandfire.com/api/characters/1904",
"https://anapioficeandfire.com/api/characters/1911",
"https://anapioficeandfire.com/api/characters/1916",
"https://anapioficeandfire.com/api/characters/1917",
"https://anapioficeandfire.com/api/characters/1918",
"https://anapioficeandfire.com/api/characters/1920",
"https://anapioficeandfire.com/api/characters/1921",
"https://anapioficeandfire.com/api/characters/1922",
"https://anapioficeandfire.com/api/characters/1925",
"https://anapioficeandfire.com/api/characters/1926",
"https://anapioficeandfire.com/api/characters/1930",
"https://anapioficeandfire.com/api/characters/1931",
"https://anapioficeandfire.com/api/characters/1932",
"https://anapioficeandfire.com/api/characters/1933",
"https://anapioficeandfire.com/api/characters/1934",
"https://anapioficeandfire.com/api/characters/1935",
"https://anapioficeandfire.com/api/characters/1938",
"https://anapioficeandfire.com/api/characters/1939",
"https://anapioficeandfire.com/api/characters/1940",
"https://anapioficeandfire.com/api/characters/1941",
"https://anapioficeandfire.com/api/characters/1943",
"https://anapioficeandfire.com/api/characters/1947",
"https://anapioficeandfire.com/api/characters/1951",
"https://anapioficeandfire.com/api/characters/1952",
"https://anapioficeandfire.com/api/characters/1954",
"https://anapioficeandfire.com/api/characters/1955",
"https://anapioficeandfire.com/api/characters/1957",
"https://anapioficeandfire.com/api/characters/1959",
"https://anapioficeandfire.com/api/characters/1963",
"https://anapioficeandfire.com/api/characters/1964",
"https://anapioficeandfire.com/api/characters/1967",
"https://anapioficeandfire.com/api/characters/1969",
"https://anapioficeandfire.com/api/characters/1971",
"https://anapioficeandfire.com/api/characters/1972",
"https://anapioficeandfire.com/api/characters/1976",
"https://anapioficeandfire.com/api/characters/1977",
"https://anapioficeandfire.com/api/characters/1979",
"https://anapioficeandfire.com/api/characters/1984",
"https://anapioficeandfire.com/api/characters/1988",
"https://anapioficeandfire.com/api/characters/1990",
"https://anapioficeandfire.com/api/characters/1993",
"https://anapioficeandfire.com/api/characters/1994",
"https://anapioficeandfire.com/api/characters/1996",
"https://anapioficeandfire.com/api/characters/2002",
"https://anapioficeandfire.com/api/characters/2003",
"https://anapioficeandfire.com/api/characters/2005",
"https://anapioficeandfire.com/api/characters/2006",
"https://anapioficeandfire.com/api/characters/2007",
"https://anapioficeandfire.com/api/characters/2009",
"https://anapioficeandfire.com/api/characters/2010",
"https://anapioficeandfire.com/api/characters/2013",
"https://anapioficeandfire.com/api/characters/2014",
"https://anapioficeandfire.com/api/characters/2016",
"https://anapioficeandfire.com/api/characters/2017",
"https://anapioficeandfire.com/api/characters/2018",
"https://anapioficeandfire.com/api/characters/2020",
"https://anapioficeandfire.com/api/characters/2022",
"https://anapioficeandfire.com/api/characters/2024",
"https://anapioficeandfire.com/api/characters/2027",
"https://anapioficeandfire.com/api/characters/2031",
"https://anapioficeandfire.com/api/characters/2032",
"https://anapioficeandfire.com/api/characters/2035",
"https://anapioficeandfire.com/api/characters/2038",
"https://anapioficeandfire.com/api/characters/2041",
"https://anapioficeandfire.com/api/characters/2044",
"https://anapioficeandfire.com/api/characters/2045",
"https://anapioficeandfire.com/api/characters/2049",
"https://anapioficeandfire.com/api/characters/2050",
"https://anapioficeandfire.com/api/characters/2052",
"https://anapioficeandfire.com/api/characters/2060",
"https://anapioficeandfire.com/api/characters/2063",
"https://anapioficeandfire.com/api/characters/2065",
"https://anapioficeandfire.com/api/characters/2066",
"https://anapioficeandfire.com/api/characters/2067",
"https://anapioficeandfire.com/api/characters/2069",
"https://anapioficeandfire.com/api/characters/2070",
"https://anapioficeandfire.com/api/characters/2071",
"https://anapioficeandfire.com/api/characters/2072",
"https://anapioficeandfire.com/api/characters/2073",
"https://anapioficeandfire.com/api/characters/2074",
"https://anapioficeandfire.com/api/characters/2077",
"https://anapioficeandfire.com/api/characters/2085",
"https://anapioficeandfire.com/api/characters/2087",
"https://anapioficeandfire.com/api/characters/2088",
"https://anapioficeandfire.com/api/characters/2091",
"https://anapioficeandfire.com/api/characters/2092",
"https://anapioficeandfire.com/api/characters/2093",
"https://anapioficeandfire.com/api/characters/2097",
"https://anapioficeandfire.com/api/characters/2098",
"https://anapioficeandfire.com/api/characters/2099",
"https://anapioficeandfire.com/api/characters/2100",
"https://anapioficeandfire.com/api/characters/2109",
"https://anapioficeandfire.com/api/characters/2120",
"https://anapioficeandfire.com/api/characters/2121",
"https://anapioficeandfire.com/api/characters/2122",
"https://anapioficeandfire.com/api/characters/2126",
"https://anapioficeandfire.com/api/characters/2131",
"https://anapioficeandfire.com/api/characters/2134",
"https://anapioficeandfire.com/api/characters/2137"
],
"isCustomField": false,
"accessor": "characters",
"identifier": "characters",
"position": 9,
"originalIdentifier": "characters",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Characters",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": "{{ getBooks.data.characters.map(((character) => { \n\t return { label: character.toString().split('/').slice(-1)[0], value: character.toString().split('/').slice(-1)[0] } \n\t })) \n\t}}"
},
"povCharacters": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.povCharacters))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"https://anapioficeandfire.com/api/characters/148",
"https://anapioficeandfire.com/api/characters/208",
"https://anapioficeandfire.com/api/characters/232",
"https://anapioficeandfire.com/api/characters/529",
"https://anapioficeandfire.com/api/characters/583",
"https://anapioficeandfire.com/api/characters/751",
"https://anapioficeandfire.com/api/characters/954",
"https://anapioficeandfire.com/api/characters/957",
"https://anapioficeandfire.com/api/characters/1052",
"https://anapioficeandfire.com/api/characters/1267",
"https://anapioficeandfire.com/api/characters/1303",
"https://anapioficeandfire.com/api/characters/1319"
],
"isCustomField": false,
"accessor": "povCharacters",
"identifier": "povCharacters",
"position": 10,
"originalIdentifier": "povCharacters",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Pov Characters",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": [
{
"label": "Blue",
"value": "BLUE"
},
{
"label": "Green",
"value": "GREEN"
},
{
"label": "Red",
"value": "RED"
}
]
}
},
"dataType": "object",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Object",
"sourceData": {
"url": "https://anapioficeandfire.com/api/books/3",
"name": "A Storm of Swords",
"isbn": "978-0553106633",
"authors": [
"George R. R. Martin"
],
"numberOfPages": 992,
"publisher": "Bantam Books",
"country": "United States",
"mediaType": "Hardcover",
"released": "2000-10-31T00:00:00",
"characters": [
"https://anapioficeandfire.com/api/characters/2",
"https://anapioficeandfire.com/api/characters/3",
"https://anapioficeandfire.com/api/characters/7",
"https://anapioficeandfire.com/api/characters/12",
"https://anapioficeandfire.com/api/characters/13",
"https://anapioficeandfire.com/api/characters/16",
"https://anapioficeandfire.com/api/characters/20",
"https://anapioficeandfire.com/api/characters/21",
"https://anapioficeandfire.com/api/characters/27",
"https://anapioficeandfire.com/api/characters/31",
"https://anapioficeandfire.com/api/characters/35",
"https://anapioficeandfire.com/api/characters/36",
"https://anapioficeandfire.com/api/characters/37",
"https://anapioficeandfire.com/api/characters/38",
"https://anapioficeandfire.com/api/characters/39",
"https://anapioficeandfire.com/api/characters/40",
"https://anapioficeandfire.com/api/characters/41",
"https://anapioficeandfire.com/api/characters/42",
"https://anapioficeandfire.com/api/characters/46",
"https://anapioficeandfire.com/api/characters/50",
"https://anapioficeandfire.com/api/characters/51",
"https://anapioficeandfire.com/api/characters/52",
"https://anapioficeandfire.com/api/characters/53",
"https://anapioficeandfire.com/api/characters/54",
"https://anapioficeandfire.com/api/characters/56",
"https://anapioficeandfire.com/api/characters/58",
"https://anapioficeandfire.com/api/characters/60",
"https://anapioficeandfire.com/api/characters/62",
"https://anapioficeandfire.com/api/characters/64",
"https://anapioficeandfire.com/api/characters/67",
"https://anapioficeandfire.com/api/characters/68",
"https://anapioficeandfire.com/api/characters/69",
"https://anapioficeandfire.com/api/characters/70",
"https://anapioficeandfire.com/api/characters/71",
"https://anapioficeandfire.com/api/characters/72",
"https://anapioficeandfire.com/api/characters/73",
"https://anapioficeandfire.com/api/characters/77",
"https://anapioficeandfire.com/api/characters/78",
"https://anapioficeandfire.com/api/characters/79",
"https://anapioficeandfire.com/api/characters/80",
"https://anapioficeandfire.com/api/characters/81",
"https://anapioficeandfire.com/api/characters/82",
"https://anapioficeandfire.com/api/characters/84",
"https://anapioficeandfire.com/api/characters/85",
"https://anapioficeandfire.com/api/characters/86",
"https://anapioficeandfire.com/api/characters/87",
"https://anapioficeandfire.com/api/characters/89",
"https://anapioficeandfire.com/api/characters/94",
"https://anapioficeandfire.com/api/characters/95",
"https://anapioficeandfire.com/api/characters/96",
"https://anapioficeandfire.com/api/characters/100",
"https://anapioficeandfire.com/api/characters/105",
"https://anapioficeandfire.com/api/characters/108",
"https://anapioficeandfire.com/api/characters/111",
"https://anapioficeandfire.com/api/characters/112",
"https://anapioficeandfire.com/api/characters/114",
"https://anapioficeandfire.com/api/characters/115",
"https://anapioficeandfire.com/api/characters/116",
"https://anapioficeandfire.com/api/characters/117",
"https://anapioficeandfire.com/api/characters/118",
"https://anapioficeandfire.com/api/characters/120",
"https://anapioficeandfire.com/api/characters/122",
"https://anapioficeandfire.com/api/characters/123",
"https://anapioficeandfire.com/api/characters/124",
"https://anapioficeandfire.com/api/characters/125",
"https://anapioficeandfire.com/api/characters/127",
"https://anapioficeandfire.com/api/characters/130",
"https://anapioficeandfire.com/api/characters/138",
"https://anapioficeandfire.com/api/characters/141",
"https://anapioficeandfire.com/api/characters/142",
"https://anapioficeandfire.com/api/characters/145",
"https://anapioficeandfire.com/api/characters/146",
"https://anapioficeandfire.com/api/characters/147",
"https://anapioficeandfire.com/api/characters/149",
"https://anapioficeandfire.com/api/characters/151",
"https://anapioficeandfire.com/api/characters/153",
"https://anapioficeandfire.com/api/characters/158",
"https://anapioficeandfire.com/api/characters/159",
"https://anapioficeandfire.com/api/characters/160",
"https://anapioficeandfire.com/api/characters/161",
"https://anapioficeandfire.com/api/characters/162",
"https://anapioficeandfire.com/api/characters/164",
"https://anapioficeandfire.com/api/characters/168",
"https://anapioficeandfire.com/api/characters/169",
"https://anapioficeandfire.com/api/characters/173",
"https://anapioficeandfire.com/api/characters/175",
"https://anapioficeandfire.com/api/characters/177",
"https://anapioficeandfire.com/api/characters/179",
"https://anapioficeandfire.com/api/characters/180",
"https://anapioficeandfire.com/api/characters/181",
"https://anapioficeandfire.com/api/characters/187",
"https://anapioficeandfire.com/api/characters/188",
"https://anapioficeandfire.com/api/characters/189",
"https://anapioficeandfire.com/api/characters/190",
"https://anapioficeandfire.com/api/characters/193",
"https://anapioficeandfire.com/api/characters/194",
"https://anapioficeandfire.com/api/characters/199",
"https://anapioficeandfire.com/api/characters/200",
"https://anapioficeandfire.com/api/characters/202",
"https://anapioficeandfire.com/api/characters/203",
"https://anapioficeandfire.com/api/characters/204",
"https://anapioficeandfire.com/api/characters/206",
"https://anapioficeandfire.com/api/characters/214",
"https://anapioficeandfire.com/api/characters/216",
"https://anapioficeandfire.com/api/characters/217",
"https://anapioficeandfire.com/api/characters/219",
"https://anapioficeandfire.com/api/characters/222",
"https://anapioficeandfire.com/api/characters/223",
"https://anapioficeandfire.com/api/characters/225",
"https://anapioficeandfire.com/api/characters/227",
"https://anapioficeandfire.com/api/characters/228",
"https://anapioficeandfire.com/api/characters/230",
"https://anapioficeandfire.com/api/characters/234",
"https://anapioficeandfire.com/api/characters/235",
"https://anapioficeandfire.com/api/characters/237",
"https://anapioficeandfire.com/api/characters/238",
"https://anapioficeandfire.com/api/characters/245",
"https://anapioficeandfire.com/api/characters/247",
"https://anapioficeandfire.com/api/characters/250",
"https://anapioficeandfire.com/api/characters/251",
"https://anapioficeandfire.com/api/characters/252",
"https://anapioficeandfire.com/api/characters/254",
"https://anapioficeandfire.com/api/characters/262",
"https://anapioficeandfire.com/api/characters/263",
"https://anapioficeandfire.com/api/characters/264",
"https://anapioficeandfire.com/api/characters/267",
"https://anapioficeandfire.com/api/characters/273",
"https://anapioficeandfire.com/api/characters/274",
"https://anapioficeandfire.com/api/characters/279",
"https://anapioficeandfire.com/api/characters/280",
"https://anapioficeandfire.com/api/characters/282",
"https://anapioficeandfire.com/api/characters/285",
"https://anapioficeandfire.com/api/characters/286",
"https://anapioficeandfire.com/api/characters/288",
"https://anapioficeandfire.com/api/characters/290",
"https://anapioficeandfire.com/api/characters/291",
"https://anapioficeandfire.com/api/characters/292",
"https://anapioficeandfire.com/api/characters/294",
"https://anapioficeandfire.com/api/characters/295",
"https://anapioficeandfire.com/api/characters/296",
"https://anapioficeandfire.com/api/characters/297",
"https://anapioficeandfire.com/api/characters/298",
"https://anapioficeandfire.com/api/characters/299",
"https://anapioficeandfire.com/api/characters/300",
"https://anapioficeandfire.com/api/characters/303",
"https://anapioficeandfire.com/api/characters/306",
"https://anapioficeandfire.com/api/characters/308",
"https://anapioficeandfire.com/api/characters/309",
"https://anapioficeandfire.com/api/characters/310",
"https://anapioficeandfire.com/api/characters/311",
"https://anapioficeandfire.com/api/characters/312",
"https://anapioficeandfire.com/api/characters/315",
"https://anapioficeandfire.com/api/characters/320",
"https://anapioficeandfire.com/api/characters/321",
"https://anapioficeandfire.com/api/characters/322",
"https://anapioficeandfire.com/api/characters/323",
"https://anapioficeandfire.com/api/characters/325",
"https://anapioficeandfire.com/api/characters/326",
"https://anapioficeandfire.com/api/characters/327",
"https://anapioficeandfire.com/api/characters/329",
"https://anapioficeandfire.com/api/characters/330",
"https://anapioficeandfire.com/api/characters/331",
"https://anapioficeandfire.com/api/characters/332",
"https://anapioficeandfire.com/api/characters/336",
"https://anapioficeandfire.com/api/characters/337",
"https://anapioficeandfire.com/api/characters/338",
"https://anapioficeandfire.com/api/characters/339",
"https://anapioficeandfire.com/api/characters/341",
"https://anapioficeandfire.com/api/characters/346",
"https://anapioficeandfire.com/api/characters/347",
"https://anapioficeandfire.com/api/characters/348",
"https://anapioficeandfire.com/api/characters/352",
"https://anapioficeandfire.com/api/characters/357",
"https://anapioficeandfire.com/api/characters/360",
"https://anapioficeandfire.com/api/characters/361",
"https://anapioficeandfire.com/api/characters/362",
"https://anapioficeandfire.com/api/characters/364",
"https://anapioficeandfire.com/api/characters/365",
"https://anapioficeandfire.com/api/characters/368",
"https://anapioficeandfire.com/api/characters/369",
"https://anapioficeandfire.com/api/characters/370",
"https://anapioficeandfire.com/api/characters/372",
"https://anapioficeandfire.com/api/characters/374",
"https://anapioficeandfire.com/api/characters/375",
"https://anapioficeandfire.com/api/characters/377",
"https://anapioficeandfire.com/api/characters/379",
"https://anapioficeandfire.com/api/characters/380",
"https://anapioficeandfire.com/api/characters/381",
"https://anapioficeandfire.com/api/characters/382",
"https://anapioficeandfire.com/api/characters/383",
"https://anapioficeandfire.com/api/characters/385",
"https://anapioficeandfire.com/api/characters/392",
"https://anapioficeandfire.com/api/characters/393",
"https://anapioficeandfire.com/api/characters/394",
"https://anapioficeandfire.com/api/characters/397",
"https://anapioficeandfire.com/api/characters/401",
"https://anapioficeandfire.com/api/characters/404",
"https://anapioficeandfire.com/api/characters/405",
"https://anapioficeandfire.com/api/characters/406",
"https://anapioficeandfire.com/api/characters/408",
"https://anapioficeandfire.com/api/characters/411",
"https://anapioficeandfire.com/api/characters/413",
"https://anapioficeandfire.com/api/characters/415",
"https://anapioficeandfire.com/api/characters/416",
"https://anapioficeandfire.com/api/characters/417",
"https://anapioficeandfire.com/api/characters/418",
"https://anapioficeandfire.com/api/characters/421",
"https://anapioficeandfire.com/api/characters/423",
"https://anapioficeandfire.com/api/characters/424",
"https://anapioficeandfire.com/api/characters/426",
"https://anapioficeandfire.com/api/characters/434",
"https://anapioficeandfire.com/api/characters/438",
"https://anapioficeandfire.com/api/characters/439",
"https://anapioficeandfire.com/api/characters/442",
"https://anapioficeandfire.com/api/characters/443",
"https://anapioficeandfire.com/api/characters/448",
"https://anapioficeandfire.com/api/characters/453",
"https://anapioficeandfire.com/api/characters/458",
"https://anapioficeandfire.com/api/characters/461",
"https://anapioficeandfire.com/api/characters/462",
"https://anapioficeandfire.com/api/characters/465",
"https://anapioficeandfire.com/api/characters/470",
"https://anapioficeandfire.com/api/characters/475",
"https://anapioficeandfire.com/api/characters/476",
"https://anapioficeandfire.com/api/characters/485",
"https://anapioficeandfire.com/api/characters/486",
"https://anapioficeandfire.com/api/characters/487",
"https://anapioficeandfire.com/api/characters/490",
"https://anapioficeandfire.com/api/characters/496",
"https://anapioficeandfire.com/api/characters/498",
"https://anapioficeandfire.com/api/characters/499",
"https://anapioficeandfire.com/api/characters/500",
"https://anapioficeandfire.com/api/characters/501",
"https://anapioficeandfire.com/api/characters/502",
"https://anapioficeandfire.com/api/characters/503",
"https://anapioficeandfire.com/api/characters/504",
"https://anapioficeandfire.com/api/characters/506",
"https://anapioficeandfire.com/api/characters/507",
"https://anapioficeandfire.com/api/characters/511",
"https://anapioficeandfire.com/api/characters/519",
"https://anapioficeandfire.com/api/characters/521",
"https://anapioficeandfire.com/api/characters/522",
"https://anapioficeandfire.com/api/characters/523",
"https://anapioficeandfire.com/api/characters/524",
"https://anapioficeandfire.com/api/characters/526",
"https://anapioficeandfire.com/api/characters/527",
"https://anapioficeandfire.com/api/characters/530",
"https://anapioficeandfire.com/api/characters/531",
"https://anapioficeandfire.com/api/characters/532",
"https://anapioficeandfire.com/api/characters/533",
"https://anapioficeandfire.com/api/characters/534",
"https://anapioficeandfire.com/api/characters/535",
"https://anapioficeandfire.com/api/characters/536",
"https://anapioficeandfire.com/api/characters/537",
"https://anapioficeandfire.com/api/characters/539",
"https://anapioficeandfire.com/api/characters/547",
"https://anapioficeandfire.com/api/characters/549",
"https://anapioficeandfire.com/api/characters/550",
"https://anapioficeandfire.com/api/characters/553",
"https://anapioficeandfire.com/api/characters/555",
"https://anapioficeandfire.com/api/characters/557",
"https://anapioficeandfire.com/api/characters/559",
"https://anapioficeandfire.com/api/characters/560",
"https://anapioficeandfire.com/api/characters/561",
"https://anapioficeandfire.com/api/characters/562",
"https://anapioficeandfire.com/api/characters/563",
"https://anapioficeandfire.com/api/characters/565",
"https://anapioficeandfire.com/api/characters/571",
"https://anapioficeandfire.com/api/characters/572",
"https://anapioficeandfire.com/api/characters/574",
"https://anapioficeandfire.com/api/characters/575",
"https://anapioficeandfire.com/api/characters/576",
"https://anapioficeandfire.com/api/characters/580",
"https://anapioficeandfire.com/api/characters/585",
"https://anapioficeandfire.com/api/characters/586",
"https://anapioficeandfire.com/api/characters/587",
"https://anapioficeandfire.com/api/characters/588",
"https://anapioficeandfire.com/api/characters/590",
"https://anapioficeandfire.com/api/characters/592",
"https://anapioficeandfire.com/api/characters/595",
"https://anapioficeandfire.com/api/characters/597",
"https://anapioficeandfire.com/api/characters/599",
"https://anapioficeandfire.com/api/characters/600",
"https://anapioficeandfire.com/api/characters/602",
"https://anapioficeandfire.com/api/characters/603",
"https://anapioficeandfire.com/api/characters/604",
"https://anapioficeandfire.com/api/characters/605",
"https://anapioficeandfire.com/api/characters/606",
"https://anapioficeandfire.com/api/characters/607",
"https://anapioficeandfire.com/api/characters/609",
"https://anapioficeandfire.com/api/characters/613",
"https://anapioficeandfire.com/api/characters/616",
"https://anapioficeandfire.com/api/characters/617",
"https://anapioficeandfire.com/api/characters/621",
"https://anapioficeandfire.com/api/characters/622",
"https://anapioficeandfire.com/api/characters/623",
"https://anapioficeandfire.com/api/characters/624",
"https://anapioficeandfire.com/api/characters/625",
"https://anapioficeandfire.com/api/characters/626",
"https://anapioficeandfire.com/api/characters/628",
"https://anapioficeandfire.com/api/characters/629",
"https://anapioficeandfire.com/api/characters/630",
"https://anapioficeandfire.com/api/characters/631",
"https://anapioficeandfire.com/api/characters/632",
"https://anapioficeandfire.com/api/characters/635",
"https://anapioficeandfire.com/api/characters/636",
"https://anapioficeandfire.com/api/characters/638",
"https://anapioficeandfire.com/api/characters/639",
"https://anapioficeandfire.com/api/characters/640",
"https://anapioficeandfire.com/api/characters/647",
"https://anapioficeandfire.com/api/characters/649",
"https://anapioficeandfire.com/api/characters/650",
"https://anapioficeandfire.com/api/characters/651",
"https://anapioficeandfire.com/api/characters/657",
"https://anapioficeandfire.com/api/characters/658",
"https://anapioficeandfire.com/api/characters/659",
"https://anapioficeandfire.com/api/characters/660",
"https://anapioficeandfire.com/api/characters/662",
"https://anapioficeandfire.com/api/characters/663",
"https://anapioficeandfire.com/api/characters/664",
"https://anapioficeandfire.com/api/characters/665",
"https://anapioficeandfire.com/api/characters/666",
"https://anapioficeandfire.com/api/characters/669",
"https://anapioficeandfire.com/api/characters/670",
"https://anapioficeandfire.com/api/characters/673",
"https://anapioficeandfire.com/api/characters/674",
"https://anapioficeandfire.com/api/characters/676",
"https://anapioficeandfire.com/api/characters/677",
"https://anapioficeandfire.com/api/characters/678",
"https://anapioficeandfire.com/api/characters/682",
"https://anapioficeandfire.com/api/characters/683",
"https://anapioficeandfire.com/api/characters/686",
"https://anapioficeandfire.com/api/characters/688",
"https://anapioficeandfire.com/api/characters/689",
"https://anapioficeandfire.com/api/characters/690",
"https://anapioficeandfire.com/api/characters/691",
"https://anapioficeandfire.com/api/characters/692",
"https://anapioficeandfire.com/api/characters/693",
"https://anapioficeandfire.com/api/characters/694",
"https://anapioficeandfire.com/api/characters/697",
"https://anapioficeandfire.com/api/characters/699",
"https://anapioficeandfire.com/api/characters/700",
"https://anapioficeandfire.com/api/characters/701",
"https://anapioficeandfire.com/api/characters/704",
"https://anapioficeandfire.com/api/characters/708",
"https://anapioficeandfire.com/api/characters/710",
"https://anapioficeandfire.com/api/characters/711",
"https://anapioficeandfire.com/api/characters/712",
"https://anapioficeandfire.com/api/characters/713",
"https://anapioficeandfire.com/api/characters/717",
"https://anapioficeandfire.com/api/characters/718",
"https://anapioficeandfire.com/api/characters/720",
"https://anapioficeandfire.com/api/characters/721",
"https://anapioficeandfire.com/api/characters/722",
"https://anapioficeandfire.com/api/characters/723",
"https://anapioficeandfire.com/api/characters/725",
"https://anapioficeandfire.com/api/characters/727",
"https://anapioficeandfire.com/api/characters/730",
"https://anapioficeandfire.com/api/characters/731",
"https://anapioficeandfire.com/api/characters/735",
"https://anapioficeandfire.com/api/characters/736",
"https://anapioficeandfire.com/api/characters/738",
"https://anapioficeandfire.com/api/characters/740",
"https://anapioficeandfire.com/api/characters/741",
"https://anapioficeandfire.com/api/characters/742",
"https://anapioficeandfire.com/api/characters/743",
"https://anapioficeandfire.com/api/characters/745",
"https://anapioficeandfire.com/api/characters/746",
"https://anapioficeandfire.com/api/characters/747",
"https://anapioficeandfire.com/api/characters/748",
"https://anapioficeandfire.com/api/characters/750",
"https://anapioficeandfire.com/api/characters/752",
"https://anapioficeandfire.com/api/characters/754",
"https://anapioficeandfire.com/api/characters/755",
"https://anapioficeandfire.com/api/characters/756",
"https://anapioficeandfire.com/api/characters/757",
"https://anapioficeandfire.com/api/characters/761",
"https://anapioficeandfire.com/api/characters/762",
"https://anapioficeandfire.com/api/characters/764",
"https://anapioficeandfire.com/api/characters/765",
"https://anapioficeandfire.com/api/characters/766",
"https://anapioficeandfire.com/api/characters/767",
"https://anapioficeandfire.com/api/characters/768",
"https://anapioficeandfire.com/api/characters/769",
"https://anapioficeandfire.com/api/characters/770",
"https://anapioficeandfire.com/api/characters/771",
"https://anapioficeandfire.com/api/characters/772",
"https://anapioficeandfire.com/api/characters/774",
"https://anapioficeandfire.com/api/characters/775",
"https://anapioficeandfire.com/api/characters/776",
"https://anapioficeandfire.com/api/characters/778",
"https://anapioficeandfire.com/api/characters/780",
"https://anapioficeandfire.com/api/characters/781",
"https://anapioficeandfire.com/api/characters/783",
"https://anapioficeandfire.com/api/characters/784",
"https://anapioficeandfire.com/api/characters/785",
"https://anapioficeandfire.com/api/characters/786",
"https://anapioficeandfire.com/api/characters/788",
"https://anapioficeandfire.com/api/characters/796",
"https://anapioficeandfire.com/api/characters/799",
"https://anapioficeandfire.com/api/characters/800",
"https://anapioficeandfire.com/api/characters/801",
"https://anapioficeandfire.com/api/characters/802",
"https://anapioficeandfire.com/api/characters/803",
"https://anapioficeandfire.com/api/characters/804",
"https://anapioficeandfire.com/api/characters/805",
"https://anapioficeandfire.com/api/characters/806",
"https://anapioficeandfire.com/api/characters/808",
"https://anapioficeandfire.com/api/characters/809",
"https://anapioficeandfire.com/api/characters/811",
"https://anapioficeandfire.com/api/characters/812",
"https://anapioficeandfire.com/api/characters/814",
"https://anapioficeandfire.com/api/characters/815",
"https://anapioficeandfire.com/api/characters/817",
"https://anapioficeandfire.com/api/characters/818",
"https://anapioficeandfire.com/api/characters/819",
"https://anapioficeandfire.com/api/characters/820",
"https://anapioficeandfire.com/api/characters/822",
"https://anapioficeandfire.com/api/characters/823",
"https://anapioficeandfire.com/api/characters/824",
"https://anapioficeandfire.com/api/characters/825",
"https://anapioficeandfire.com/api/characters/826",
"https://anapioficeandfire.com/api/characters/827",
"https://anapioficeandfire.com/api/characters/828",
"https://anapioficeandfire.com/api/characters/829",
"https://anapioficeandfire.com/api/characters/831",
"https://anapioficeandfire.com/api/characters/832",
"https://anapioficeandfire.com/api/characters/834",
"https://anapioficeandfire.com/api/characters/837",
"https://anapioficeandfire.com/api/characters/838",
"https://anapioficeandfire.com/api/characters/844",
"https://anapioficeandfire.com/api/characters/848",
"https://anapioficeandfire.com/api/characters/849",
"https://anapioficeandfire.com/api/characters/850",
"https://anapioficeandfire.com/api/characters/851",
"https://anapioficeandfire.com/api/characters/852",
"https://anapioficeandfire.com/api/characters/854",
"https://anapioficeandfire.com/api/characters/855",
"https://anapioficeandfire.com/api/characters/856",
"https://anapioficeandfire.com/api/characters/858",
"https://anapioficeandfire.com/api/characters/860",
"https://anapioficeandfire.com/api/characters/862",
"https://anapioficeandfire.com/api/characters/863",
"https://anapioficeandfire.com/api/characters/866",
"https://anapioficeandfire.com/api/characters/867",
"https://anapioficeandfire.com/api/characters/869",
"https://anapioficeandfire.com/api/characters/874",
"https://anapioficeandfire.com/api/characters/876",
"https://anapioficeandfire.com/api/characters/877",
"https://anapioficeandfire.com/api/characters/882",
"https://anapioficeandfire.com/api/characters/884",
"https://anapioficeandfire.com/api/characters/887",
"https://anapioficeandfire.com/api/characters/889",
"https://anapioficeandfire.com/api/characters/890",
"https://anapioficeandfire.com/api/characters/891",
"https://anapioficeandfire.com/api/characters/892",
"https://anapioficeandfire.com/api/characters/894",
"https://anapioficeandfire.com/api/characters/896",
"https://anapioficeandfire.com/api/characters/897",
"https://anapioficeandfire.com/api/characters/899",
"https://anapioficeandfire.com/api/characters/900",
"https://anapioficeandfire.com/api/characters/901",
"https://anapioficeandfire.com/api/characters/902",
"https://anapioficeandfire.com/api/characters/903",
"https://anapioficeandfire.com/api/characters/905",
"https://anapioficeandfire.com/api/characters/909",
"https://anapioficeandfire.com/api/characters/912",
"https://anapioficeandfire.com/api/characters/913",
"https://anapioficeandfire.com/api/characters/914",
"https://anapioficeandfire.com/api/characters/922",
"https://anapioficeandfire.com/api/characters/923",
"https://anapioficeandfire.com/api/characters/925",
"https://anapioficeandfire.com/api/characters/927",
"https://anapioficeandfire.com/api/characters/929",
"https://anapioficeandfire.com/api/characters/930",
"https://anapioficeandfire.com/api/characters/931",
"https://anapioficeandfire.com/api/characters/932",
"https://anapioficeandfire.com/api/characters/933",
"https://anapioficeandfire.com/api/characters/937",
"https://anapioficeandfire.com/api/characters/938",
"https://anapioficeandfire.com/api/characters/940",
"https://anapioficeandfire.com/api/characters/941",
"https://anapioficeandfire.com/api/characters/944",
"https://anapioficeandfire.com/api/characters/945",
"https://anapioficeandfire.com/api/characters/946",
"https://anapioficeandfire.com/api/characters/947",
"https://anapioficeandfire.com/api/characters/948",
"https://anapioficeandfire.com/api/characters/949",
"https://anapioficeandfire.com/api/characters/950",
"https://anapioficeandfire.com/api/characters/952",
"https://anapioficeandfire.com/api/characters/953",
"https://anapioficeandfire.com/api/characters/955",
"https://anapioficeandfire.com/api/characters/956",
"https://anapioficeandfire.com/api/characters/959",
"https://anapioficeandfire.com/api/characters/960",
"https://anapioficeandfire.com/api/characters/961",
"https://anapioficeandfire.com/api/characters/965",
"https://anapioficeandfire.com/api/characters/966",
"https://anapioficeandfire.com/api/characters/968",
"https://anapioficeandfire.com/api/characters/972",
"https://anapioficeandfire.com/api/characters/973",
"https://anapioficeandfire.com/api/characters/974",
"https://anapioficeandfire.com/api/characters/975",
"https://anapioficeandfire.com/api/characters/976",
"https://anapioficeandfire.com/api/characters/983",
"https://anapioficeandfire.com/api/characters/984",
"https://anapioficeandfire.com/api/characters/986",
"https://anapioficeandfire.com/api/characters/989",
"https://anapioficeandfire.com/api/characters/991",
"https://anapioficeandfire.com/api/characters/992",
"https://anapioficeandfire.com/api/characters/994",
"https://anapioficeandfire.com/api/characters/995",
"https://anapioficeandfire.com/api/characters/996",
"https://anapioficeandfire.com/api/characters/997",
"https://anapioficeandfire.com/api/characters/998",
"https://anapioficeandfire.com/api/characters/1000",
"https://anapioficeandfire.com/api/characters/1004",
"https://anapioficeandfire.com/api/characters/1006",
"https://anapioficeandfire.com/api/characters/1008",
"https://anapioficeandfire.com/api/characters/1009",
"https://anapioficeandfire.com/api/characters/1010",
"https://anapioficeandfire.com/api/characters/1011",
"https://anapioficeandfire.com/api/characters/1013",
"https://anapioficeandfire.com/api/characters/1014",
"https://anapioficeandfire.com/api/characters/1017",
"https://anapioficeandfire.com/api/characters/1019",
"https://anapioficeandfire.com/api/characters/1020",
"https://anapioficeandfire.com/api/characters/1022",
"https://anapioficeandfire.com/api/characters/1024",
"https://anapioficeandfire.com/api/characters/1025",
"https://anapioficeandfire.com/api/characters/1027",
"https://anapioficeandfire.com/api/characters/1029",
"https://anapioficeandfire.com/api/characters/1033",
"https://anapioficeandfire.com/api/characters/1034",
"https://anapioficeandfire.com/api/characters/1036",
"https://anapioficeandfire.com/api/characters/1037",
"https://anapioficeandfire.com/api/characters/1038",
"https://anapioficeandfire.com/api/characters/1040",
"https://anapioficeandfire.com/api/characters/1043",
"https://anapioficeandfire.com/api/characters/1045",
"https://anapioficeandfire.com/api/characters/1046",
"https://anapioficeandfire.com/api/characters/1049",
"https://anapioficeandfire.com/api/characters/1051",
"https://anapioficeandfire.com/api/characters/1053",
"https://anapioficeandfire.com/api/characters/1054",
"https://anapioficeandfire.com/api/characters/1055",
"https://anapioficeandfire.com/api/characters/1056",
"https://anapioficeandfire.com/api/characters/1057",
"https://anapioficeandfire.com/api/characters/1058",
"https://anapioficeandfire.com/api/characters/1061",
"https://anapioficeandfire.com/api/characters/1063",
"https://anapioficeandfire.com/api/characters/1068",
"https://anapioficeandfire.com/api/characters/1072",
"https://anapioficeandfire.com/api/characters/1073",
"https://anapioficeandfire.com/api/characters/1074",
"https://anapioficeandfire.com/api/characters/1075",
"https://anapioficeandfire.com/api/characters/1077",
"https://anapioficeandfire.com/api/characters/1079",
"https://anapioficeandfire.com/api/characters/1080",
"https://anapioficeandfire.com/api/characters/1081",
"https://anapioficeandfire.com/api/characters/1082",
"https://anapioficeandfire.com/api/characters/1083",
"https://anapioficeandfire.com/api/characters/1084",
"https://anapioficeandfire.com/api/characters/1085",
"https://anapioficeandfire.com/api/characters/1086",
"https://anapioficeandfire.com/api/characters/1087",
"https://anapioficeandfire.com/api/characters/1088",
"https://anapioficeandfire.com/api/characters/1089",
"https://anapioficeandfire.com/api/characters/1090",
"https://anapioficeandfire.com/api/characters/1091",
"https://anapioficeandfire.com/api/characters/1092",
"https://anapioficeandfire.com/api/characters/1093",
"https://anapioficeandfire.com/api/characters/1094",
"https://anapioficeandfire.com/api/characters/1095",
"https://anapioficeandfire.com/api/characters/1096",
"https://anapioficeandfire.com/api/characters/1097",
"https://anapioficeandfire.com/api/characters/1099",
"https://anapioficeandfire.com/api/characters/1100",
"https://anapioficeandfire.com/api/characters/1102",
"https://anapioficeandfire.com/api/characters/1104",
"https://anapioficeandfire.com/api/characters/1105",
"https://anapioficeandfire.com/api/characters/1106",
"https://anapioficeandfire.com/api/characters/1107",
"https://anapioficeandfire.com/api/characters/1113",
"https://anapioficeandfire.com/api/characters/1114",
"https://anapioficeandfire.com/api/characters/1115",
"https://anapioficeandfire.com/api/characters/1116",
"https://anapioficeandfire.com/api/characters/1118",
"https://anapioficeandfire.com/api/characters/1122",
"https://anapioficeandfire.com/api/characters/1124",
"https://anapioficeandfire.com/api/characters/1125",
"https://anapioficeandfire.com/api/characters/1127",
"https://anapioficeandfire.com/api/characters/1131",
"https://anapioficeandfire.com/api/characters/1132",
"https://anapioficeandfire.com/api/characters/1134",
"https://anapioficeandfire.com/api/characters/1135",
"https://anapioficeandfire.com/api/characters/1136",
"https://anapioficeandfire.com/api/characters/1137",
"https://anapioficeandfire.com/api/characters/1139",
"https://anapioficeandfire.com/api/characters/1142",
"https://anapioficeandfire.com/api/characters/1144",
"https://anapioficeandfire.com/api/characters/1145",
"https://anapioficeandfire.com/api/characters/1146",
"https://anapioficeandfire.com/api/characters/1147",
"https://anapioficeandfire.com/api/characters/1151",
"https://anapioficeandfire.com/api/characters/1155",
"https://anapioficeandfire.com/api/characters/1157",
"https://anapioficeandfire.com/api/characters/1158",
"https://anapioficeandfire.com/api/characters/1161",
"https://anapioficeandfire.com/api/characters/1164",
"https://anapioficeandfire.com/api/characters/1165",
"https://anapioficeandfire.com/api/characters/1166",
"https://anapioficeandfire.com/api/characters/1172",
"https://anapioficeandfire.com/api/characters/1173",
"https://anapioficeandfire.com/api/characters/1174",
"https://anapioficeandfire.com/api/characters/1177",
"https://anapioficeandfire.com/api/characters/1179",
"https://anapioficeandfire.com/api/characters/1181",
"https://anapioficeandfire.com/api/characters/1182",
"https://anapioficeandfire.com/api/characters/1184",
"https://anapioficeandfire.com/api/characters/1186",
"https://anapioficeandfire.com/api/characters/1192",
"https://anapioficeandfire.com/api/characters/1194",
"https://anapioficeandfire.com/api/characters/1195",
"https://anapioficeandfire.com/api/characters/1196",
"https://anapioficeandfire.com/api/characters/1199",
"https://anapioficeandfire.com/api/characters/1200",
"https://anapioficeandfire.com/api/characters/1201",
"https://anapioficeandfire.com/api/characters/1205",
"https://anapioficeandfire.com/api/characters/1213",
"https://anapioficeandfire.com/api/characters/1216",
"https://anapioficeandfire.com/api/characters/1217",
"https://anapioficeandfire.com/api/characters/1220",
"https://anapioficeandfire.com/api/characters/1221",
"https://anapioficeandfire.com/api/characters/1222",
"https://anapioficeandfire.com/api/characters/1223",
"https://anapioficeandfire.com/api/characters/1224",
"https://anapioficeandfire.com/api/characters/1227",
"https://anapioficeandfire.com/api/characters/1231",
"https://anapioficeandfire.com/api/characters/1233",
"https://anapioficeandfire.com/api/characters/1234",
"https://anapioficeandfire.com/api/characters/1237",
"https://anapioficeandfire.com/api/characters/1240",
"https://anapioficeandfire.com/api/characters/1244",
"https://anapioficeandfire.com/api/characters/1246",
"https://anapioficeandfire.com/api/characters/1250",
"https://anapioficeandfire.com/api/characters/1252",
"https://anapioficeandfire.com/api/characters/1253",
"https://anapioficeandfire.com/api/characters/1257",
"https://anapioficeandfire.com/api/characters/1262",
"https://anapioficeandfire.com/api/characters/1265",
"https://anapioficeandfire.com/api/characters/1266",
"https://anapioficeandfire.com/api/characters/1270",
"https://anapioficeandfire.com/api/characters/1274",
"https://anapioficeandfire.com/api/characters/1275",
"https://anapioficeandfire.com/api/characters/1277",
"https://anapioficeandfire.com/api/characters/1279",
"https://anapioficeandfire.com/api/characters/1280",
"https://anapioficeandfire.com/api/characters/1281",
"https://anapioficeandfire.com/api/characters/1283",
"https://anapioficeandfire.com/api/characters/1289",
"https://anapioficeandfire.com/api/characters/1293",
"https://anapioficeandfire.com/api/characters/1295",
"https://anapioficeandfire.com/api/characters/1296",
"https://anapioficeandfire.com/api/characters/1298",
"https://anapioficeandfire.com/api/characters/1301",
"https://anapioficeandfire.com/api/characters/1305",
"https://anapioficeandfire.com/api/characters/1310",
"https://anapioficeandfire.com/api/characters/1311",
"https://anapioficeandfire.com/api/characters/1314",
"https://anapioficeandfire.com/api/characters/1315",
"https://anapioficeandfire.com/api/characters/1316",
"https://anapioficeandfire.com/api/characters/1317",
"https://anapioficeandfire.com/api/characters/1320",
"https://anapioficeandfire.com/api/characters/1321",
"https://anapioficeandfire.com/api/characters/1323",
"https://anapioficeandfire.com/api/characters/1325",
"https://anapioficeandfire.com/api/characters/1331",
"https://anapioficeandfire.com/api/characters/1334",
"https://anapioficeandfire.com/api/characters/1335",
"https://anapioficeandfire.com/api/characters/1337",
"https://anapioficeandfire.com/api/characters/1341",
"https://anapioficeandfire.com/api/characters/1342",
"https://anapioficeandfire.com/api/characters/1346",
"https://anapioficeandfire.com/api/characters/1347",
"https://anapioficeandfire.com/api/characters/1348",
"https://anapioficeandfire.com/api/characters/1350",
"https://anapioficeandfire.com/api/characters/1351",
"https://anapioficeandfire.com/api/characters/1352",
"https://anapioficeandfire.com/api/characters/1353",
"https://anapioficeandfire.com/api/characters/1355",
"https://anapioficeandfire.com/api/characters/1358",
"https://anapioficeandfire.com/api/characters/1362",
"https://anapioficeandfire.com/api/characters/1363",
"https://anapioficeandfire.com/api/characters/1364",
"https://anapioficeandfire.com/api/characters/1367",
"https://anapioficeandfire.com/api/characters/1369",
"https://anapioficeandfire.com/api/characters/1374",
"https://anapioficeandfire.com/api/characters/1375",
"https://anapioficeandfire.com/api/characters/1376",
"https://anapioficeandfire.com/api/characters/1377",
"https://anapioficeandfire.com/api/characters/1383",
"https://anapioficeandfire.com/api/characters/1384",
"https://anapioficeandfire.com/api/characters/1385",
"https://anapioficeandfire.com/api/characters/1390",
"https://anapioficeandfire.com/api/characters/1393",
"https://anapioficeandfire.com/api/characters/1396",
"https://anapioficeandfire.com/api/characters/1401",
"https://anapioficeandfire.com/api/characters/1404",
"https://anapioficeandfire.com/api/characters/1409",
"https://anapioficeandfire.com/api/characters/1410",
"https://anapioficeandfire.com/api/characters/1411",
"https://anapioficeandfire.com/api/characters/1412",
"https://anapioficeandfire.com/api/characters/1413",
"https://anapioficeandfire.com/api/characters/1417",
"https://anapioficeandfire.com/api/characters/1418",
"https://anapioficeandfire.com/api/characters/1419",
"https://anapioficeandfire.com/api/characters/1420",
"https://anapioficeandfire.com/api/characters/1425",
"https://anapioficeandfire.com/api/characters/1426",
"https://anapioficeandfire.com/api/characters/1427",
"https://anapioficeandfire.com/api/characters/1428",
"https://anapioficeandfire.com/api/characters/1429",
"https://anapioficeandfire.com/api/characters/1434",
"https://anapioficeandfire.com/api/characters/1435",
"https://anapioficeandfire.com/api/characters/1436",
"https://anapioficeandfire.com/api/characters/1437",
"https://anapioficeandfire.com/api/characters/1438",
"https://anapioficeandfire.com/api/characters/1442",
"https://anapioficeandfire.com/api/characters/1445",
"https://anapioficeandfire.com/api/characters/1447",
"https://anapioficeandfire.com/api/characters/1448",
"https://anapioficeandfire.com/api/characters/1450",
"https://anapioficeandfire.com/api/characters/1451",
"https://anapioficeandfire.com/api/characters/1453",
"https://anapioficeandfire.com/api/characters/1455",
"https://anapioficeandfire.com/api/characters/1465",
"https://anapioficeandfire.com/api/characters/1466",
"https://anapioficeandfire.com/api/characters/1467",
"https://anapioficeandfire.com/api/characters/1468",
"https://anapioficeandfire.com/api/characters/1471",
"https://anapioficeandfire.com/api/characters/1472",
"https://anapioficeandfire.com/api/characters/1474",
"https://anapioficeandfire.com/api/characters/1475",
"https://anapioficeandfire.com/api/characters/1479",
"https://anapioficeandfire.com/api/characters/1481",
"https://anapioficeandfire.com/api/characters/1487",
"https://anapioficeandfire.com/api/characters/1488",
"https://anapioficeandfire.com/api/characters/1494",
"https://anapioficeandfire.com/api/characters/1495",
"https://anapioficeandfire.com/api/characters/1497",
"https://anapioficeandfire.com/api/characters/1502",
"https://anapioficeandfire.com/api/characters/1507",
"https://anapioficeandfire.com/api/characters/1508",
"https://anapioficeandfire.com/api/characters/1515",
"https://anapioficeandfire.com/api/characters/1518",
"https://anapioficeandfire.com/api/characters/1519",
"https://anapioficeandfire.com/api/characters/1520",
"https://anapioficeandfire.com/api/characters/1522",
"https://anapioficeandfire.com/api/characters/1523",
"https://anapioficeandfire.com/api/characters/1525",
"https://anapioficeandfire.com/api/characters/1526",
"https://anapioficeandfire.com/api/characters/1531",
"https://anapioficeandfire.com/api/characters/1532",
"https://anapioficeandfire.com/api/characters/1533",
"https://anapioficeandfire.com/api/characters/1535",
"https://anapioficeandfire.com/api/characters/1536",
"https://anapioficeandfire.com/api/characters/1539",
"https://anapioficeandfire.com/api/characters/1540",
"https://anapioficeandfire.com/api/characters/1544",
"https://anapioficeandfire.com/api/characters/1547",
"https://anapioficeandfire.com/api/characters/1548",
"https://anapioficeandfire.com/api/characters/1549",
"https://anapioficeandfire.com/api/characters/1559",
"https://anapioficeandfire.com/api/characters/1560",
"https://anapioficeandfire.com/api/characters/1561",
"https://anapioficeandfire.com/api/characters/1569",
"https://anapioficeandfire.com/api/characters/1570",
"https://anapioficeandfire.com/api/characters/1571",
"https://anapioficeandfire.com/api/characters/1574",
"https://anapioficeandfire.com/api/characters/1575",
"https://anapioficeandfire.com/api/characters/1576",
"https://anapioficeandfire.com/api/characters/1577",
"https://anapioficeandfire.com/api/characters/1578",
"https://anapioficeandfire.com/api/characters/1580",
"https://anapioficeandfire.com/api/characters/1581",
"https://anapioficeandfire.com/api/characters/1584",
"https://anapioficeandfire.com/api/characters/1587",
"https://anapioficeandfire.com/api/characters/1594",
"https://anapioficeandfire.com/api/characters/1599",
"https://anapioficeandfire.com/api/characters/1603",
"https://anapioficeandfire.com/api/characters/1604",
"https://anapioficeandfire.com/api/characters/1606",
"https://anapioficeandfire.com/api/characters/1607",
"https://anapioficeandfire.com/api/characters/1612",
"https://anapioficeandfire.com/api/characters/1613",
"https://anapioficeandfire.com/api/characters/1615",
"https://anapioficeandfire.com/api/characters/1616",
"https://anapioficeandfire.com/api/characters/1617",
"https://anapioficeandfire.com/api/characters/1618",
"https://anapioficeandfire.com/api/characters/1619",
"https://anapioficeandfire.com/api/characters/1621",
"https://anapioficeandfire.com/api/characters/1623",
"https://anapioficeandfire.com/api/characters/1625",
"https://anapioficeandfire.com/api/characters/1626",
"https://anapioficeandfire.com/api/characters/1627",
"https://anapioficeandfire.com/api/characters/1629",
"https://anapioficeandfire.com/api/characters/1630",
"https://anapioficeandfire.com/api/characters/1632",
"https://anapioficeandfire.com/api/characters/1634",
"https://anapioficeandfire.com/api/characters/1640",
"https://anapioficeandfire.com/api/characters/1645",
"https://anapioficeandfire.com/api/characters/1647",
"https://anapioficeandfire.com/api/characters/1649",
"https://anapioficeandfire.com/api/characters/1650",
"https://anapioficeandfire.com/api/characters/1654",
"https://anapioficeandfire.com/api/characters/1656",
"https://anapioficeandfire.com/api/characters/1657",
"https://anapioficeandfire.com/api/characters/1658",
"https://anapioficeandfire.com/api/characters/1659",
"https://anapioficeandfire.com/api/characters/1660",
"https://anapioficeandfire.com/api/characters/1666",
"https://anapioficeandfire.com/api/characters/1667",
"https://anapioficeandfire.com/api/characters/1669",
"https://anapioficeandfire.com/api/characters/1670",
"https://anapioficeandfire.com/api/characters/1674",
"https://anapioficeandfire.com/api/characters/1675",
"https://anapioficeandfire.com/api/characters/1676",
"https://anapioficeandfire.com/api/characters/1678",
"https://anapioficeandfire.com/api/characters/1681",
"https://anapioficeandfire.com/api/characters/1682",
"https://anapioficeandfire.com/api/characters/1683",
"https://anapioficeandfire.com/api/characters/1684",
"https://anapioficeandfire.com/api/characters/1685",
"https://anapioficeandfire.com/api/characters/1688",
"https://anapioficeandfire.com/api/characters/1692",
"https://anapioficeandfire.com/api/characters/1695",
"https://anapioficeandfire.com/api/characters/1696",
"https://anapioficeandfire.com/api/characters/1697",
"https://anapioficeandfire.com/api/characters/1700",
"https://anapioficeandfire.com/api/characters/1701",
"https://anapioficeandfire.com/api/characters/1703",
"https://anapioficeandfire.com/api/characters/1704",
"https://anapioficeandfire.com/api/characters/1706",
"https://anapioficeandfire.com/api/characters/1708",
"https://anapioficeandfire.com/api/characters/1709",
"https://anapioficeandfire.com/api/characters/1713",
"https://anapioficeandfire.com/api/characters/1715",
"https://anapioficeandfire.com/api/characters/1727",
"https://anapioficeandfire.com/api/characters/1729",
"https://anapioficeandfire.com/api/characters/1730",
"https://anapioficeandfire.com/api/characters/1732",
"https://anapioficeandfire.com/api/characters/1733",
"https://anapioficeandfire.com/api/characters/1735",
"https://anapioficeandfire.com/api/characters/1740",
"https://anapioficeandfire.com/api/characters/1741",
"https://anapioficeandfire.com/api/characters/1742",
"https://anapioficeandfire.com/api/characters/1747",
"https://anapioficeandfire.com/api/characters/1749",
"https://anapioficeandfire.com/api/characters/1754",
"https://anapioficeandfire.com/api/characters/1755",
"https://anapioficeandfire.com/api/characters/1759",
"https://anapioficeandfire.com/api/characters/1761",
"https://anapioficeandfire.com/api/characters/1762",
"https://anapioficeandfire.com/api/characters/1764",
"https://anapioficeandfire.com/api/characters/1766",
"https://anapioficeandfire.com/api/characters/1768",
"https://anapioficeandfire.com/api/characters/1769",
"https://anapioficeandfire.com/api/characters/1770",
"https://anapioficeandfire.com/api/characters/1774",
"https://anapioficeandfire.com/api/characters/1776",
"https://anapioficeandfire.com/api/characters/1777",
"https://anapioficeandfire.com/api/characters/1778",
"https://anapioficeandfire.com/api/characters/1781",
"https://anapioficeandfire.com/api/characters/1782",
"https://anapioficeandfire.com/api/characters/1783",
"https://anapioficeandfire.com/api/characters/1784",
"https://anapioficeandfire.com/api/characters/1785",
"https://anapioficeandfire.com/api/characters/1787",
"https://anapioficeandfire.com/api/characters/1789",
"https://anapioficeandfire.com/api/characters/1791",
"https://anapioficeandfire.com/api/characters/1794",
"https://anapioficeandfire.com/api/characters/1795",
"https://anapioficeandfire.com/api/characters/1797",
"https://anapioficeandfire.com/api/characters/1799",
"https://anapioficeandfire.com/api/characters/1800",
"https://anapioficeandfire.com/api/characters/1804",
"https://anapioficeandfire.com/api/characters/1805",
"https://anapioficeandfire.com/api/characters/1806",
"https://anapioficeandfire.com/api/characters/1807",
"https://anapioficeandfire.com/api/characters/1808",
"https://anapioficeandfire.com/api/characters/1809",
"https://anapioficeandfire.com/api/characters/1810",
"https://anapioficeandfire.com/api/characters/1811",
"https://anapioficeandfire.com/api/characters/1814",
"https://anapioficeandfire.com/api/characters/1815",
"https://anapioficeandfire.com/api/characters/1821",
"https://anapioficeandfire.com/api/characters/1824",
"https://anapioficeandfire.com/api/characters/1825",
"https://anapioficeandfire.com/api/characters/1826",
"https://anapioficeandfire.com/api/characters/1827",
"https://anapioficeandfire.com/api/characters/1828",
"https://anapioficeandfire.com/api/characters/1830",
"https://anapioficeandfire.com/api/characters/1839",
"https://anapioficeandfire.com/api/characters/1843",
"https://anapioficeandfire.com/api/characters/1847",
"https://anapioficeandfire.com/api/characters/1848",
"https://anapioficeandfire.com/api/characters/1852",
"https://anapioficeandfire.com/api/characters/1854",
"https://anapioficeandfire.com/api/characters/1856",
"https://anapioficeandfire.com/api/characters/1860",
"https://anapioficeandfire.com/api/characters/1861",
"https://anapioficeandfire.com/api/characters/1862",
"https://anapioficeandfire.com/api/characters/1864",
"https://anapioficeandfire.com/api/characters/1873",
"https://anapioficeandfire.com/api/characters/1880",
"https://anapioficeandfire.com/api/characters/1882",
"https://anapioficeandfire.com/api/characters/1885",
"https://anapioficeandfire.com/api/characters/1896",
"https://anapioficeandfire.com/api/characters/1900",
"https://anapioficeandfire.com/api/characters/1902",
"https://anapioficeandfire.com/api/characters/1903",
"https://anapioficeandfire.com/api/characters/1904",
"https://anapioficeandfire.com/api/characters/1911",
"https://anapioficeandfire.com/api/characters/1916",
"https://anapioficeandfire.com/api/characters/1917",
"https://anapioficeandfire.com/api/characters/1918",
"https://anapioficeandfire.com/api/characters/1920",
"https://anapioficeandfire.com/api/characters/1921",
"https://anapioficeandfire.com/api/characters/1922",
"https://anapioficeandfire.com/api/characters/1925",
"https://anapioficeandfire.com/api/characters/1926",
"https://anapioficeandfire.com/api/characters/1930",
"https://anapioficeandfire.com/api/characters/1931",
"https://anapioficeandfire.com/api/characters/1932",
"https://anapioficeandfire.com/api/characters/1933",
"https://anapioficeandfire.com/api/characters/1934",
"https://anapioficeandfire.com/api/characters/1935",
"https://anapioficeandfire.com/api/characters/1938",
"https://anapioficeandfire.com/api/characters/1939",
"https://anapioficeandfire.com/api/characters/1940",
"https://anapioficeandfire.com/api/characters/1941",
"https://anapioficeandfire.com/api/characters/1943",
"https://anapioficeandfire.com/api/characters/1947",
"https://anapioficeandfire.com/api/characters/1951",
"https://anapioficeandfire.com/api/characters/1952",
"https://anapioficeandfire.com/api/characters/1954",
"https://anapioficeandfire.com/api/characters/1955",
"https://anapioficeandfire.com/api/characters/1957",
"https://anapioficeandfire.com/api/characters/1959",
"https://anapioficeandfire.com/api/characters/1963",
"https://anapioficeandfire.com/api/characters/1964",
"https://anapioficeandfire.com/api/characters/1967",
"https://anapioficeandfire.com/api/characters/1969",
"https://anapioficeandfire.com/api/characters/1971",
"https://anapioficeandfire.com/api/characters/1972",
"https://anapioficeandfire.com/api/characters/1976",
"https://anapioficeandfire.com/api/characters/1977",
"https://anapioficeandfire.com/api/characters/1979",
"https://anapioficeandfire.com/api/characters/1984",
"https://anapioficeandfire.com/api/characters/1988",
"https://anapioficeandfire.com/api/characters/1990",
"https://anapioficeandfire.com/api/characters/1993",
"https://anapioficeandfire.com/api/characters/1994",
"https://anapioficeandfire.com/api/characters/1996",
"https://anapioficeandfire.com/api/characters/2002",
"https://anapioficeandfire.com/api/characters/2003",
"https://anapioficeandfire.com/api/characters/2005",
"https://anapioficeandfire.com/api/characters/2006",
"https://anapioficeandfire.com/api/characters/2007",
"https://anapioficeandfire.com/api/characters/2009",
"https://anapioficeandfire.com/api/characters/2010",
"https://anapioficeandfire.com/api/characters/2013",
"https://anapioficeandfire.com/api/characters/2014",
"https://anapioficeandfire.com/api/characters/2016",
"https://anapioficeandfire.com/api/characters/2017",
"https://anapioficeandfire.com/api/characters/2018",
"https://anapioficeandfire.com/api/characters/2020",
"https://anapioficeandfire.com/api/characters/2022",
"https://anapioficeandfire.com/api/characters/2024",
"https://anapioficeandfire.com/api/characters/2027",
"https://anapioficeandfire.com/api/characters/2031",
"https://anapioficeandfire.com/api/characters/2032",
"https://anapioficeandfire.com/api/characters/2035",
"https://anapioficeandfire.com/api/characters/2038",
"https://anapioficeandfire.com/api/characters/2041",
"https://anapioficeandfire.com/api/characters/2044",
"https://anapioficeandfire.com/api/characters/2045",
"https://anapioficeandfire.com/api/characters/2049",
"https://anapioficeandfire.com/api/characters/2050",
"https://anapioficeandfire.com/api/characters/2052",
"https://anapioficeandfire.com/api/characters/2060",
"https://anapioficeandfire.com/api/characters/2063",
"https://anapioficeandfire.com/api/characters/2065",
"https://anapioficeandfire.com/api/characters/2066",
"https://anapioficeandfire.com/api/characters/2067",
"https://anapioficeandfire.com/api/characters/2069",
"https://anapioficeandfire.com/api/characters/2070",
"https://anapioficeandfire.com/api/characters/2071",
"https://anapioficeandfire.com/api/characters/2072",
"https://anapioficeandfire.com/api/characters/2073",
"https://anapioficeandfire.com/api/characters/2074",
"https://anapioficeandfire.com/api/characters/2077",
"https://anapioficeandfire.com/api/characters/2085",
"https://anapioficeandfire.com/api/characters/2087",
"https://anapioficeandfire.com/api/characters/2088",
"https://anapioficeandfire.com/api/characters/2091",
"https://anapioficeandfire.com/api/characters/2092",
"https://anapioficeandfire.com/api/characters/2093",
"https://anapioficeandfire.com/api/characters/2097",
"https://anapioficeandfire.com/api/characters/2098",
"https://anapioficeandfire.com/api/characters/2099",
"https://anapioficeandfire.com/api/characters/2100",
"https://anapioficeandfire.com/api/characters/2109",
"https://anapioficeandfire.com/api/characters/2120",
"https://anapioficeandfire.com/api/characters/2121",
"https://anapioficeandfire.com/api/characters/2122",
"https://anapioficeandfire.com/api/characters/2126",
"https://anapioficeandfire.com/api/characters/2131",
"https://anapioficeandfire.com/api/characters/2134",
"https://anapioficeandfire.com/api/characters/2137"
],
"povCharacters": [
"https://anapioficeandfire.com/api/characters/148",
"https://anapioficeandfire.com/api/characters/208",
"https://anapioficeandfire.com/api/characters/232",
"https://anapioficeandfire.com/api/characters/529",
"https://anapioficeandfire.com/api/characters/583",
"https://anapioficeandfire.com/api/characters/751",
"https://anapioficeandfire.com/api/characters/954",
"https://anapioficeandfire.com/api/characters/957",
"https://anapioficeandfire.com/api/characters/1052",
"https://anapioficeandfire.com/api/characters/1267",
"https://anapioficeandfire.com/api/characters/1303",
"https://anapioficeandfire.com/api/characters/1319"
]
},
"isCustomField": false,
"accessor": "__root_schema__",
"identifier": "__root_schema__",
"position": -1,
"originalIdentifier": "__root_schema__",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none",
"isDisabled": false,
"isRequired": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": ""
}
},
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"widgetName": "JSONForm1",
"submitButtonStyles": {
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"buttonVariant": "PRIMARY"
},
"dynamicPropertyPathList": [
{
"key": "schema.__root_schema__.children.date_of_birth.defaultValue"
},
{
"key": "schema.__root_schema__.children.released.defaultValue"
}
],
"displayName": "JSON Form",
"iconSVG": "/static/media/icon.5b428de1.svg",
"topRow": 9,
"bottomRow": 98,
"fieldLimitExceeded": false,
"parentRowSpace": 10,
"title": "Books_Stall",
"type": "JSON_FORM_WIDGET",
"hideCard": false,
"animateLoading": false,
"parentColumnSpace": 16.65625,
"dynamicTriggerPathList": [
],
"leftColumn": 30,
"dynamicBindingPathList": [
{
"key": "schema.__root_schema__.children.povCharacters.borderRadius"
},
{
"key": "schema.__root_schema__.children.povCharacters.defaultValue"
},
{
"key": "schema.__root_schema__.children.characters.borderRadius"
},
{
"key": "schema.__root_schema__.children.characters.defaultValue"
},
{
"key": "schema.__root_schema__.children.characters.options"
},
{
"key": "schema.__root_schema__.children.released.borderRadius"
},
{
"key": "schema.__root_schema__.children.released.defaultValue"
},
{
"key": "schema.__root_schema__.children.mediaType.borderRadius"
},
{
"key": "schema.__root_schema__.children.mediaType.defaultValue"
},
{
"key": "schema.__root_schema__.children.country.borderRadius"
},
{
"key": "schema.__root_schema__.children.country.defaultValue"
},
{
"key": "schema.__root_schema__.children.publisher.borderRadius"
},
{
"key": "schema.__root_schema__.children.publisher.defaultValue"
},
{
"key": "schema.__root_schema__.children.numberOfPages.borderRadius"
},
{
"key": "schema.__root_schema__.children.numberOfPages.defaultValue"
},
{
"key": "schema.__root_schema__.children.authors.borderRadius"
},
{
"key": "schema.__root_schema__.children.authors.defaultValue"
},
{
"key": "schema.__root_schema__.children.authors.options"
},
{
"key": "schema.__root_schema__.children.isbn.borderRadius"
},
{
"key": "schema.__root_schema__.children.isbn.defaultValue"
},
{
"key": "schema.__root_schema__.children.url.borderRadius"
},
{
"key": "schema.__root_schema__.children.url.defaultValue"
},
{
"key": "schema.__root_schema__.children.name.borderRadius"
},
{
"key": "schema.__root_schema__.children.name.defaultValue"
},
{
"key": "borderRadius"
},
{
"key": "boxShadow"
},
{
"key": "submitButtonStyles.buttonColor"
},
{
"key": "submitButtonStyles.borderRadius"
},
{
"key": "resetButtonStyles.buttonColor"
},
{
"key": "resetButtonStyles.borderRadius"
},
{
"key": "schema.__root_schema__.children.name.accentColor"
},
{
"key": "schema.__root_schema__.children.url.accentColor"
},
{
"key": "schema.__root_schema__.children.isbn.accentColor"
},
{
"key": "schema.__root_schema__.children.authors.accentColor"
},
{
"key": "schema.__root_schema__.children.numberOfPages.accentColor"
},
{
"key": "schema.__root_schema__.children.publisher.accentColor"
},
{
"key": "schema.__root_schema__.children.country.accentColor"
},
{
"key": "schema.__root_schema__.children.mediaType.accentColor"
},
{
"key": "schema.__root_schema__.children.released.accentColor"
},
{
"key": "schema.__root_schema__.children.characters.accentColor"
},
{
"key": "schema.__root_schema__.children.povCharacters.accentColor"
},
{
"key": "schema.__root_schema__.defaultValue"
},
{
"key": "schema.__root_schema__.borderRadius"
},
{
"key": "schema.__root_schema__.cellBorderRadius"
}
],
"sourceData": "",
"showReset": false,
"resetButtonLabel": "Reset",
"key": "emb2rwxlna",
"backgroundColor": "#fff",
"rightColumn": 62,
"autoGenerateForm": true,
"widgetId": "vixxb0wr8f",
"resetButtonStyles": {
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"buttonVariant": "SECONDARY"
},
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"scrollContents": false,
"fixedFooter": false,
"submitButtonLabel": "Submit",
"childStylesheet": {
"ARRAY": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none"
},
"OBJECT": {
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none"
},
"CHECKBOX": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
},
"CURRENCY_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"DATEPICKER": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"EMAIL_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"MULTISELECT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"MULTILINE_TEXT_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"NUMBER_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"PASSWORD_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"PHONE_NUMBER_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"RADIO_GROUP": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"boxShadow": "none"
},
"SELECT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"SWITCH": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"boxShadow": "none"
},
"TEXT_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
}
},
"disabledWhenInvalid": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
},
{
"boxShadow": "none",
"widgetName": "Image1",
"onClick": "",
"dynamicPropertyPathList": [
],
"displayName": "Image",
"iconSVG": "/static/media/icon.52d8fb96.svg",
"topRow": 9,
"bottomRow": 47,
"parentRowSpace": 10,
"type": "IMAGE_WIDGET",
"hideCard": false,
"animateLoading": true,
"parentColumnSpace": 13.546875,
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"imageShape": "RECTANGLE",
"leftColumn": 0,
"dynamicBindingPathList": [
{
"key": "borderRadius"
}
],
"defaultImage": "https://assets.appsmith.com/widgets/default.png",
"key": "lp46gw08hk",
"image": "data:image/jpeg;base64,UklGRsaeAABXRUJQVlA4ILqeAADQyAKdASpAA/ECPjEYikQiogjMpmQUAYJaW7Rrm1ojp5rNOnZef73p5eRc8exe9C51DGGs/9dXfLH2p3pMT4bnMfebCpn2h+z83znXuK9ZeU/7z7vOmPrzyY+W/+f/h/ym+bn+v/aD3sf27/L/+P3Hv2D/4P+O/yHZf81f7j+pN/5v25+CG9selR5d3tQ/ut6YGqd/M//V5//n/9F/qfyZ8+fJR5q/hv8z/nv7f/4v9j/+f0D/Uc5/yH9t/2v8t6l/y77o/iP7n/mP9x/gf3F/A397/1/FP9l/cf+r/mfYL/Jf5Z/df7h+2H9z/bD7xPz+7ruD/1v9P7B3uX9X/3f+D/zn/y/z3x7/a/+T/SesP8j/jf+7/l/8b8gX9J/qn+7/wv7wf5r///+b8F/5vidfiP99+3fwDf1X+7/+P/O+8T/h/+7/Z/7b9zPfr+xf6T/z/6L4Gf6H/aP+L/jP3o/yH////flW/e32rxoB3/Kk2GIChmHGdmgZOs4txbNb0kC+/pKhaayjPj3Y4uYYwp3qK2krveZ7Z4t0MbtX3muDsRoS73N4xEV8lzc+JAxUKHJ3O6mnY5xOa6X3aNMPbuVpLtl0ZJix4h+BkQ7YR9uyjIe7WUw5AyaJITbca74xrzDPDWDMLl/EoP47m3jnRJY66nih83gTbYSisG++p2zXL/nNEiRT4UaLVw+8Ltxhso0EobPpFK4aC+A9eLlBkN4CJu77iBAICaYe3crSXKE/1fHCwrVQVsTI2fZBc/aKElUstvEAeXQjXfJIDuXDiJFaUny0EEGMQrvtDnX+31B3pa765A52+0ryIYEPzQI0KLWR9tJMlwZbAIQ8B+sujJMYe3crLuSAgIqwgcLWRTBtCI656Xph6VrrrZkqnhLvC5a5S2NOgFblfxdAF1M2XzDIfSvLrKqA3c73NBu9cS7eMA6HBMDKQSFAlAb6j6sSgbgW0WetmVu4QZt9+ZU7qWTu2Nu8WkIBBB7dytJdsujNo6xHRNjb2eD7bLW7ZV8kZfQqBgPBQVk8e6YkRGAGZQJN9hI/fY0NQ72Sy9hv3jVpCG5WcF+154SZfp/V4QmPZGZaq7KtOVHRc3khgzTuNR/37DjhS6CETINM8QOWlbuCiLm2aoFfzYHobiiNGy6Mkxh7dxXlSRl3/ND4ZYtoMBDatOl9/qsHyoHTkveN8yqUUmIQbUq3GYoYrLpwxKYe1zKuXKC3tylIcQDvNAlqP+Af/Vb/zO9VhZy9kBQBeTHqzknMrWQW8ulw/D7ZHZCAmmHrHw/R1bczhPySGOJJK5gHgJpjelAICF4gOKydYa4qm+vcVjr3004nmBUeFoELwK5yCCXAbPzGdB1jb1zIr2AHF1U4qp6RWGX0brFmtJgxamASwHQbRm0wDwE0f5xZ8Li1CrVU0pvUBZZIAKh0iHeQlXpyrzEQ2XrqV5VQDEof/meQBsENmEzf+yIh/iqwPANc225plc+L5mPlumMpojTEBrxQARHRz110t3P0vlv6QbTJCMTbfPrv3q8ZXXr/Ot3nzigh72z8wygRRqpauKSXgTJttROSr2vyhTJEIZGDyaRMMovnom1cfjMQeAm6lrKSjJPHM6TGUuzyfgTB8CzQreqUmdhk0CAFbj+BTGlCXIxe6ge20bQhyTUFEQHgDxIS9XJ5zXWLV/7S76wuw0IdvR3Fm9OpDa2l2BQp/QsHm/DzprD9CzAG9Yzu2llYv0MPxpLzGHtXokZAig57hNTO4ds5pyJaozpjyRjwUb1aaDcaKwzjbFu41YfB0esy0R/HU7IfDNiwkTHNz6li/MxQhX6nr1YH5zPX8cQIYhfD3LD2kwqJ4xvGH6gWSWQVpFi8vZ8BngiAeAlIDVfWQDktTdsaig0jUiZxOByKTwoZsLrEILTiQkyenhDhGpnzwE0uVRsodK1aFiayhOjPvb92m+bzlqt47IPQNg8Jja7fXOIEg5dLgcliKwj2LvyfyED6kMhK/IGJFayqQ8PE24lKf8DxUKoNMD5PKOSiWNML/OF1HtFSf10/FfD+K4nWPKYkfjmISq84/srHJutqpi8mJryocIux6Y8HWhzpWRWlUVYweyVh6QF1KNcmHt3J7qPv3sjy7gnxBwCZ3krW1UbV0RDbGRqxjbFdfa6YXfeHyZSDNbmSopw/qcYHsjdG4SOSS66ZCiVVMgtmBunDeMSo1F9ANezl8Ix2zW0TgsLpWKi4cJZ8m1FbP9XMd8lItc/q81shmEBZfI+UW8TMZ5kRsYBmhyuEXoJkGVitgsiiWUC8r3O+TJLmyJNnaE4F/V8zOhmKyLTemTKZIvXfLvmDUAYc23ajBWKtKHScVjiLY0V1DerTRGRudr1veozszeQkHgJphUUMkPbTYtyLAvsXgRgX776xNlhP6wvNUd4MxIgjHXC1skgcFCW+jzEIUj0nAM691cJT9xKMyADpJQCEXkyDUjmA0rx6k8GLWCO8kJkaX6DmX1ZxDvKasYlxAMab2iswbD1fnht4dnJJt1GKrf1qj2q3vfdgqTNlqTuI17YtVKwnvBfbebKMTS10kK7LXF6XpgT+nf1VJMLu2IP5Dd38gyMyrhbPxu/MZhg2zEHbLoySEjpDuiulrDtSo0sGzGzpWi/pKhib2xBzZEmHHMZ6mKFSOvQ0M9J8b98AgMyTF6g7ePmQakY6/5caCl7hRE/LAnChuVothJVdcsdKJp4n7VIpR+jYe4xFLSDW4Jph7dyglVk0a3H3xha8RvNdc9Mc02OyTFAxnd52efpZODSATSyPUNC5kZKJMLytl62G7BB0QbMd8DBV73crSXbGIfs43qVOVeJqee5wpNBEqiXUTejoFA0zEaRPe8J9avzLEZspl27fWFNjZlMWYhIfiSvU8E+KO36xvKjH65EtAIgJph7dOP/JgcTb0LkU1xEjDwlg5JuEifPOhmNs6QkMj4MNTMhfkcE3juxuYyHxcdGedTCKwVf/LGSvlMrp0prom+1jGoGZZRZsfjM1R/+4JIZKmQlDJG32MfpNiWAeAmmHjopcB3ckUy4NXNpfUsQUb1KyDZxp8IROsbLveYZKKrGWlXJ+vIBJNyhu9kMSfR6cTgtYfBQOzbl7nK1p9bDV3RAcNf51XENH2JQksfblXgh7pHGm7XoJpcvzf3jBEwDwED3rqt00TDssUljD27laLdzywJuS3DQBJcrHKkOr8wZTkz2GQ+j9K5hZ3DbVGYuOmZsHDvQNH7UjbHtjJUhpXpf+Vb69so/lcI00onNQpIRTRSAAqlht3Pccz+DX+SbuKLe9aMutoynwzqz2AP6JyyTL/u9kZjqVlogEFWAFmKswIZa3WwUgoD4EnlDzEQAb5CICaYe3b2apc8DAeZRsuvUz/xR/TuhqoGXT/tEWyhQv0KvTGlYBvntw2hzhcWMP7fh7rNej32BSF3ogOTwBs7GWyvwhFhvV9UsK3OfCfRzHcok6EfauL2KIO+0t1ronmb6+tpcXJ3OuPYXF65V1wEETv6piBhHPZv4xB4CaYVWl8ceke2ScR7nZNjvxaQbXUaaS3p4xi51KWokUeuh2nmtf96PtMBUErEFKxjBLkhSL3pR1YWWuffRz0tqlbOrmMowxAFAU7IBQwasXQmqHzFtBMGUJ5/PenEnZ0wiXb8UAgP8UgeD0Kk3XguvGnA1denE1ycF9j85PDCf02i0BD6SkzHwPAzpiDwE0wrOxSjD/AWt28JGEeQBNXTw8979GjxmsfNhkFvdtX458aPTCXrBn8TY9czmugYzANb+FXPBr3NWX6sh5zIUGKbuwOltfmu3iZLSvctrioFBTUrxIOUso5t3QptnEn3U4alYP8RnSCv8+/Fy2U2HGmjR+10Qlkv2J6nVQpusTsILe0jwG6xtPl2tL+mjJMYe3RO3Ccwz+uXIUQjmi/HbHuc54kPTMy3k938G9Pzddk7D1RoOmcfFHzkGEQkLSgGJPHWkxuDYsLBa1xPlvdc/pfIX81blHgGfowUSyoZ65L9G8BvT2P4rYLKvSUZleE
"rightColumn": 25,
"objectFit": "contain",
"widgetId": "drmfpk4ihq",
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"maxZoomLevel": 1,
"enableDownload": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"enableRotation": false
}
]
},
"layoutOnLoadActions": [
],
"new": false
}
],
"userPermissions": [
]
},
"new": true
}
],
"pageOrder": [
"Page1"
],
"publishedPageOrder": [
"Page1"
],
"publishedDefaultPageName": "Page1",
"unpublishedDefaultPageName": "Page1",
"actionList": [
],
"actionCollectionList": [
],
"invisibleActionFields": {
},
"editModeTheme": {
"name": "Default",
"displayName": "Modern",
"new": true,
"isSystemTheme": true
},
"publishedTheme": {
"name": "Default",
"displayName": "Modern",
"new": true,
"isSystemTheme": true
},
"publishedLayoutmongoEscapedWidgets": {
},
"unpublishedLayoutmongoEscapedWidgets": {
}
}