Sekhar Baggaraju
06/18/2024, 1:20 PMEdgar Ramírez (Arch.dev)
06/18/2024, 1:28 PMskills.json
look like?Sekhar Baggaraju
06/18/2024, 1:31 PM{
"type": "object",
"properties": {
"id": {
"type": [
"null",
"integer"
]
},
"name": {
"type": [
"null",
"string"
]
},
"rank": {
"type": [
"null",
"integer"
]
},
"agents": {
"type": [
"null",
"array"
]
},
"match_type": {
"type": [
"null",
"string"
]
},
"created_at": {
"type": [
"null",
"string"
],
"format": "date-time"
},
"updated_at": {
"type": [
"null",
"string"
],
"format": "date-time"
},
"condtions": {
"type": [
"null",
"array"
],
"items": {
"type": [
"null",
"object"
],
"properties": {
"name": {
"type": [
"null",
"string"
]
},
"value": {
"type": [
"null",
"string"
]
}
}
}
}
}
}
Edgar Ramírez (Arch.dev)
06/18/2024, 1:34 PMcondtions
-> conditions
Sekhar Baggaraju
06/18/2024, 1:40 PMEdgar Ramírez (Arch.dev)
06/18/2024, 2:22 PMresource_type
, field_name
and operator
are strings. The others seem to be variant.Andy Carter
06/19/2024, 7:18 AM