Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friends-of-monika/mas-header-schema
✔️ JSON schema files for validating Monika After Story submod header JSON files
https://github.com/friends-of-monika/mas-header-schema
friends-of-monika json json-schema json-validation mas-submod mas-submodding monika-after-story schema validation
Last synced: 7 days ago
JSON representation
✔️ JSON schema files for validating Monika After Story submod header JSON files
- Host: GitHub
- URL: https://github.com/friends-of-monika/mas-header-schema
- Owner: Friends-of-Monika
- Created: 2023-05-02T14:50:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-02T16:12:25.000Z (over 1 year ago)
- Last Synced: 2024-11-15T19:32:39.893Z (2 months ago)
- Topics: friends-of-monika, json, json-schema, json-validation, mas-submod, mas-submodding, monika-after-story, schema, validation
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAS Header Schema
This project is aimed to provide precise JSON schema files for static analysis and validation of Monika After Story
submod header JSON file without a need to test it by launching the mod.## Coverage
Currently, no schema files were tested against real world header JSON files. However, schema file works fine
with the example shown on [Monika After Story wiki page](https://github.com/Monika-After-Story/MonikaModDev/wiki/Interfacing-with-the-Submod-Framework#header-file).## Usage
Pick the schema file ([here](header.schema.json)), and feed its content to any JSON schema validator along with your submod JSON header file.