> RESOURCES_BY_RESOURCEID_OPERATIONS_BY_OPERATIONID_VALIDATE

        Handle resource of type
        resources_by_resourceid_operations_by_operationid_validate

OPTIONS (= is mandatory):

- createdAt
        When the operation was created
        [Default: (null)]
        type: str

- description
        Description of the operation
        [Default: (null)]
        type: str

- executionGroup
        Execution group of the operation
        [Default: (null)]
        type: str

- id
        Unique identifier for the operation
        [Default: (null)]
        type: str

- inputs
        Inputs of the operation
        Validate attributes are:
         - `obj' (list):
        [Default: (null)]
        type: dict

- interface
        ID of the interface
        [Default: (null)]
        type: str

- method
        The HTTP method for the resource operation to be validated
        against
        (Choices: PATCH, PUT)[Default: (null)]
        type: str

- operationId
        Identifier of the operation to be changed
        [Default: (null)]
        type: str

- outputs
        Outputs of the operation
        Validate attributes are:
         - `obj' (list):
        [Default: (null)]
        type: dict

- progress
        Describes any progress towards completion that the operation
        has made
        Validate attributes are:
         - `arr' (list):
        [Default: (null)]
        type: dict

- providerData
        Provider custom data
        Validate attributes are:
         - `obj' (list):
        [Default: (null)]
        type: dict

- reason
        Reason for the operation state
        [Default: (null)]
        type: str

- resourceId
        Identifier of the resource being validated against
        [Default: (null)]
        type: str

- resourceStateConstraints
        Constraints of the resource state for this operation to
        execute
        Validate attributes are:
         - `obj' (list):
        [Default: (null)]
        type: dict

- revision
        Strictly increasing revision number, incremented every update
        [Default: (null)]
        type: int

- state
        (Choices: post)[Default: (null)]
        type: str

- title
        Title of the operation
        [Default: (null)]
        type: str

- updatedAt
        When the operation was last updated
        [Default: (null)]
        type: str


REQUIREMENTS:  python >= 3.6
