{ "type": "object", "name": "PredictionDefinitions1", "properties": { "countOfActiveModels": { "type": "integer" }, "countOfModels": { "type": "integer" }, "createdBy": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "profilePhotoUrl": { "type": "string" } }, "required": [ "id", "name", "profilePhotoUrl" ] }, "createdDate": { "type": "string" }, "id": { "type": "string" }, "label": { "type": "string" }, "lastModifiedBy": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "profilePhotoUrl": { "type": "string" } }, "required": [ "id", "name", "profilePhotoUrl" ] }, "lastModifiedDate": { "type": "string" }, "modelsUrl": { "type": "string" }, "name": { "type": "string" }, "outcome": { "type": "object", "properties": { "goal": { "type": "string" }, "label": { "type": "string" }, "name": { "type": "string" } }, "required": [ "goal", "label", "name" ] }, "predictionType": { "type": "string" }, "status": { "type": "string" }, "url": { "type": "string" } }, "required": [ "countOfActiveModels", "countOfModels", "createdBy", "createdDate", "id", "label", "lastModifiedBy", "lastModifiedDate", "modelsUrl", "name", "outcome", "predictionType", "status", "url" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }