Skip to content

Add new control : VerifyStructure #2590

Description

@bcivel

Add a control that allow to verify JSON structure of the response (in contexte of Call Service)

Value1 : Define JSON Structure (or URL to contract) ex :
{
"type": "object",
"properties": {
"siteId": {
"type": "integer",
"format": "int32"
},
"platformId": {
"type": "integer",
"format": "int32"
}
}

Value2 : Boolean : Fail if presence of object not defined in the contract

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions