# sig/govuk_schemas/document_types.rbs class GovukSchemas::DocumentTypes def self.valid_document_types: () -> untyped end # sig/govuk_schemas/example.rbs class GovukSchemas::Example def self.examples_path: () -> untyped def self.find: () -> untyped def self.find_all: () -> untyped end # sig/govuk_schemas/random_content_generator.rbs class GovukSchemas::RandomContentGenerator def anchor: () -> untyped def base_path: () -> untyped def bool: () -> untyped def govuk_subdomain_url: () -> untyped def hex: () -> untyped def initialize: () -> void def random_identifier: () -> untyped def random_letter: () -> untyped def random_number: () -> untyped def string: () -> untyped def string_for_regex: () -> untyped def string_for_type: () -> untyped def time: () -> untyped def uri: () -> untyped def uuid: () -> untyped end # sig/govuk_schemas/random_example.rbs class GovukSchemas::RandomExample def self.for_schema: () -> untyped def customise_payload: () -> untyped def error_message: () -> untyped def initialize: () -> void def payload: () -> untyped def validation_errors_for: () -> untyped end # sig/govuk_schemas/random_schema_generator.rbs class GovukSchemas::RandomSchemaGenerator def generate_random_array: () -> untyped def generate_random_object: () -> untyped def generate_random_string: () -> untyped def generate_value: () -> untyped def initialize: () -> void def lookup_json_pointer: () -> untyped def payload: () -> untyped end # sig/govuk_schemas/schema.rbs class GovukSchemas::Schema def self.all: () -> untyped def self.find: () -> untyped def self.location_for_schema_name: () -> untyped def self.random_schema: () -> untyped def self.schema_names: () -> untyped end # sig/govuk_schemas/validator.rbs class GovukSchemas::Validator def ensure_json: () -> untyped def error_message: () -> untyped def errors: () -> untyped def formatted_payload: () -> untyped def humanized_error: () -> untyped def initialize: () -> void def valid?: () -> untyped end # sig/govuk_schemas.rbs module GovukSchemas def self.content_schema_dir: () -> untyped def self.content_schema_dir=: () -> untyped end # sig/govuk_schemas/assert_matchers.rbs module GovukSchemas::AssertMatchers def assert_valid_against_frontend_schema: () -> untyped def assert_valid_against_links_schema: () -> untyped def assert_valid_against_notification_schema: () -> untyped def assert_valid_against_publisher_schema: () -> untyped def assert_valid_against_schema: () -> untyped end