Skip to content

Allow purely additional schemas without needing to re-supply all core schemas #78

@apsillers

Description

@apsillers

I can supply an alternate schema set to validate_xml with the schemas argument:

validate_xml(file, schemas="/my/complete/schema/for/stix_1.x")

However, what I'm really interested in doing is supplying some additional schemas for STIX extensions. I don't want to (and don't want to be required to) supply the complete schema set for core STIX types.

Is there any technical obstacle to adding another argument (e.g., extension_schemas) that will still pull in the normal core schemas, but then augment it with some extra schema set?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions