NextCenturyCorporation / itm-scenario-validator

1 stars 0 forks source link

field1 value must match one of the values from field2 #10

Closed kaitlyn-sharo closed 10 months ago

kaitlyn-sharo commented 10 months ago

Example: scenario.scenes[n].action_mapping.character_id​ must be one of the scenario.state.characters.character_id​'s. Example: scenario.scenes[n].tagging.probe_responses[n].character_id​ must be one of the scenario.state.characters.character_id​'s. Example: scenario.scenes[n].action_mapping.conditions.character_vitals.character_id​ must be one of the scenario.state.characters.character_id​'s. Example: scenario.scenes[n].tagging.reference​ must be one of the scenario.scenes[n].index​'s

To test, change some character_ids within action_mapping and probe_responses, and change tagging.reference to 2