Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. INSERT INTO RESOURCE_DEFINITION
  2. (ID, DATA, RESOURCE_TYPE)
  3. VALUES
  4. (11, '
  5. # Simple test Integer Validators
  6. ResourceType: IntegerValidatorsTest
  7. Description: Integer Validators test
  8. Parameters:
  9.   Port:
  10.     Type: number
  11.     Description: Port specification
  12.     Validators:
  13.       Min: 100
  14.       Max: 65535
  15. Operations:
  16.   - Create
  17.   - Read
  18.   - Update
  19. ', 'IntegerValidatorsTest');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement