Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self):
super(JSONSchemaValidator4Bb22Af046Fa8F08, self).__init__()
self._validator = fastjsonschema.compile(json.loads(
'''{
"properties": {
"response": {
"properties": {
"taskId": {},
"url": {
"description":
"",
"type": [
"string",
"null"
]
}
},
"type": [
"object",
def __init__(self):
super(JSONSchemaValidatorCd98780F4888A66D, self).__init__()
self._validator = fastjsonschema.compile(json.loads(
'''{
"properties": {
"response": {
"properties": {
"taskId": {},
"url": {
"description":
"",
"type": [
"string",
"null"
]
}
},
"type": [
"object",
def __init__(self):
super(JSONSchemaValidator17929Bc7465BB564, self).__init__()
self._validator = fastjsonschema.compile(json.loads(
'''{
"properties": {
"response": {
"properties": {
"taskId": {},
"url": {
"description":
"",
"type": [
"string",
"null"
]
}
},
"type": [
"object",
def __init__(self):
super(JSONSchemaValidatorA395Fae644Ca899C, self).__init__()
self._validator = fastjsonschema.compile(json.loads(
'''{
"properties": {
"response": {
"properties": {
"flowAnalysisId": {
"description":
"",
"type": [
"string",
"null"
]
},
"taskId": {
"description":
"",
"type": [
def __init__(self):
super(JSONSchemaValidator7Aa3Da9D4E098Ef2, self).__init__()
self._validator = fastjsonschema.compile(json.loads(
'''{
"properties": {
"response": {
"properties": {
"taskId": {},
"url": {
"description":
"",
"type": [
"string",
"null"
]
}
},
"type": [
"object",
def __init__(self):
super(JSONSchemaValidatorC2A43Ad24098Baa7, self).__init__()
self._validator = fastjsonschema.compile(json.loads(
'''{
"items": {
"properties": {
"authenticateTemplateName": {
"description":
"Authenticate Template Name",
"type": [
"string",
"null"
]
},
"dataIpAddressPoolName": {
"description":
"Data Ip Address Pool Name",
"type": [
"string",
def __init__(self):
super(JSONSchemaValidator09B0F9Ce4239Ae10, self).__init__()
self._validator = fastjsonschema.compile(json.loads(
'''{
"properties": {
"_id": {
"description":
"",
"type": [
"string",
"null"
]
},
"deviceInfo": {
"properties": {
"aaaCredentials": {
"properties": {
"password": {
"description":
def __init__(self):
super(JSONSchemaValidator0B836B7B4B6A9Fd5, self).__init__()
self._validator = fastjsonschema.compile(json.loads(
'''{
"properties": {
"deviceIdList": {
"items": {
"type": [
"string",
"null",
"object"
]
},
"type": [
"array",
"null"
]
}
},
def __init__(self):
super(JSONSchemaValidator87A8Ba444Ce9Bc59, self).__init__()
self._validator = fastjsonschema.compile(json.loads(
'''{
"items": {
"properties": {
"deviceManagementIpAddress": {
"description":
"Device Management Ip Address",
"type": [
"string",
"null"
]
},
"siteNameHierarchy": {
"description":
"Site Name Hierarchy",
"type": [
"string",
def __init__(self):
super(JSONSchemaValidator1E80Bb50430B8634, self).__init__()
self._validator = fastjsonschema.compile(json.loads(
'''{
"additionalProperties": false,
"type": "object"
}'''.replace("\n" + ' ' * 16, '')
))