| Server IP : 172.67.131.151 / Your IP : 104.23.243.108 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/jsonschema/__pycache__/ |
Upload File : |
U
>��]� � @ s� d Z ddlmZmZmZmZmZ ddlmZm Z m
Z
mZmZ ddl
mZ ddlmZmZmZmZmZmZ zddlmZ W n ek
r� ddlZY nX e�d�ZdS ) a"
An implementation of JSON Schema for Python
The main functionality is provided by the validator classes for each of the
supported JSON Schema versions.
Most commonly, `validate` is the quickest way to simply validate a given
instance under a schema, and will create a validator for you.
� )� ErrorTree�FormatError�RefResolutionError�SchemaError�ValidationError)�
FormatChecker�draft3_format_checker�draft4_format_checker�draft6_format_checker�draft7_format_checker)�TypeChecker)�Draft3Validator�Draft4Validator�Draft6Validator�Draft7Validator�RefResolver�validate)�metadataNZ
jsonschema)�__doc__Zjsonschema.exceptionsr r r r r Zjsonschema._formatr r r r
r Zjsonschema._typesr Zjsonschema.validatorsr
r r r r r � importlibr �ImportErrorZimportlib_metadata�version�__version__� r r �5/usr/lib/python3/dist-packages/jsonschema/__init__.py�<module> s