Skip to content

add retro-reflectivity to the material schema #60

add retro-reflectivity to the material schema

add retro-reflectivity to the material schema #60

Workflow file for this run

# Validate JSON schema files
# Source: https://github.com/nhalstead/validate-json-action
# Forked from: https://github.com/marketplace/actions/validate-json
name: Validate JSON schemas for assets and materials
on:
pull_request:
paths:
- 'examples/**'
- 'schemas/**'
jobs:
json-schema-validation:
name: JSON schema validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate asset JSON schemas
uses: nhalstead/[email protected]
with:
schema: ./schemas/asset_schema.json
jsons: ./examples/*.xoma
- name: Validate material JSON schemas
uses: nhalstead/[email protected]
with:
schema: ./schemas/material_schema.json
jsons: ./examples/*.xomp
- name: Validate electromagnetic material properties JSON schemas
uses: nhalstead/[email protected]
with:
schema: ./schemas/material_emp_schema.json
jsons: ./examples/*_emp.xompt